> For the complete documentation index, see [llms.txt](https://wiki.apexcobblemon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.apexcobblemon.com/features/trading/chestshops.md).

# ChestShops

{% columns %}
{% column width="58.333333333333336%" %}
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.
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/q0tWTBcbbXjZ35oFvb7t" alt=""><figcaption><p><em>ChestShop stall</em></p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

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