# 경매장

{% hint style="danger" %}
경매장 관련 기능은 [스폰 서버](/beartown/info/tutorials/spawn.md)에서만 이용하실 수 있습니다.

<mark style="color:red;">경매장은 대금 수령시 8%의 수수료가 부과됩니다.</mark>&#x20;
{% endhint %}

<div align="center"><figure><img src="/files/yiLdumIMsadt0P7iGV7R" alt="" width="289"><figcaption></figcaption></figure> <figure><img src="/files/EQuUeGp4eDUNlaRfe26r" alt=""><figcaption></figcaption></figure></div>

<mark style="color:green;">**`/경매장`**</mark>을 입력해 다른 유저가 경매장에 올린 아이템을 둘러볼 수 있어요.

아래쪽의 정렬 유형을 클릭하여 정렬 방식을 바꿀 수 있어요.\
아이템 위에 <mark style="color:green;">마우스를 올려</mark> 가격과 등록 기간 등의 정보를 확인하고, <mark style="color:green;">클릭</mark>하여 구매 창을 열 수 있어요.

아이템을 손에 들고 <mark style="color:green;">**`/경매 등록 <가격> <수량>`**</mark>을 입력해 들고 있는 아이템을 경매장에 등록할 수 있어요.

자신이 올린 아이템이 판매되는 경우 <mark style="color:green;">**`/경매 수령`**</mark>으로 판매 대금을 받을 수 있어요.

**일반 유저**는 경우 최대 3개까지 등록이 가능합니다.\ <mark style="color:yellow;">**VIP 유저**</mark>는 최대 10개까지 등록이 가능해요.&#x20;

경매 수령은 5분의 쿨타임이 존재합니다.

<mark style="color:green;">**`/경매 찾기 <검색어>`**</mark>로 원하는 물건을 찾을 수도 있어요. (예: <mark style="color:green;">**`/경매 찾기 드워프`**</mark>)\
아이템의 이름은 색 코드가 적용되어 있어 원하는 내용이 검색되지 않을 수 있으므로\ <mark style="color:yellow;">**아이템 설명을 중심**</mark>으로 검색하시면 좋아요.<br>


---

# 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/auction.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.
