# 플랫폼 수수료

## **수수료 계산 규칙:**

* 매칭되지 않은 거래에 대해서는 상장 또는 상장 해제 수수료가 없습니다.
* 주문이 체결된 후 판매자에게 즉시 수수료가 부과됩니다. 구매자는 정산 단계 후에 수수료를 부담하게 됩니다. 수수료는 수집된 후 Unich 재무부로 이체됩니다.
* 양 당사자가 정산에 참여할 경우 풀의 총 거래량에 대해 2% 수수료가 부과됩니다. (프로젝트 토큰과 담보를 포함)&#x20;
* 캐시아웃을 실행하는 당사자에게는 거래량에 대해 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-korean/point-market-otc/undefined-5.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.
