> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/italian/scambia/pancakeswap-exchange/smart-router-v2.md).

# Smart Router (V2)

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Smart%20Router.png" alt=""><figcaption></figcaption></figure>

PancakeSwap Smart Router è un algoritmo di routing che collega l'AMM e lo StableSwap (BNB Chain), e l'AMM e i market maker (Ethereum), per fornire liquidità e prezzi migliori. Utilizza un algoritmo di routing degli ordini intelligente che esegue scambi su più pool per trovare il miglior prezzo per i trader. Per ulteriori informazioni su StableSwap [clicca qui](broken://pages/nNPogTZMxocdyFIBYbkE) e per l'integrazione con i Market Maker [clicca qui](/italian/scambia/pancakeswap-exchange/market-maker-integration.md).

La cucina distribuirà gradualmente coppie StableSwap per testare e migliorare ulteriormente il prodotto.

## Perché dovrei usare Smart Router per i miei Swap AMM?

* Fai Swap delle tue stablecoin o di altre coppie con prezzi di asset simili in modo più efficiente con gli stessi passaggi di scambio.
* Fai Swap con i market maker, che possono offrire un'esecuzione migliore rispetto al normale AMM di PancakeSwap.
* Con la funzione StableSwap, lo Slippage di trading è inferiore rispetto al normale AMM.
* Le commissioni di trading di StableSwap sono inferiori rispetto al normale AMM.

## In Lavorazione

* Interfaccia migliorata per l'output.
* Percorsi divisi per scambi più efficienti. Ad es. il Router invia il 50% della coppia su un percorso diverso per risparmiare sulle commissioni in base alla dimensione del trade e alla liquidità.


---

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