> 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/espanol/productos./pancakeswap-exchange/smart-router-v2.md).

# Smart Router (V2)

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

#### **Qué es Smart Router?**

Smart Router en PancakeSwap es un algoritmo de enrutamiento que vincula AMM y StableSwap para brindar una mejor liquidez y precios. Utiliza un algoritmo de enrutamiento de órdenes inteligente que ejecuta transacciones en múltiples grupos para encontrar el mejor precio para los comerciantes. Esto minimizará el deslizamiento y encontrará el comercio más eficiente. La Cocina implementará gradualmente pares StableSwap para probar y mejorar aún más el producto.

Para más información sobre StableSwap has click [aquí](https://docs.pancakeswap.finance/v/espanol/productos/stableswap).

#### **Por qué debería usar Smart Router?**

* Intercambia tus monedas estables u otros pares con precios de activos similares de manera más eficiente con los mismos pasos comerciales.
* Con la función StableSwap, el deslizamiento comercial es más bajo que el AMM normal.
* Las tarifas comerciales de StableSwap son más bajas en comparación con el AMM normal.

#### **Cuál es la comisión para del StableSwap?**

Cuando realizas un intercambio en Smart Router, pagarás una tarifa comercial del 0,04 % si las transacciones se enrutan a través de StableSwap y las tarifas comerciales habituales del 0,25 % en PancakeSwap AMM.

Para saber más sobre las tarifas comerciales has click [aquí](https://docs.pancakeswap.finance/v/espanol/productos/pancakeswap-exchange/swap-trading).

**Aún cocinando**

* Mejores guías sobre la salida de la interfaz de usuario.
* Rutas divididas para intercambios más eficientes. P.ej. El enrutador envía el 50% del par a una ruta diferente para ahorrar tarifas según el tamaño y la liquidez de la operación.
* Incluir grupos vinculados a MM para el cálculo de rutas.


---

# 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/espanol/productos./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.
