> For the complete documentation index, see [llms.txt](https://docs.closed.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.closed.fun/telegram-bot-user-guide/limit-orders/limit-sell.md).

# Limit Sell

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

1. Start a regular [🔴  Sell](/telegram-bot-user-guide/markdown.md) task by clicking 'Sell' and then clicking on the token you want to sell
2. If you do not own the token you want to setup your limit order to sell, paste the contract address in and press enter.
3. Click Limit Orders

You will then be greeted by this screen, This defaults to 'Buy' so you need to click 'Sell' like the image below.

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

| Button       | Action                                                                                                                                                                            | Response                                                                                |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Sell         | Should be green for a sell limit order                                                                                                                                            | <img src="/files/6HcovwL6n9nnt9UVRp6D" alt="" data-size="original">                     |
| Buy          | Should be red meaning not active                                                                                                                                                  | <img src="/files/DaligUAfY6Qsfdmzgcm1" 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     | <p>Enter target mcap value.<br></p><p>You should use this for a token that is not listed</p>                                                                                      | <img src="/files/slbcrkC0DCmMY518iiHd" alt="" data-size="original">                     |
| Submit Order | Submit Limit Order                                                                                                                                                                |                                                                                         |
| Close        | Close the current Menu                                                                                                                                                            |                                                                                         |


---

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