# Chat Auctions

{% hint style="info" %}
In-Game Command: **/auc**
{% endhint %}

<details>

<summary>Knowing Prices</summary>

Trying to think of what to sell an item for?\
It's difficult, so we made a custom plugin that averages prices out.

**Holding an item**\
If you're wanting to sell an item that you're holding, simply type **/iworth hand** and the plugin will return the average price of it. If it hasn't been sold before, this sadly won't be of any help.

**Want to search? No problem.**\
This plugin also has a search feature! Simply type **/iworth search \<item-name>** This works with custom items, crate keys, basically everything.

**Want to just look at every item ever sold? No problem.**\
Simply type **/iworth all** and there you go!

**How does it work?**\
It takes all sales of all items from both Auction House and Chest Shops and averages it out.

</details>

### **What is the Auction House?**

Chat auctions is the best way to quickly sell off any items you have obtained that you can't make an entire shop out of - to access it, simply type **/auc** in-game to see the current listing

The Auction House is the best place to sell items that you may not want to make an entire shop or Player Warp for - to access it, simply type **/auc** in-game to see the&#x20;

{% hint style="warning" %}
If you want to sell something in Chat Auctions, you will have to pay **£100** to put the item on there, as well as a **15% tax** on the item once it is sold (the same as chest shops)
{% endhint %}

### **How does it work?**

Simply hold what you're trying to sell, and type **/ah sell \<startingPrice> \[currency]**; a confirmation will appear in chat letting you know about the £100 fee, and you'll have to type the command again to confirm you're happy to spend that cost. Auctions will stay on available for approximate **2 Minutes**, in this time players can bid on the item and battle for it. Auctions that are sold/expire are available in **/auc claim**.&#x20;

### **Can I collect my expired items?**

Yes! Type **/auc claim** in-game, and it should automatically deposit any unclaimed items in your inventory. Make sure you have spare slots in your inventory before running this command.


---

# 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.craftyourtown.com/how-to-play/content/auction-house-1.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.
