# DCA In/Out

"DCA In/Out" refers to a simple DCA that facilitates token swaps on the same chain, in any combination:

* Stable to Token
* Token to Stable
* Stable to Stable
* Token to Token

These swaps will be performed by querying the best [DEX Aggregator](/neon-protocol/integrations/exchanges.md) to ensure the most advantageous rates.

Check the [dApp](https://neonprotocol.io/) directly to see the pairs listed.

Any ERC20 token with sufficient on chain liquidity can be used on NEON by pasting its contract address or by writing its tickets (the latter feature may be available only for the most popular tokens on a chain).

{% hint style="warning" %}
Only ERC20 Token standard.
{% endhint %}


---

# 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://nkson-protocol.gitbook.io/neon-protocol/features-and-usecases/dca-in-out.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.
