# SafeTrade

SafeTrade prevents scams by enforcing a secure, confirm-to-complete trade process between players. Use `/trade <player>` to send a trade request; if it’s accepted, a trade menu opens for both players. Each player can add Pokémon, inventory items, Cosmetics, ![:money:](https://cdn.discordapp.com/emojis/1169443768978653185.webp?size=56)**Dollars**, ![:battle\_point:](https://cdn.discordapp.com/emojis/1250586559015686296.webp?size=56)**Battle Points**, and ![:bit:](https://cdn.discordapp.com/emojis/1413690086591041597.webp?size=40)**Bits** to their offer. The exchange only completes after both players click **Confirm**, at which point all listed items are traded simultaneously.

<figure><img src="https://i.gyazo.com/613c272580225be65a66c4e25678bcd8.png" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/uCG9v3PdPMeilZvQwkIU" alt="" width="281"><figcaption></figcaption></figure>


---

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