# Smart Router (V2)

<figure><img src="/files/uhzMLy6NQ6W9QcOacDCY" alt=""><figcaption></figcaption></figure>

PancakeSwap Smart Router is a routing algorithm that links the AMM and stableswap (BNB Chain), and the AMM and market makers (Ethereum), to provide better liquidity and pricing. It uses a smart order routing algorithm that executes trades across multiple pools to find the best price for traders. For more information on StableSwap [click here](broken://pages/nNPogTZMxocdyFIBYbkE) and for the Market Maker integration [click here](/trade/pancakeswap-exchange/market-maker-integration.md).

The Kitchen will gradually roll out StableSwap pairs to further test and improve the product.

## Why should I use the Smart Router for my AMM swaps?

* Swap your stablecoins or other pairs with similar asset prices more efficiently with the same trade steps.
* Swap against market makers, who may provide better execution on trades than the normal PancakeSwap AMM.
* With the StableSwap function, the trading slippage is lower than normal AMM.
* The StableSwap trading fees are lower compared to the normal AMM.

## Still Cooking

* Better UI on output.
* Split routes for more efficient trades. Eg. Router sends 50% of the pair to a different route to save fees depending on the trade size and liquidity.


---

# 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.pancakeswap.finance/trade/pancakeswap-exchange/smart-router-v2.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.
