> 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-infinity.md).

# PancakeSwap Infinity

> Geliştirici iseniz veya ayrıntılı teknik dokümantasyon arıyorsanız lütfen şu belgeye başvurun: <https://developer.pancakeswap.finance/>

**PancakeSwap Infinity**, merkeziyetsiz ticareti daha hızlı, daha ucuz ve daha esnek hale getirmek için tasarlanmış PancakeSwap AMM'nin en yeni sürümüdür. Daha fazla özelleştirmeye olanak tanıyan ve farklı türde işlem havuzlarını ve fiyatlandırma modellerini destekleyen modüler bir tasarım kullanır.

Infinity ile geliştiriciler, bir havuzun yaşam döngüsündeki temel eylemlerde çalışan küçük kod parçaları olan "hook'lar" sayesinde yeni özellikleri daha kolay oluşturabilir. Bunlar; özel oracle'lar, dinamik ücret havuzları, gelişmiş işlem ve likidite yönetimi özellikleri ve daha fazlası gibi kullanım senaryolarına olanak tanır.

PancakeSwap v3 ile karşılaştırıldığında, Infinity daha az gaz tüketir ve geleceğe daha dayanıklıdır. Muhasebe ve işlem mantığı gibi temel işlevleri birbirinden ayırarak, hook kapasiteleriyle yeni fiyatlandırma eğrilerinin sorunsuz entegrasyonuna imkân tanır; bu da protokolün yeniden dağıtım gerektirmeden gelişmeye devam etmesini sağlar.

### ⭐️ Temel Özellikler

1. Singleton
2. Flash Accounting
3. Hooks
4. Yerel Token Desteği
5. Özel Fiyatlandırma Eğrileri
6. ERC-6909
7. `donate()`

{% hint style="success" %}
**Açık kaynak:** [PancakeSwap Infinity](https://github.com/pancakeswap/infinity-core), geliştiricileri serbestçe yenilik yapmaya, özelleştirmeye ve iş birliği yapmaya teşvik eden açık kaynak bir lisans altında yayınlanmıştır.
{% endhint %}


---

# 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-infinity.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.
