# Chest/Sign Shop

### To open your own shop

* Fill your chest or barrel with what you want to sell.&#x20;
* Put an empty sign on it by crouching and placing the sign.

{% hint style="danger" %}
If you'd like to open your own shop, ensure that your prices are at or above the prices listed in the [**Official Pricing Guide**](/mineseed/the-official-price-guide.md).
{% endhint %}

On the sign:

* 1st line: leave blank (really! don't write anything!)
* 2nd line: put QTY (how many are you selling? 1? 32 half a stack? 64 a full stack?)
* 3rd line: B $$$ : S $$$  (use B for people to buy from you. use S for people to sell to you. $$$ is the cost per quantity on the 2nd line. you can use only B or only S or both)
* 4th line: ? (type a literal question mark. when you exit the sign, as long as you have something in the chest or barrel, it will automatically fill in with the item's individual code)

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

You will receive a notification every time someone buys something from one of your sign shops and you are also online. You can turn these on/off by doing **/cstoggle**.


---

# 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/chest-sign-shop.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.
