> For the complete documentation index, see [llms.txt](https://besties.serverunited.nl/besties/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://besties.serverunited.nl/besties/mod-uitleg/gts-global-trade-system.md).

# GTS (Global Trade System)

De GTS is een marktplaats waar je Pokémon en items kunt kopen en verkopen van en aan andere spelers. Open de GTS met het commando `/gts`.

***

## De GTS openen

```bash
/gts
```

Je ziet dan drie knoppen:

* **Bekijk Pokémon-advertenties** — alle Pokémon te koop
* **Bekijk itemadvertenties** — alle items te koop
* **Advertenties beheren** — je eigen advertenties bekijken en verwijderen

***

## Een Pokémon verkopen

{% stepper %}
{% step %}
Zet de Pokémon die je wil verkopen in je team.
{% endstep %}

{% step %}
Typ `/gts` en open de GTS.
{% endstep %}

{% step %}
Klik op **"Advertenties beheren"**.
{% endstep %}

{% step %}
Gebruik het commando:

```bash
/gts sell pokemon <slot> <prijs>
```

Voorbeeld: `/gts sell pokemon 2 5000` verkoopt de Pokémon in slot 2 voor 5.000.

> Je kunt maximaal **5 advertenties** tegelijk hebben.
> {% endstep %}
> {% endstepper %}

***

## Een item verkopen

```bash
/gts sell item <aantal> <prijs>
```

Houd het item in je hand en gebruik dit commando.

***

## Prijsrichtlijnen

| Pokémon-type                  | Richtprijs       |
| ----------------------------- | ---------------- |
| Gewone Pokémon                | 500 – 3.000      |
| Pokémon met Hidden Ability    | 5.000 – 15.000   |
| Pokémon met 5-6 perfecte IV's | 15.000 – 50.000  |
| Legendary Pokémon             | 25.000 – 100.000 |

> Zet geen absurde prijzen — dit verstoort de economie voor iedereen.

***

## Verboden items & Pokémon

De volgende items mogen **niet** op de GTS:

* Lucky Egg
* Rare Candy

Vraag een beheerder als je twijfelt of iets mag.

***

## Advertentie verlopen?

Advertenties zijn **48 uur** geldig. Daarna vind je ze terug onder **"Verlopen advertenties"** in de GTS. Van daaruit kun je ze opnieuw plaatsen of terughalen.

***

## Belasting

Er geldt een belasting van **10%** over elke verkoop. Als je iets verkoopt voor 10.000, ontvang je 9.000.


---

# 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://besties.serverunited.nl/besties/mod-uitleg/gts-global-trade-system.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.
