# Dynamic Trade Routing

<figure><img src="/files/ElrxiOtHyh0Z9Dz3fbmR" alt=""><figcaption><p>Sourcing superior routes for your trade</p></figcaption></figure>

KyberSwap Aggregator has Dynamic Trade Routing, which aggregates fractured liquidity across DEXs thereby enabling users to source more capitally efficient liquidity to support their trades. Through integration with a myriad of DEX smart contracts, KyberSwap Aggregator is able to function as an optimisation layer between the DEX smart contract and incoming trade requests. This ensures that users always get more optimal rates for any token swap, on any of the KyberSwap Aggregator supported networks.

KyberSwap trades are split and routed through different DEXs for the best prices within the same chain/network. Users can trade tokens that may not be in KyberSwap pools but are available on other DEXs. You can see exactly which DEXs were involved in the trade and the % split between them.

KyberSwap's DEX aggregator also provides the following benefits:

* **KyberSwap Ecosystem Gas Savings**: The KyberSwap Aggregator is able to generate additional gas savings for trades which are wholly routed via KyberSwap pools by optimizing the trade route internally.
* **Fee on Transfer Savings**: KyberSwap Aggregator can also be configured to minimize the number of transfers. As a result, the gas fees associated with trading Fee on Transfer (FoT) tokens are also reduced. *In Fee on Transfer tokens, generally, a small portion of every transfer is either burnt or diverted to another wallet (i.e. tax). FoT tokens are common on the BSC chain.*


---

# 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://docs.kyberswap.com/developer-guide/start-here/foundational-solutions/dynamic-trade-routing.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.
