# Platform Ücret Kuralları

## Ücret Hesaplama Kuralları:

* Eşleşmeyen işlemler için listeleme veya liste silme ücreti yoktur.
* İşlem Ücreti Oranı: İşlem hacmi üzerinden her iki taraf için %2.
* Cashout Ücreti Oranı: Cashout hacmi üzerinden %0.5.
* İade Ücreti Oranı: Her iki tarafın settlement'ı gerçekleştirmemesi durumunda, iade hacmi üzerinden %0.5.

## Hesaplama Formülleri:

* Eşleşen emirler için alıcı ve satıcı için işlem ücreti

&#x20;                                            İşlem Ücreti = %2 × İşlem Hacmi

* Sadece bir tarafın settlement yaptığı eşleşen emirler için işlem ücreti

&#x20;                                            İşlem Ücreti = %2 × İşlem Hacmi (Alıcı + Satıcı)

* Her iki tarafın da settlement yapmadığı işlemler için (teminat varlıkları üzerinden hesaplanır)

&#x20;                                            İade Teminat Ücreti = %0.5 × İşlem Hacmi

* Cashout emirleri için:

&#x20;                                            Cashout Ücreti = %0.5 × İşlem Hacmi


---

# Agent Instructions: 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:

```
GET https://docs.unich.com/unich-docs-turkish/pre-market-otc/platform-ucret-kurallari.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
