# DCA Buy

The **DCA** feature in BONKbot allows you to automate periodic buys or sells of tokens, like $BONK. This feature enables you to define intervals, transaction counts, and slippage settings, letting you dollar-cost average into new positions with precision.

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

### DCA Buy Order Example

#### Order Summary

In the example, a DCA buy order for $BONK was placed with the following details:

* **Total DCA Amount:** 0.50 SOL
* **Number of Transactions:** 5
* **Interval:** 10 minutes
* **Amount per Transaction:** 0.10 SOL
* **Estimated Duration:** 50 minutes
* **Slippage Tolerance:** 10%
* **Total Priority Fees:** 0.0250 SOL

#### Execution

* BONKbot executes one transaction every 10 minutes, purchasing 0.10 SOL worth of $BONK per trade.
* Total cost, including fees and slippage, is displayed before confirmation.
* Progress is shown in the **Active DCA Orders** view, where you can track the number of completed transactions or cancel the order 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-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.
