> 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/limit-orders.md).

# Limit ve TWAP Emirleri

{% hint style="warning" %}
**Limit Emri (Orbs) kullanımdan kaldırıldı.** Bekleyen emirlerin varsa lütfen bunları [buradan](https://pancakeswap.finance/swap/limit-v1) yönet. Lütfen en son limit emri özelliğini buradan kullandığına emin ol: <https://pancakeswap.finance/swap/limit>
{% endhint %}

{% hint style="success" %}
**Ücret Kazandıran Limit Emirleri**, yalnızca PancakeSwap'ta mevcut olan **türünün ilk trading özelliğidir**.
{% endhint %}

#### Nedir?

Ücret Kazandıran Limit Emirleri, **ücret kazanırken** tokenları otomatik olarak satın almak veya satmak için hedef fiyat belirlemenizi sağlar. Havuz fiyatı hedefinize ulaştığında emrin gerçekleşir ve istediğin çıktı tokenları + ücretler doğrudan cüzdanına gönderilir.

* **Desteklenen zincir:** BNB Chain
* **Minimum emir boyutu:** 50 $

#### Neden kullanalım?

* Grafikleri sürekli izlemeye gerek yok.
* Gerçekleştirme ücreti yok — bunun yerine emrin gerçekleştiğinde **ücret kazanırsın (%0,1)**.
* Sorunsuz çalışır — tamamen zincir üzerinde, PancakeSwap Infinity mimarisi tarafından desteklenir.

***

TWAP (Zaman Ağırlıklı Ortalama Fiyat), bir emri daha küçük işlem boyutlarına bölen ve bunları düzenli aralıklarla gerçekleştiren yaygın bir emir türüdür. TWAP emrinin temel amacı emrin fiyat etkisini azaltmaktır.

{% hint style="info" %}
TWAP özelliği [Orbs](https://www.orbs.com/) tarafından geliştirilmiş ve Orbs' [L3 teknolojisi](https://www.orbs.com/overview/) tarafından desteklenmektedir.
{% 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/limit-orders.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.
