> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/tr/margex/trading-conditions/margex-fees.md).

# İşlem Ücretleri ve Fonlama

Margex'te işlem yaparken iki tür ücret uygulanır: **İşlem Ücreti** – Bir yatırımcının emri gerçekleştirildiğinde alınan ücret, **Fonlama (Finansman) Ücreti** – Bir pozisyonun yeni bir fonlama dönemine taşınması durumunda uygulanan ücret.

## İşlem Ücreti

Bir emir piyasada gerçekleştiğinde, kullanılan emir türüne bağlı olarak işlem ücreti uygulanır:<br>

<table data-full-width="false"><thead><tr><th align="center">Taker Ücreti</th><th align="center">Maker Ücreti</th></tr></thead><tbody><tr><td align="center">0.060%</td><td align="center">0.019%</td></tr></tbody></table>

**Maker Ücreti:** Likidite ekleyen emirler için uygulanır. Bu, emir defterine doğrudan karşılanmayan ve daha sonra eşleşecek emirler yerleştirildiğinde geçerlidir. Örneğin, [**Limit emirleri**](/help-center/tr/leverage-trading-guide/orders-and-positions/order-types.md#limit-order) mevcut fiyatın altına (ALIM) veya üstüne (SATIŞ) yerleştirildiğinde **Maker ücreti** alınır. Buna **Koşullu Kar Al (**[**Take Profit**](/help-center/tr/leverage-trading-guide/orders-and-positions/order-types.md#stop-loss-and-take-profit)**) emirleri** de dahildir.

**Taker Ücreti:** Likiditeyi çeken emirler için uygulanır. Yani, doğrudan emir defterinde mevcut bir emirle eşleşen işlemler için geçerlidir. Örneğin, [**Piyasa emirleri** ](/help-center/tr/leverage-trading-guide/orders-and-positions/order-types.md#market-order)veya [**Stop-Market**](/help-center/tr/leverage-trading-guide/orders-and-positions/order-types.md#stop-market-order) **ve** [**Stop-Loss emirleri**](/help-center/tr/leverage-trading-guide/orders-and-positions/order-types.md#stop-loss-and-take-profit) piyasada yürütüldüğünde **Taker ücreti** alınır.

> Her yatırımcının emri piyasada gerçekleştiğinde, yani hem **pozisyon açılırken hem de kapanırken** işlem ücreti alınır.

## Fonlama (Finansman) Ücreti

Bir pozisyonun **yeni bir 8 saatlik fonlama dönemine** taşınması durumunda fonlama ücreti uygulanır. Bu dönemler şu saatlerde başlar: **00:00, 08:00 ve 16:00 UTC**. Pozisyonun bir sonraki fonlama devrine geçmeden önce kapatılması durumunda fonlama ücreti uygulanmaz.

{% hint style="info" %}
**Tahmini Fonlama Oranları:**

* **Uzun (Long) Pozisyonlar:** -%0,12
* **Kısa (Short) Pozisyonlar:** -%0,12

Gerçek fonlama oranları, **emir büyüklüğü, toplam piyasa maruziyeti, piyasa oynaklığı ve Long/Short oranına** bağlı olarak değişebilir.

Tüm ücretler ve fonlama, **tam emir büyüklüğü üzerinden** hesaplanır.
{% endhint %}

**Fonlama geri sayım sayacı**, **İşlem** sayfasında işlem grafiğinin üzerinde görüntülenir. Sayaç **00:00’a ulaştığında**, açık pozisyonlar için fonlama uygulanır ve yeni bir fonlama dönemi başlar:

<figure><img src="/files/PdhKcG9JSbQLiQohouye" alt=""><figcaption></figcaption></figure>


---

# 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://help.margex.com/help-center/tr/margex/trading-conditions/margex-fees.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.
