# ChestShops

ChestShops are physical shop stalls that players can place at their base or [Player Warp](/features/player/player-warps.md), allowing other players to either purchase or sell Pokémon and Items. A **3%** tax is deducted from the sale price of each transaction.

<figure><img src="https://i.gyazo.com/bcdef4324512bff08928df9438e9084b.png" alt=""><figcaption><p><em>ChestShop Stall</em></p></figcaption></figure>

## Management

To create your own ChestShop stall, run `/cs create` and place the stall furniture item inside of a [claim](/info/server-guides/claiming-guide.md#create-claim). You will be prompted with a menu where you can select up to 9 Pokémon or Items you wish to buy and/or sell.

{% columns %}
{% column width="66.66666666666666%" %}
The ChestShop system contains a variety of useful features to help you run your shops efficiently

* Advanced transaction history with `/cs transactions`
* Advanced shop stats *(sort by age, name, revenue, expenses, quantity purchased, quantity sold, and last transaction)*
* Summary of all transactions that occurred while you were offline displayed upon login
* Configurable per shop “stock limits” to avoid having your balance drained
* Configurable per shop “low stock thresholds” for low stock reminders
  {% endcolumn %}

{% column width="33.33333333333334%" %}

<table><thead><tr><th width="110" align="center">Rank</th><th width="110" align="center">Stall Limit</th></tr></thead><tbody><tr><td align="center">Default</td><td align="center">12</td></tr><tr><td align="center">Challenger</td><td align="center">15</td></tr><tr><td align="center">Elite</td><td align="center">18</td></tr><tr><td align="center">Master</td><td align="center">21</td></tr><tr><td align="center">Champion</td><td align="center">24</td></tr><tr><td align="center">Omega</td><td align="center">27</td></tr><tr><td align="center">Apex</td><td align="center">30</td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}

<figure><img src="/files/nlfNaeIzuiyHdQ9t1Yh6" alt="" width="431"><figcaption></figcaption></figure>

## Customization

ChestShops support customization options designed to increase visibility and attract customers.

### Shop Stall

### Hologram


---

# 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.apexcobblemon.com/features/trading/chestshops.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.
