> For the complete documentation index, see [llms.txt](https://goattrading.gitbook.io/dojo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://goattrading.gitbook.io/dojo/features/auto-sell.md).

# Auto Sell

Our sell limit orders (or Auto Sell) allow users to instantly set a price they’d like to sell their token at, then the system will sell once it reaches that price. It's a true set-and-forget solution for memecoin trading.

Users can set this immediately on a buy, or set it on a normal sell in the future. There is no slippage incurred when using Auto Sell because it’s done by providing narrow-range liquidity on Sushi V3. To encourage using this feature to trade safely, there are also no taxes charged.

When a transaction occurs that pushes price past someone’s limit order, our backend immediately sends a transaction to fulfill the order. If this is not done immediately, price could fall back below the limit order price and reverse it. Because of this, it’s possible in certain situations limit orders may not be satisfied despite price having momentarily passed it. Orders also can not be partially filled, so, if a user has a large amount of tokens to sell, we recommend placing multiple smaller orders at different prices rather than one large order.

This system is experimental and there’s no guarantee that it will function 100% of the time.


---

# 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://goattrading.gitbook.io/dojo/features/auto-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.
