> For the complete documentation index, see [llms.txt](https://docs.anyroute.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyroute.xyz/technology/images-and-media.md).

# Lower Slippage(Coming Soon)

AnyRoute Aggregator is built to deliver **consistently low slippage** across all trades. To achieve this, AnyRoute uniquely combines the **on-chain liquidity from DEXs** with **off-chain liquidity from centralized exchanges (CEXs)** — all under a unified, decentralized execution framework.

***

#### 💧 Liquidity Sources

**1. DEX Liquidity (On-chain)**

* Aggregated via SmartRouter and custom contracts
* Supports Uniswap V2, V3, Curve, and other mainstream DEX protocols
* Realtime local routing computation ensures best-price discovery across multiple pools
* No reliance on RPC calls, enabling fast and accurate swaps with updated pricing (delay < 5s)

**2. CEX Liquidity (On-chain + Off-chain)**

* Accessed via a decentralized order matching system
* CEX liquidity is mirrored by setting up **limit orders** on AnyRoute
* A network of bots acts as hedging agents on major CEXs (e.g., Binance, OKX)
* Bots monitor and fulfill user orders by executing hedge trades on CEXs at matching or better prices

***

#### 🧠 How It Works (CEX Order Flow)

1. **User sets a swap at a fixed price (limit order)**\
   e.g., "Swap 1000 USDC to ETH at price X"
2. **Hedging bot picks up the order**\
   It confirms price match with CEX (e.g., Binance order book) and initiates a hedge
3. **Bot executes hedge on CEX**\
   Simultaneously commits on-chain trade for user and settles in real time
4. **User receives output token on-chain**\
   Entire trade benefits from deep CEX liquidity with minimal slippage

***

#### 🔒 Decentralized, Non-Custodial by Design

* **No user funds are ever held** by bots or intermediaries
* Hedging bots act as liquidity executors, not custodians
* Execution logic is transparent and auditable on-chain
* Any user or operator can run a hedging node and earn incentives (future roadmap)

***

#### ✅ Key Benefits

* Access to **deeper liquidity pools** than DEXs alone
* **Minimized slippage** even for large-volume trades
* Fully **decentralized execution** without compromising security
* Compatible with automated and professional trading strategies

***

This hybrid design empowers AnyRoute to handle large-volume, low-cost, cross-chain swaps in real time — making it one of the most capital-efficient aggregators in DeFi.


---

# 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.anyroute.xyz/technology/images-and-media.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.
