> For the complete documentation index, see [llms.txt](https://cron-finance.gitbook.io/twamm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cron-finance.gitbook.io/twamm/use-cases/non-custodial-dca.md).

# Non-Custodial DCA

Whether you are a DeFi noob looking to make your first purchase or a whale looking to execute a TWAP-style order, centralized exchanges generally serve as the first entry point into crypto trading. However, given the recent events (FTX, Silvergate Bank, etc), the custodial risk that comes with using centralized services far outweighs the benefits.

There are very talented teams that have created user-friendly wallets (Rainbow, Uniswap, etc) to help users interact with DeFi and invest in a non-custodial way. And with the addition of TWAMMs in the backend, the products and service offerings can be vastly improved.

{% embed url="<https://twitter.com/ASvanevik/status/1478096434981490690>" %}

### Whales & Minnows DCA

DCA is a high-value add functionality because it allows retail investors to take a position without having to time the market. It's also a great source of non-toxic order flow that liquidity providers would love to have. Additionally, when this can be done non-custodially and on-chain, this becomes a killer feature for wallets to leverage TWAMMs for.

{% embed url="<https://twitter.com/iamDCinvestor/status/1613570557538193409>" %}

When taking a large position, timing the market is very risky and it's prudent to gradually fill your order. Unfortunately, everything available on-chain today completes your order in a single block unless you're sophisticated enough to set and withdraw your out-of-range Uniswap V3 position.&#x20;

{% embed url="<https://twitter.com/0xkydo/status/1592362906439802880>" %}

Soon, the reason to use CEX will be simply to on-ramp into crypto. TWAMMs will unlock passive traders' ability to invest in the market while not taking custodial risk. Additionally, it will increase the amount of active capital deployed on-chain, thus growing the pie for all other protocols as well.

### Future Vision

Centralized exchanges are already aware of this trend and the forward-thinking ones are positioned to be the customer relationship owners. Coinbase recently introduced their Wallet as a Service which makes it easier to onboard CEX users directly into DeFi protocols front-ends.

{% embed url="<https://twitter.com/coinbase/status/1633473042000101378>" %}


---

# 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://cron-finance.gitbook.io/twamm/use-cases/non-custodial-dca.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.
