# GTS

The **Global Trade Station (GTS)** lets players list **items**, **Pokémon**, and **Cosmetics** for sale to other players in exchange for ![:money:](https://cdn.discordapp.com/emojis/1169443768978653185.webp?size=56)**Dollars**. Listings remain active for **3 days**, and are returned to the original owner upon expiration. The GTS menu supports **sorting** (Age, Price, Name) and **filtering** by numerous attributes.

{% hint style="info" %}
Keep up to date with market trends in the [#market](https://discord.com/channels/1136856302283403405/1136861442629447690) Discord channel
{% endhint %}

<table><thead><tr><th width="280.20013427734375" align="center">Command</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center"><code>/gts</code></td><td align="center">Opens the GTS menu</td></tr><tr><td align="center"><code>/gts sell item &#x3C;amount> &#x3C;price></code></td><td align="center">Lists the item you are currently holding for the specified price</td></tr><tr><td align="center"><code>/gts sell pokemon &#x3C;slot> &#x3C;price></code></td><td align="center">Lists the Pokémon in the specified party slot for the specified price</td></tr><tr><td align="center"><code>/gts sell cosmetic &#x3C;type> &#x3C;cosmetic> &#x3C;price></code></td><td align="center">Lists the specified cosmetic for the specified price</td></tr><tr><td align="center"><code>/gts filter &#x3C;filter> &#x3C;SearchTerm></code></td><td align="center">Displays all listings that match the given filter and search term</td></tr><tr><td align="center"><code>/gts history</code></td><td align="center">Displays your GTS transaction history</td></tr><tr><td align="center"><code>/collectitems</code></td><td align="center">Returns an item that was purchased/expired with a full inventory</td></tr></tbody></table>

{% columns %}
{% column %}

<figure><img src="/files/Evb9EEIxlFZ7FrymqTGQ" alt="" width="243"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/sONWy9nRwxkQcaSFKN5u" alt="" width="220"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## Taxes

A tax is deducted from the sale price when a listing is purchased. The deducted amount is removed from the payout, and the listing owner receives the post-tax total.

{% hint style="info" %}
Sell your goods using [ChestShops](/features/trading/chestshops.md) for reduced taxes
{% endhint %}

<table><thead><tr><th width="120" align="center">Listing Type</th><th width="120" align="center">Tax Rate</th></tr></thead><tbody><tr><td align="center">Items</td><td align="center">10%</td></tr><tr><td align="center">Pokémon</td><td align="center">5%</td></tr><tr><td align="center">Cosmetics</td><td align="center">5%</td></tr></tbody></table>

## Listing Limits

{% columns %}
{% column width="58.333333333333336%" %}

<table><thead><tr><th width="110.0909423828125" align="center">Rank</th><th width="90" align="center">Pokémon Listings</th><th width="90" align="center">Item Listings</th><th width="90" align="center">Cosmetic Listings</th></tr></thead><tbody><tr><td align="center">Trainer</td><td align="center">6</td><td align="center">3</td><td align="center">3</td></tr><tr><td align="center">Challenger</td><td align="center">8</td><td align="center">4</td><td align="center">4</td></tr><tr><td align="center">Elite</td><td align="center">9</td><td align="center">5</td><td align="center">5</td></tr><tr><td align="center">Master</td><td align="center">10</td><td align="center">6</td><td align="center">6</td></tr><tr><td align="center">Champion</td><td align="center">11</td><td align="center">7</td><td align="center">7</td></tr><tr><td align="center">Omega</td><td align="center">12</td><td align="center">8</td><td align="center">8</td></tr><tr><td align="center">Apex</td><td align="center">13</td><td align="center">9</td><td align="center">9</td></tr></tbody></table>
{% endcolumn %}

{% column width="41.666666666666664%" %}

<table><thead><tr><th width="114.8909912109375" align="center">Crown Rank</th><th width="90" align="center">Pokémon Listings</th><th width="90" align="center">Item Listings</th></tr></thead><tbody><tr><td align="center"><img src="https://cdn.discordapp.com/emojis/1377070056999096491.webp?size=128" alt=":crown_1:"> Gold</td><td align="center">+1</td><td align="center">+1</td></tr><tr><td align="center"><img src="https://cdn.discordapp.com/emojis/1377070077744255058.webp?size=128" alt=":crown_3:"> Diamond</td><td align="center">+2</td><td align="center">+2</td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}


---

# 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/gts.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.
