# Auction House

{% hint style="info" %}
**Command: /**&#x61;h\
**Expiry Limit:** 72 Hours\
**Default Listing Limit:** 3\
**Currencies:** Balance & Bits
{% endhint %}

<details>

<summary>Item Worth &#x26; Order Filling</summary>

Coming Soon: \
Item Worth. the ability to view the worth of any item based on the current going rate in auction houses and chest shops.\
Order Filling: the ability to create order buy requests and filling. (good for large wholesale quantities of items.)\
Dual Currency: the ability to sell items for a few different currencies, Cash, Bits (possibly XP) <br>

</details>

#### Auction House

The Auction House is a server-wide marketplace that allows players to trade items directly with one another using our two currencies: **Cash** (standard currency) and **Bits** (premium currency). It’s a convenient way to buy and sell items without needing to create a chest shop or set up your own player warp.\
If you would like to view the auction house and its current listings you can run the ingame command: **/ah.** This will open a menu showing all items currently being sold by other players across the server. When listing an item, you can choose whether you want to sell it for **Cash** or **Bits** by specifying your preferred currency at the end of the command.

#### Selling Items

To list an item for sale:

1. Hold the item you want to sell
2. Use: **/ah sell \<price> \[currency]**

After running the command, you’ll receive a confirmation message in chat showing the listing fee. You’ll need to confirm this action to complete the listing.

Listing an item includes:

* A **$25 listing fee**
* A **5% tax** when the item successfully sells

This works similarly to chest shop taxes.

Listings remain active for **72 hours** before expiring.

#### Expired Auctions

If your item doesn’t sell within 72 hours, it will move to your expired listings.

To collect expired items:

1. Use **/ah**
2. Click **My Auctions**
3. Select **Expired Auctions**
4. Click the expired item to claim it back

Make sure you have free inventory space before collecting your items. If you have a full inventory it will prevent you from collecting your items.

#### Auction Slots

Your available auction slots determine how many items you can list at once. The default auction slot limit is 3.

You can unlock additional slots by:

* Purchasing donor ranks through the **/store**
* Progressing through in-game ranks using **/bits shop or /levels**

This allows active traders to list more items and participate more heavily in the server economy.

#### Auction House Commands

These commands can help you customize and manage your Player Warp:

* **/ah** → Open the auction house menu
* **/ah expired**  → Collect your expired listings
* **/ah cancel \<id>** → Cancel your listed item
* **/ah settings** → Opens the settings menu
* **/ah delete \<name>** → Delete a warp
* **/ah limit** → Check your listing limit and current usage
* **/ah sell \<price>** → Sell the item in your hand for the price you type


---

# 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://eightbitnetwork.gitbook.io/eightbitnetwork-wiki/servers/survival/content/auction-house.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.
