# Aggregator DEX

## Overview

### Introduction

Aggregator DEX is a decentralized exchange (DEX) aggregator built on the Ethereum blockchain. It aims to provide users with the best possible price for their token swaps. It does so by aggregating blockchain transactions and maintaining an order book.

Aggregator DEX (Decentralized Exchange) is a platform built on Ethereum blockchain to offer users the best possible trading rates and options. It allows users to perform peer-to-peer (P2P) swaps, meaning users can directly trade their crypto assets with each other without needing an intermediary (e.g: Liquidity pools).

### Features

* **Optimized Trading Routes:** Utilizes advanced algorithms to determine the most beneficial paths for trades, either using the order book, or the liquidity pool swap.
* **Reduced Gas Fees:** Aggregates multiple users' transactions into a single transaction, reducing the gas fees on one end to 0.
* **Swap Tax Negation:** Maintains an order book and transfers tokens directly between users without using liquidity pools, effectively negating swap taxes and halving buy/sell taxes.
* **User-Friendly Interface**: Provides a simple and intuitive UI for seamless trading.
* **Security**: Built with Solidity, leveraging Ethereum's robust security features. All user trades are verified on-chain, negating any risk of exploits, even when the DEX private keys are leaked.


---

# 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://whitepaper.aggregator-dex.com/aggregator-dex.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.
