> 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/vietnamese/giao-dich/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 là thuật toán định tuyến liên kết AMM và StableSwap (BNB Chain), cũng như AMM và nhà tạo lập thị trường (Ethereum), để cung cấp thanh khoản và giá cả tốt hơn. Nó sử dụng thuật toán định tuyến lệnh thông minh thực hiện giao dịch trên nhiều pool để tìm giá tốt nhất cho trader. Để biết thêm thông tin về StableSwap [nhấp vào đây](broken://pages/nNPogTZMxocdyFIBYbkE) và để biết thêm về tích hợp Nhà Tạo Lập Thị Trường [nhấp vào đây](/vietnamese/giao-dich/pancakeswap-exchange/market-maker-integration.md).

The Kitchen sẽ dần triển khai thêm các cặp StableSwap để kiểm tra và cải tiến sản phẩm.

## Tại Sao Tôi Nên Sử Dụng Smart Router Cho Các Hoán Đổi AMM?

* Hoán đổi stablecoin hoặc các cặp với giá tài sản tương tự một cách hiệu quả hơn với cùng các bước giao dịch.
* Hoán đổi với nhà tạo lập thị trường, những người có thể cung cấp mức thực hiện tốt hơn so với AMM PancakeSwap thông thường.
* Với chức năng StableSwap, trượt giá giao dịch thấp hơn so với AMM thông thường.
* Phí giao dịch StableSwap thấp hơn so với AMM thông thường.

## Đang Phát Triển

* Giao diện đầu ra tốt hơn.
* Chia lộ trình để giao dịch hiệu quả hơn. Ví dụ: Router gửi 50% cặp sang lộ trình khác để tiết kiệm phí tùy thuộc vào quy mô giao dịch và thanh khoản.


---

# 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/vietnamese/giao-dich/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.
