# Chain Abstraction

Trading onchain often means managing multiple networks, bridging assets between chains, and keeping track of different gas tokens.

DEX removes that complexity with one unified balance.

### How it works

When funds are deposited into DEX, they are converted into USDC and routed through DEX's infrastructure.

This allows users to access markets, assets, and opportunities across multiple chains without manually bridging funds or switching networks.

With DEX, you don't need to:

* Bridge assets between chains
* Switch networks
* Manage multiple gas tokens

You simply choose what you want to trade and transfer USDC to that asset class if needed.

DEX makes blockchain infrastructure invisible, so you can focus on the markets, not the mechanics.


---

# 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://about.dex.org/chain-abstraction.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.
