# Limit Buy

{% hint style="info" %}
Limit orders get deleted automatically once executed or at the expiry time
{% endhint %}

1. Start a regular [🟢  Buy](/telegram-bot-user-guide/editor.md) task by entering a token address or clicking 'buy'
2. Click Limit Orders

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

You will then be greeted by this screen

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

| Button       | Action                                                                                                                                                                            | Response                                                                                |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Buy          | Should be green for a buy limit order                                                                                                                                             | <img src="/files/npMMDXvp2YCcRGb0K8f6" alt="" data-size="original">                     |
| Sell         | Should be red meaning not active                                                                                                                                                  | <img src="/files/3lUh3ZhNi3RkHvkd9y0E" alt="" data-size="original">                     |
| Expiry       | Set the expiry time in minute e.g 60 for 1 hour                                                                                                                                   | `When should your limit order expire? Set in hours (e.g., 0.5 = 30mins, 24 = 24 hours)` |
| Gas Fee      | Enter the amount in SOL you want to set your priority gas fee in, higher = quicker land                                                                                           | `Please enter the tip amount in SOL`                                                    |
| Slippage     | Set the buy slippage amount                                                                                                                                                       | `Please enter slippage percentage (e.g., 1 for 1%)`                                     |
| Price Limit  | <p>Enter the percentage of the current price at which you want to create the order.</p><p><br>You cannot do this for a token that is not currently listed/trading on daos.fun</p> | <img src="/files/U3E11dBBeRaRg6eFDksL" alt="" data-size="original">                     |
| MC Limit     | Enter target mcap value.                                                                                                                                                          | <img src="/files/slbcrkC0DCmMY518iiHd" alt="" data-size="original">                     |
| Submit Order | Submit Limit Order                                                                                                                                                                |                                                                                         |
| Close        | Close the current Menu                                                                                                                                                            |                                                                                         |


---

# 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.closed.fun/telegram-bot-user-guide/limit-orders/limit-buy.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.
