> For the complete documentation index, see [llms.txt](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/starting-off/gts.md).

# GTS

The GTS is **Cobble Galaxy’s in-game marketplace**, allowing players to **buy and sell Pokémon and items** with other players using **Pokédollars**.

***

#### **Commands**

* **`/gts`** – Opens the GTS menu to browse current listings
* **`/gts history`** – View previously sold items

***

**Selling Items**

To sell an item, use:\
\&#xNAN;**`/gts sell item (price)`**

* The listed price applies to the entire amount being sold.
* You sell **the item you are currently holding in your hand**.

***

**Selling Pokémon**

To sell a Pokémon, use:\
\&#xNAN;**`/gts sell pokemon (slot) (price)`**

* **Slot:** The party slot (1–6) where the Pokémon is
* **Price:** Amount of Pokédollars you want to earn from the sale

***

#### **How It Works**

* You can list Pokémon or items for sale at any price you choose.
* All listings show full details:
  * **Pokémon:** IVs, nature, ability, shininess, etc.
  * **Items:** Enchantments and all relevant stats
* Buyers can browse and instantly purchase listings.

***

### When Something Sells

When an item or Pokémon is successfully sold on the GTS, the Pokédollars are **automatically added to your balance**. No manual collection or pickup is required.

### If Something Doesn’t Sell

If a listing expires without being sold, it will be moved to the **Expired** section of the GTS.

* You can access this section by clicking the **Link Cable** at the bottom of the GTS menu.
* From there, you may **retrieve your unsold item or Pokémon** and return it to your inventory or PC.

This ensures you never permanently lose listings that don’t sell.

***

#### **Notes**

* **All trades use Pokédollars only** – no item-for-item bartering.
* Listings are visible to **everyone on the server**, making it easy to buy and sell.
* GTS is a great way to:
  * Make money from your valuable finds
  * Discover rare Pokémon being sold by other trainers
  * Flip shinies or hard-to-get items for profit


---

# 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:

```
GET https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/starting-off/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.
