# DCA Sell

The **DCA Sell** feature in BONKbot allows you to automate the gradual sale of tokens, like $BONK, over a defined schedule.&#x20;

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

### DCA Sell Order Example

#### Order Summary

In the gif above, a DCA Sell order for $BONK was configured with the following parameters:

* **Total DCA Amount:** 3.40M $BONK
* **Number of Transactions:** 5
* **Interval:** 10 minutes
* **Amount per Transaction:** 680K $BONK
* **Estimated Duration:** 50 minutes
* **Slippage Tolerance:** 10%
* **Priority Fees:** 0.0250 SOL

#### Execution

* BONKbot executes one transaction every 10 minutes, selling 680K Bonk per trade.
* Progress is displayed in the **Active DCA Orders** section, showing the number of completed transactions and remaining trades.
* You can cancel the order at any time if needed.


---

# 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.bonkbot.io/bonkbot/advanced-trading/dca/dca-sell.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.
