# DCA

#### **What is DCA?**

DCA(Dollar-Cost Averaging) is an investment strategy where an investor divides up the total amount to be invested across periodic purchases of a target asset to reduce the impact of volatility on the overall purchase.&#x20;

The purchases occur regardless of the asset's price and at regular intervals.&#x20;

This strategy is intended to mitigate the risk of making a single large investment at the wrong time by spreading the investment out and buying at an average price over time.

#### **Key Features:**

* **Investment Intervals**: Specifies the frequency of investments, such as daily, weekly, or monthly.
* **Buy or Sell**: Typically used for buying assets over time, DCA can also be applied to gradually sell assets, aiming to achieve an average price effect.
* **Transparency and Security**: The strategy is implemented through smart contracts, ensuring all operations are publicly transparent.

#### **How to use?**

1. Go to[ ](https://www.deltatrade.ai/bots/NEAR_USDC/dca/vaults)<https://www.deltatrade.ai/bots/NEAR_USDC/dca/vaults> page and switch to DCA.
2. Set Parameters:

   1. Select “create”
   2. Choose “buy” or “sell”
   3. Choose the frequency, every X minutes or every X days
   4. Select the start time. By default, the start time is “now”
   5. Enter the amount for each order. This is the amount you will buy (or sell) in each DCA order
   6. Enter the number of executions. When the number of executions is reached, this DCA order will automatically close
   7. Enter the vault name

   <figure><img src="/files/BqdBauI5u3TvvW6sCvqF" alt=""><figcaption></figcaption></figure>
3. Choose whether to set price limits for each order. If needed, set the highest and lowest prices. DCA will only be executed if the price falls within the range of your pricing strategy.

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

4. Review DCA creation details. After setting all necessary parameters, you can review the estimated number of orders and total amount for the DCA plan. Click “create” to successfully create the DCA.

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

5. View details of the DCA vault. After activating the DCA plan, you can check its progress and details at any time. In the lower left corner of the DCA page, you will see your active and completed DCA orders.
6. End the DCA plan. Whenever you want to end the DCA plan, simply click “close vault” and then click “confirm”.

You can set up a DCA plan for any tokens available on DeltaTrade.<br>


---

# 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.deltatrade.ai/introduction-to-deltatrade/features/trading-vault/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.
