> 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/turkish/ticaret/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, daha iyi likidite ve fiyatlandırma sunmak için AMM ve stableswap'ı (BNB Chain) ve AMM ile piyasa yapıcıları (Ethereum) birbirine bağlayan bir yönlendirme algoritmasıdır. Yatırımcılara en iyi fiyatı bulmak için birden fazla havuzda işlemleri gerçekleştiren akıllı bir emir yönlendirme algoritması kullanır. StableSwap hakkında daha fazla bilgi için [buraya tıkla](broken://pages/nNPogTZMxocdyFIBYbkE) ve Piyasa Yapıcı entegrasyonu hakkında daha fazla bilgi için [buraya tıkla](/turkish/ticaret/pancakeswap-exchange/market-maker-integration.md).

Kitchen, ürünü daha fazla test etmek ve geliştirmek için StableSwap çiftlerini kademeli olarak kullanıma sunacak.

## AMM Swap'larım için neden Smart Router kullanmalıyım?

* Benzer varlık fiyatlarına sahip stablecoin'lerini veya diğer çiftleri aynı işlem adımlarıyla daha verimli şekilde takas et.
* Normal PancakeSwap AMM'den daha iyi işlem gerçekleştirme sunabilecek piyasa yapıcılara karşı Swap yap.
* StableSwap fonksiyonu sayesinde işlem Kayması, normal AMM'den daha düşüktür.
* StableSwap işlem ücretleri, normal AMM'ye kıyasla daha düşüktür.

## Hâlâ Geliştiriliyor

* Çıktıda daha iyi arayüz.
* Daha verimli işlemler için bölünmüş rotalar. Ör. Yönlendirici, işlem büyüklüğüne ve likiditesine bağlı olarak ücretlerden tasarruf etmek amacıyla çiftin %50'sini farklı bir rotaya gönderir.


---

# 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/turkish/ticaret/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.
