> For the complete documentation index, see [llms.txt](https://docs.brine.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brine.fi/for-users/user-docuguide/web-app/place-a-market-order-trade.md).

# Place a Market Order Trade

There are two modes for traders in Brine, one is the 'Beginner' mode for newcomers and those who want a simple version of the application, whereas the 'Pro' mode is for more seasoned traders. We will explain how to carry out a market order trade in both modes here.&#x20;

### Mode: Beginner

1. Visit [testnet.brine.finance](https://testnet.brine.finance) and go to the 'Trade' section from the left side menu.&#x20;

*Note: Make sure the toggle bar in the top is set to 'Beginner'.*

<figure><img src="/files/1MYYzfMVRI410rQStP5s" alt=""><figcaption></figcaption></figure>

2. Select the desired trading pair, choose which asset you want to buy in the pair, enter the amount you would like to trade and click 'Create Order'.&#x20;

<figure><img src="https://lh6.googleusercontent.com/V3gaca537m9JMziJW_u_V2OXPLfwxjEPMu1U7IwXuV9Z0BzMikFScR5BkydN7sosX9rPuG1oyLVA0pl2pZSEdvpMtYTaCzcaeb67Y_yfsdYoZTqZe6ol2kDgn4JvNuOrcAFcOpF62QeHN3MyRQqq-fE" alt=""><figcaption></figcaption></figure>

3. Congratulations! Your order has been created.&#x20;

<figure><img src="/files/9sf9HpKpKLOeF0Dja0G1" alt=""><figcaption></figcaption></figure>

4. To track your orders, visit the 'Orders' section in 'History' from the left side menu.

<figure><img src="https://lh3.googleusercontent.com/X2u1gMbAvzfeRCiDZJei6GHkqgV8zxiJAfhdVM862kUtc-v-Khf7kJUjkzXnla2RnHJal1FQIcf3L-3eXffRrm3aohWr_9vdQPEJy5AjyafharCOMP72k5E8jIG6pjiCjNfbl8meIgZh2C4o-cS820c" alt=""><figcaption></figcaption></figure>

### Mode: Pro

1. Visit [testnet.brine.finance](https://testnet.brine.finance) and go to the 'Trade' section.&#x20;

*Note: Make sure the toggle bar in the top is set to 'Pro'. The default mode is 'Beginner'.*

<figure><img src="/files/kiUCKGsmjQa8RZReva5y" alt=""><figcaption></figcaption></figure>

2. Select the desired trading pair, choose buy/sell and enter the desired amount. Click 'Buy' or ‘Sell’. &#x20;

*Note: The default option is 'Market' order trade.*&#x20;

<figure><img src="/files/GJAgEj5bNGgZRFExoWWE" alt=""><figcaption></figcaption></figure>

3. Congratulations! Your order has been created.&#x20;

<figure><img src="https://lh5.googleusercontent.com/Y4GoZggOXNZpA1Rvnpx5VR5aZepU-90zq2rw46gNzoygE3Q2zxFyCBzbo2tHFBQQJpP__AKor3lnsVpv7s1QGpaHl4t3OkaIaq28esb1nyXNZ76RnKiXr5vCN3W7LBPvVzEFRPNvxRBxFUDmBM6UdcE" alt=""><figcaption></figcaption></figure>

4. To track your orders, visit the 'Orders' section in the 'History' tab from the left side menu.

<figure><img src="/files/6p8Xq3WPC3jMcbwht2Kc" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.brine.fi/for-users/user-docuguide/web-app/place-a-market-order-trade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
