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

## 手数料計算ルール:

* マッチングされていない取引には上場手数料や取り下げ手数料はかかりません。
* 注文が成立した後、売り手に手数料が即座に課されます。買い手は決済フェーズ後に手数料が課されます。集められた手数料はUnichの財務に転送されます。
* 両者が決済に参加した場合、プールの総取引量に対して2%の手数料がかかります。（プロジェクトトークンおよび担保を含む）
* キャッシュアウトを実行する当事者には取引量の0.5%の手数料がかかります。
* 一方が決済を行い、もう一方が決済しない場合、決済を行った当事者には取引量の4%の手数料がかかります。
* 決済フェーズ中に両者がプールから撤退した場合、マッチングされた注文にはプールの総取引量の2.5%の返金手数料がかかります。

## 計算式:

* 両者が決済する成立した注文の場合：                                           &#x20;

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

* 片方のみが決済する成立した注文の場合（担保に基づいて計算）：

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

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

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

* キャッシュアウト注文の場合（担保に基づいて計算）：

&#x20;                                            手数料 = 2.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/pointomkettootc/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.
