# Auction House

The auction house or **/ah**, is a place to list items for sale and purchase items that others have listed.

The auction is a great way to make money by selling items that other players may be interested in buying. Typically, players will sell hard-to-get, rare, or extra cheap items on /**ah** and prefer to use [chest shops](/mineseed/economy/chest-sign-shop.md) to sell everyday/common items.&#x20;

Each item is listed as an auction so players can purchase it right away with a set price, or, if the seller has opted, to bid for an item. Any unsold items after the auction house's time duration is returned to your collection bin.

<figure><img src="/files/Ogmp8ijqHHqDUycgqpZ2" alt=""><figcaption></figcaption></figure>

Everything except the bottom row of this image shows items for sale in the auction. To purchase, simply hover over the item to read about the statistics:

<figure><img src="/files/4wR1fTyUkfdxbuTxoW84" alt=""><figcaption></figcaption></figure>

In this example, it shows what is on sale with the details of the lore. It shows who the seller is, what the price is, and when the item expires.&#x20;

### How to Sell

To list an item on the auction house, just hold the item in your active hand and type the following command:

&#x20;**/ah sell \<price>**&#x20;

Please note that for pyrofishing items and seasonal crate items, the price must be equal to or more than the minimums set in the [Official Pricing Guide](https://docs.mineseed.org/mineseed/economy/pages/DAVUQtd6hxgbRGYNdbFQ#id-18.-seasonal-crate-items).

{% hint style="danger" %}
Mineseed's Senior Staff reserve the right to remove and return an item to a player or delete the item if it is inappropriate, if a player is using /ah to advertise something, at a price that is deemed to be scamming, or because it infringes on the [/rules](/mineseed/rules-and-information.md). If a player continuously repeats behavior, they may lose **/ah** abilities.
{% endhint %}

### How to Cancel a Listed Item

Click on the ender chest in the bottom left hand corner of the **/ah** menu. Click on the item that you'd like to cancel. It will automatically remove it and put it into your inventory, so make sure you have at least 1 spot open before canceling something!

### Other Notes and Commands

In the bottom of the **/ah** menu are some options for things. To see an archive of everyone's transactions from the auction house, visit the [**Mineseed discord**](https://discord.gg/mineseed) and check out the #auction-house channel.

<mark style="color:$primary;">**Please note:**</mark>**&#x20;**<mark style="color:$danger;">**if you do not manually remove your items from  your /ah ender chest, it will automatically get deleted 2 days after your auction ends!**</mark>

| Symbol         | Description                                                                                                                                                 |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ender Chest    | Your Auctions: click this to view all the items you are currently selling on the auction. This will give you a summary on how many items you have for sale. |
| Glowstone Dust | Filter Options: this will let you change how to view items in the auction house                                                                             |
| Sunflower      | Refresh the page: click to refresh the listings; the auction house is very popular and updates constantly!                                                  |
| Arrow          | Next page/Previous page: use this to see other items on sale if there are more than 45 items listed in the auction house                                    |
| Book           | Guide: the same information this page, but shorter [😉](https://emojipedia.org/winking-face)                                                                |


---

# 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.mineseed.org/mineseed/economy/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.
