> For the complete documentation index, see [llms.txt](https://docs.aftermath.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aftermath.finance/trade/dca.md).

# DCA

Dollar Cost Averaging (DCA) is a trading and investment strategy which involves splitting a transaction into multiple smaller transactions to be executed at a specified time interval. This strategy can be automated on behalf of the user, so one does not have to manually perform each transaction themselves.

There are a number of use cases and strategies for which DCA is useful, but the main purpose is to hedge against volatility. Rather than trying to time the market and execute an order in one large lump sum, breaking the order into smaller transactions over a period of time will cause them to be executed at varying prices. Oftentimes using DCA causes the overall cost basis to be more favorable than trying to time one large trade.


---

# 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:

```
GET https://docs.aftermath.finance/trade/dca.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.
