> For the complete documentation index, see [llms.txt](https://wiki.bucketry.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bucketry.net/get-started/money-making/shops.md).

# Shops

#### Selling Items in `/shop`

**`/shop`** is your go-to destination for turning excess items into cash. Whether you're overflowing from building farms or just playing the game, you can conveniently sell unwanted materials and earn money instantly.

**Shop Categories**

Our shop categories encompass all types of blocks and items. Note that purchasing options are primarily limited to **Blocks** and **Decorations**. This design encourages you to engage more deeply with the game for certain items. Be aware that prices may fluctuate depending on market activity, adding a dynamic challenge to your trading strategy.

**Commands:**

* **`/shop`**: Opens the shop interface
* **`/sellgui`**: Launches a chest interface for bulk sales
* **`/sellall inventory`**: Sells all sellable items in your inventory
* **`/sellall hand`**: Sells all of a specific item type from your inventory (Available once you reach Merchant status)
* **`/sellhand`**: Sells the item currently held in your hand

#### Creating Your Own Shop

~~Interested in selling directly to other players? Visit **`/mall warp`** to set up your own chest shops. Simply select an available plot, interact with the sign, and start trading! For a step-by-step guide, check out the tutorial video below.~~

{% embed url="<https://drive.google.com/file/d/1x3kGt29FB1iyEBEU5RW2RT44UwnoL5un/view?usp=sharing>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.bucketry.net/get-started/money-making/shops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
