# プラットフォーム手数料ルール

手数料計算ルール:

* マッチングされていない取引には上場手数料や取り下げ手数料はかかりません。
* 取引手数料率: 取引に関与する両者の取引量に対して2%。&#x20;
* キャッシュアウト手数料率: キャッシュアウトの取引量に対して0.5%。
* 返金手数料率: 両者が決済を実行しない場合、返金の取引量に対して0.5%。

計算式:&#x20;

* マッチングされた注文に対する買い手と売り手の取引手数料

&#x20;                                             取引手数料 = 2% × 取引量

* 片方の当事者のみが決済を実行したマッチングされた注文に対する取引手数料

&#x20;                                             取引手数料 = 2% × 取引量（買い手 + 売り手）

* 両方の買い手と売り手が決済を実行しない取引（担保資産に基づいて計算）

&#x20;                                             返金担保手数料 = 0.5% × 取引量

* キャッシュアウト注文の場合:

&#x20;                                             キャッシュアウト手数料 = 0.5% × 取引量


---

# 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-japanese/puremkettootc/purattofmurru.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.
