> For the complete documentation index, see [llms.txt](https://docs.kyberswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyberswap.com/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator.md).

# KyberSwap Aggregator

Connecting Siloed Liquidity Across DEXs and Chains

## Overview

KyberSwap Aggregator enables traders to swap at the best rates by seamlessly connecting users and applications to fractured liquidity across various decentralized exchanges and multiple chains. Through splitting and optimizing trade routes via both [AMM](/~/changes/1kQEhDNzHMDf7SwOE6Yu/getting-started/foundational-topics/decentralized-finance/automated-market-maker.md) and [Order Book](/~/changes/1kQEhDNzHMDf7SwOE6Yu/getting-started/foundational-topics/decentralized-finance/order-book.md) DEXs, KyberSwap Aggregator is able to objectively discover the most capital efficient liquidity sources thereby ensuring the best swap rates while encouraging greater market stability.

For developers, KyberSwap Aggregator provides you a set of [APIs](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator/aggregator-api-specification.md) which enables you to discover the best DEXs to route your swap via a single API call. Developers integrating KyberSwap also have the option of customising fees, as well as which token they would like to accept the fees in.

{% hint style="info" %}

#### Supported exchanges and networks

For the full list of DEXs which have been integrated across KyberSwap Aggregator supported chains, please refer to [Supported Exchanges And Networks](/~/changes/1kQEhDNzHMDf7SwOE6Yu/getting-started/supported-exchanges-and-networks.md).
{% endhint %}

## Next Steps

<details>

<summary>Liquidity Providers</summary>

* [Discover how KyberSwap sources more trades for your pool](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator/concepts/dynamic-trade-routing.md)

</details>

<details>

<summary>Traders</summary>

* [Learn how KyberSwap sources the best rates for your swap](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator/concepts/dynamic-trade-routing.md)
* [Instantly swap at the best rates from the KyberSwap Interface](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-interface/user-guides/instantly-swap-at-the-best-rates.md)

</details>

<details>

<summary>Developers</summary>

* [Explore key Aggregator concepts](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator/concepts.md)
* [Execute a swap with the Aggregator API](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator/developer-guides/execute-a-swap-with-the-aggregator-api.md)
* [Filter Aggregator queries using KyberSwap DEX IDs](/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator/dex-ids.md)

</details>


---

# 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://docs.kyberswap.com/~/changes/1kQEhDNzHMDf7SwOE6Yu/kyberswap-solutions/kyberswap-aggregator.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.
