> For the complete documentation index, see [llms.txt](https://help.dedust.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dedust.io/en/trade/router.md).

# Router (DEX Aggregator)

{% columns %}
{% column width="50%" valign="middle" %}

<figure><img src="/files/8k6mP9OX02EkwcJWi8HF" alt="" width="510"><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" valign="middle" %}
In March 2025, new Router v2 [was launched](#user-content-fn-1)[^1].\
\
It builds routes across major TON decentralized exchanges, supports split trades, and allows flexible settings. Since its release, DeDust is not only a DEX, but also a liquidity aggregator.

{% hint style="success" %}
It's also available for integration by anyone. For this, refer our [technical documentation](https://hub.dedust.io/apis/router-v2/overview)
{% endhint %}
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
What is multi-DEX routing (Aggregation) in crypto?

Multi-DEX routing is a process where a trade is split across multiple decentralized exchanges (DEXs) to find the best possible price, rather than relying on just one exchange.

By using a router or aggregator like DeDust, your trade can automatically take the most efficient path—often involving multiple tokens and platforms—to reduce slippage, lower fees, and maximize the amount you receive.

This is usually much better than swapping on a single DEX, which might not offer the best rate or have enough liquidity for your trade.
{% endhint %}

[^1]: [Telegram](https://t.me/dedust_en/113) | [X (Twitter)](https://x.com/dedust_io/status/1900587578287382836)


---

# 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:

```
GET https://help.dedust.io/en/trade/router.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.
