> For the complete documentation index, see [llms.txt](https://docs.fliq.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fliq.one/trading-concepts/market-orders.md).

# Market Orders

Market orders are the ones which get executed instantly at the price offered by the market at the moment (executed against available limit orders).

## How to place Market Orders

1. Visit [markets page](https://www.fliq.one/) to find the market of your interest.
2. Choose "Market" as the order type from the dropdown shown below<br>

   <figure><img src="/files/PO6g8watgo2QtrT4pk4L" alt=""><figcaption></figcaption></figure>
3. Enter the amount ($) you want to buy the shares for. Say 20$<br>

   <figure><img src="/files/KqPPbU0vFTsRpgZ5X174" alt=""><figcaption></figcaption></figure>
4. Check the information related to this order, like number of shares, average price per share, estimated fees and potential profits, shown at the bottom.<br>

   <figure><img src="/files/PYitw9AQG52GAtInmj9S" alt=""><figcaption></figcaption></figure>
5. Hit the Buy button and approve the on-chain transaction in your wallet. <br>

   <figure><img src="/files/Jjbh0QOhlzjHtFpT5QZd" alt=""><figcaption></figcaption></figure>
6. You can see your filler order under "Positions" tab for this market.<br>

   <figure><img src="/files/c8MnkwzPz9Kn87zCYGD8" 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.fliq.one/trading-concepts/market-orders.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.
