> 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/portuguese-brazilian/negociacao/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>

O Smart Router do PancakeSwap é um algoritmo de roteamento que conecta o AMM e o StableSwap (BNB Chain), e o AMM e os formadores de mercado (Ethereum), para fornecer melhor Liquidez e preços. Ele usa um algoritmo de roteamento inteligente de ordens que executa negociações em múltiplos pools para encontrar o melhor preço para os traders. Para mais informações sobre StableSwap, [clique aqui](broken://pages/nNPogTZMxocdyFIBYbkE) e para a integração com formadores de mercado, [clique aqui](/portuguese-brazilian/negociacao/pancakeswap-exchange/market-maker-integration.md).

A equipe irá gradualmente lançar pares StableSwap para testar e melhorar ainda mais o produto.

## Por que devo usar o Smart Router para meus Swaps AMM?

* Troque suas stablecoins ou outros pares com preços de ativos semelhantes de forma mais eficiente com os mesmos passos de negociação.
* Faça Swap com formadores de mercado, que podem oferecer melhor execução nas negociações do que o AMM normal do PancakeSwap.
* Com a função StableSwap, o Slippage de negociação é menor do que no AMM normal.
* As taxas de negociação do StableSwap são menores em comparação com o AMM normal.

## Em Desenvolvimento

* Interface aprimorada para saídas.
* Rotas divididas para negociações mais eficientes. Por exemplo, o roteador envia 50% do par para uma rota diferente para economizar taxas dependendo do tamanho da negociação e da Liquidez.


---

# 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/portuguese-brazilian/negociacao/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.
