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

# ⚠️ DCA Vaults

DCA Vaults (deprecated)

Inverse Finance’s first product launched was the DCA (dollar cost average) vaults. The DCA Vaults generate yield on stablecoins and continuously invested the yield in a target token e.g. ETH. While initially a very successful product, the DAO decided to focus resources on the growth of DOLA rather than improvements to the DCA Vaults.

As the profitability of the Vaults to the Inverse Finance Treasury decreased, it was decided that the vaults would be deprecated, meaning they would be no longer funded with ETH in order to cover the gas required to invest in the target token.

***

### How to Withdraw from DCA Vaults

Despite being deprecated, the DCA Vaults smart contracts are still live and active on Ethereum Mainnet (and will be forever). It is recommended that users who still have crypto held within these smart contracts should withdraw their capital from them. The DCA Vaults are no longer displayed on the current Inverse Finance UI. However, the vaults can be accessed through the UI of the old Inverse Finance website. This website can be accessed through the following link:

<https://old.inverse.finance/vaults>

Users will be able to claim any profits and withdraw all capital using this website.

![](https://1862922637-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPoLjDfHldLEnyzW3yo%2Fuploads%2FHlTDYPFH418Fgw27PQy2%2Fimage.png?alt=media\&token=dd076f0e-4805-4147-8dba-c326e13e4ff8)


---

# 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://docs.inverse.finance/inverse-finance/inverse-finance/legacy-products/dca-vaults.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.
