# Limit Orders

Limit orders are open orders which will be executed (filled/ partially filled) when the market trades at the price level specified by you.&#x20;

Say the Yes shares in a market are trading at 45c right now, but you want to buy them at 43c per share. You can open a limit order at price level 43c, specifying how many shares you want to buy. Whenever someone is willing to sell Yes shares at 43c, your limit order will be executed.&#x20;

{% hint style="info" %}
Your order might be completely filled or partially filled, depending on how many shares other people are willing to sell at your desides price level. In case of a partial fill, the remaining quantity still remains as open order which can later be filled by other traders.
{% endhint %}

## How to open Limit Orders

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

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

2. Specify the price at which you would like to buy the Yes shares. For e.g. 43c\
   \ <br>

   <figure><img src="/files/p6WpsRTyp5SUQIOhBze2" alt=""><figcaption></figcaption></figure>
3. Specify the number of shares you would like to buy. Say 25<br>

   <figure><img src="/files/ACJT8uaagbEMZnR925G9" alt=""><figcaption></figcaption></figure>
4. Check the total trade amount, estimated fees and potential return shown at the bottom.<br>

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

<figure><img src="/files/3QaPXM4VPO2NFduB1HcF" alt=""><figcaption></figcaption></figure>

6. You can see your limit orders under "Orders" tab for this market.<br>

   <figure><img src="/files/NZxrlR7rAPWLYgBb1NGC" alt=""><figcaption></figcaption></figure>
7. &#x20;In case, you now don't want to buy these shares at 43c anymore, you can Cancel the limit orders anytime. Just hit the "Cancel" button on front of your open order and approve the on-chain transaction in your wallet. The amount deducted earlier will be refunded back to your wallet.<br>

Visit Portfolio tab to manage your orders across multiple markets.


---

# 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/limit-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.
