# 플랫폼 수수료

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

* 매칭되지 않은 거래에 대해서는 상장 또는 상장 해제 수수료가 없습니다.
* 거래 수수료 비율: 거래에 참여하는 양 당사자에게 거래량의 2%.&#x20;
* 현금화 수수료 비율: 현금화 거래량의 0.5%.
* 환불 수수료 비율: 정산을 이행하지 않은 양 당사자에게 환불 거래량의 0.5%.

**계산 공식:**

* 매칭된 주문에 대해 양 당사자의 거래 수수료

&#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-korean/pre-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.
