# Dex Aggregator

What is a DEX aggregator?

The purpose of a DEX aggregator is to help users find the best rates for token swaps without needing to compare prices on different Decentralized Exchanges. Instead of relying on a single DEX, the aggregator aims to achieve 3 objects:

1. Finding the Best Price
2. Finding the Lowest Slippage
3. Reducing protocol and gas fees


---

# 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://gitbook.chainarq.com/chainarq/services/dex-aggregator.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.
