# 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: 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:

```
GET https://docs.fliq.one/trading-concepts/market-orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
