# 수수료

{% hint style="success" %} <mark style="color:yellow;">**VIP**</mark>는 <mark style="color:green;">**`/후원`**</mark>에서 구매 가능한 기능입니다. 자세한 설명은 [**VIP**](/beartown/basic/economy/shops/boost.md#vip) 에서 확인할 수 있습니다.
{% endhint %}

<mark style="color:yellow;">**수수료**</mark>는 [유저 거래](/beartown/basic/economy/usertrade.md) 또는 [경매장](/beartown/basic/economy/auction.md), [유저상점](/beartown/basic/economy/marketplace.md)에서 아이템을 <mark style="color:yellow;">**구매&판매**</mark>할 때 적용되는 시스템 입니다.&#x20;

> 유저 거래는 송금, 재화거래, 1대1 거래를 포함하고 있습니다.&#x20;

적용되는 수수료 비율은 다음과 같습니다.

| 거래종류                                                                                                  | 수수료 \[일반]                                                                                                                       | 수수료 \[VIP]                                                                                                                      |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **경매장**                                                                                               | <p>수수료: 8%<br></p><ul><li>"대금 수령" 시 수수료가 부여됩니다.</li></ul>                                                                       | <p>수수료: 8%<br></p><ul><li>"대금 수령" 시 수수료가 부여됩니다.</li></ul>                                                                       |
| <p><strong>1대1 거래</strong><br><mark style="color:green;"><strong><code>/거래</code></strong></mark></p> | 수수료: 6%                                                                                                                         | 수수료: 6%                                                                                                                         |
| **송금**                                                                                                | <p>코인,꿀: 수수료 6%<br>로얄젤리: 100 젤리 (건당)<br></p><ul><li>송금시 수수료를 "송금을 하는 사람" 이 부담합니다.</li></ul>                                     | <p>코인,꿀: 수수료 3%<br>로얄젤리: 50젤리 (건당)<br></p><ul><li>송금시 수수료를 "송금을 하는 사람" 이 부담합니다.</li></ul>                                       |
| **재화거래**                                                                                              | <p>코인,꿀: 수수료 6%<br>로얄젤리: 100 젤리 (건당)<br></p><ul><li>재화거래는 특성상 송금이 두 번 동시에 이루어지는 것이므로, 내가 보내는 재화에 따라 수수료가 부여됩니다.</li></ul>       | <p>코인,꿀: 수수료 3%<br>로얄젤리: 50젤리 (건당)<br></p><ul><li>재화거래는 특성상 송금이 두 번 동시에 이루어지는 것이므로, 내가 보내는 재화에 따라 수수료가 부여됩니다.</li></ul>         |
| **유저 상점**                                                                                             | <p>코인,꿀,로얄젤리: 수수료 6%<br></p><ul><li>금액을 수령할 떄 수수료가 부과되기에 송금 및 재화거래와 수수료 정책이 다릅니다.</li><li>유저상점 수수료는 금액을 "수령할떄" 부과됩니다.</li></ul> | <p>코인,꿀,로얄젤리: 수수료 6%<br></p><ul><li>금액을 수령할 떄 수수료가 부과되기에 송금 및 재화거래와 수수료 정책이 다릅니다.</li><li>유저상점 수수료는 금액을 "수령할떄" 부과됩니다.</li></ul> |


---

# 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://wiki.beartown.kr/beartown/basic/economy/charge.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.
