> 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/stableswap/classic-stableswap.md).

# Klasik StableSwap

Classic StableSwap, Curve Finance'ın AMM'sinin PancakeSwap'ta uygulanmasıdır. Likidite havuzu aşırı dengesiz olmadığı sürece fiyatları daha eşit tutmak amacıyla sabit ürün formülünün (x\*y=k) üzerine doğrusal değişmez sabit toplam eğrisi (x+y=k) ekler. Sonuç olarak, StableSwap'lar benzer fiyatlı varlıklarla sınırlı olduğundan, kalıcı olmayan kayıp çok fazla endişe kaynağı değildir (aşırı fiyat ayrışması durumları hariç) ve Kayma, yalnızca sabit ürün formülünü kullanan normal AMM'den daha düşüktür.

StableSwap üzerinde bir Swap (işlem) gerçekleştirdiğinde, normal PancakeSwap AMM'deki olağan %0,25'ten daha düşük işlem ücreti ödersin. Ücret dağılımı şu şekildedir:

* %50 LP ödülü olarak
* %40 CAKE geri alımı ve yakımı için
* %10 PancakeSwap Hazinesi için

## StableSwap Ücretleri

Çiftlere ait ücretler aşağıdaki tabloda özetlenmiştir:

<table><thead><tr><th width="150">Kararlı Çift</th><th width="132">İşlem Ücretleri</th><th width="118.33333333333331">LP Ödülleri</th><th width="124">CAKE Geri Alımı</th><th>PancakeSwap Hazinesi</th></tr></thead><tbody><tr><td>USDT-BUSD</td><td>%0,01</td><td>%0,005</td><td>%0,004</td><td>%0,001</td></tr><tr><td>USDC-BUSD</td><td>%0,01</td><td>%0,005</td><td>%0,004</td><td>%0,001</td></tr><tr><td>USDC-USDT</td><td>%0,01</td><td>%0,005</td><td>%0,004</td><td>%0,001</td></tr><tr><td>HAY-BUSD</td><td>%0,04</td><td>%0,02</td><td>%0,016</td><td>%0,004</td></tr><tr><td>HAY-USDT</td><td>%0,04</td><td>%0,02</td><td>%0,016</td><td>%0,004</td></tr><tr><td>axlUSDC-USDT</td><td>%0,04</td><td>%0,02</td><td>%0,016</td><td>%0,004</td></tr><tr><td>BNBx-WBNB</td><td>%0,04</td><td>%0,02</td><td>%0,016</td><td>%0,004</td></tr><tr><td>stkBNB-WBNB</td><td>%0,04</td><td>%0,02</td><td>%0,016</td><td>%0,004</td></tr></tbody></table>

Mutfak ekibi, ürünü daha da test etmek ve geliştirmek amacıyla StableSwap çiftlerini kademeli olarak devreye alacak ve ücretleri gözden geçirecektir.

## Neden normal AMM Swap yerine StableSwap kullanmalıyım?

* Aynı işlem adımlarıyla stablecoin'lerini veya benzer varlık fiyatlarına sahip diğer çiftlerini daha verimli şekilde takas et
* StableSwap işleviyle işlem Kayması, normal AMM'ye kıyasla daha düşüktür
* StableSwap işlem ücretleri, normal AMM'ye kıyasla daha düşüktür


---

# 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/stableswap/classic-stableswap.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.
