# Trading

{% hint style="warning" %}
This site is an early **work in progress**. Many pages may be missing or incomplete. Please let us know at [discord.gg/poketwo](https://discord.gg/poketwo) if you would like to help write or improve a page.
{% endhint %}

Trading in Pokétwo is the direct exchange of goods with other users. Items that can be traded include Pokémon, Pokécoins and Redeems.

### Introduction to Trading

To initiate a trade:\
**p!trade @UserMention - This starts a trade with the mentioned user**

Alias p!trade @Var\_Monke&#x20;

![](/files/l3krjfFjWUuexYrO68t3)

&#x20;The mentioned user has to click on the :white\_check\_mark:, which will start the trade.

![](/files/moZRupHQeNiGsMXdx8rz)

### &#x20;               Adding and removing items in a trade

{% tabs %}
{% tab title="Single Pokémon" %}

#### p!trade add \<pokemon\_id> - Adds a pokemon with the mentioned ID

Alias p!t a \<pokémon\_id>

\
&#x20;                                        Adds the pokémon with the **ID 4565**.

![](/files/9F6Bt24xKKaiLF0b7Xxv)

#### **p!trade remove \<pok**é**mon\_id> - Removes the pok**é**mon with the mentioned ID**

Alias p!t r \<pokémon\_id>

#### &#x20;                               Removes the pokémon with the ID 4565(if it is in trade)

![](/files/KdHD0CB45KCuQ3d5aSnZ)
{% endtab %}

{% tab title=" Multiple Pokémon" %}
**p!trade addall \[**[**Search Filters**](/intermediate-topics/search-filters.md)**] - Adds multiple times or mass of a certain type**\
\
Alias p!t aa \[[Search Filters](/intermediate-topics/search-filters.md)]&#x20;

![Adds 10 pokemon from the category chosen.](/files/480ujiU6Qlrl3qe6fRhU)

{% hint style="info" %}
Items cannot be removed in bulk.
{% endhint %}
{% endtab %}

{% tab title="Pokécoins" %}
**To  add Pokecoins, use p!trade add pc \<pokecoin\_amount>**\
Alias p!t a pc \<pokecoin\_amount>

![](/files/SK82WNJFsjNk30WaEuTg)

**To remove Pokecoins, use p!trade remove pc \<pokecoin\_amount>**\
Alias p!t a pc \<pokecoin\_amount>

<div align="left"><img src="/files/Bz8syGqZ33w3Y0h63wnE" alt=""></div>
{% endtab %}

{% tab title="Redeems" %}
**To add redeems, use p!trade add redeem \<redeem\_amount>**\
Alias p!t a r \<redeem\_amount>

![In this example, p!t a r 1 adds 1 redeem to the trade. It stands for p!trade add redeem 1.](/files/PB8RtnalPt25gQm5l5WJ)

**To remove redeems, us p!trade remove redeem \<redeem\_amount>** \
Alias p!t r r \<redeem\_amount>

![Here p!t r r 1 it removes 1 redeem. It stands for p!trade remove redeem 1.](/files/sa7Jx4GgWVfZuJCcP4On)
{% endtab %}
{% endtabs %}

### How to info the pokémon in a trade?

To view the info/stats of the Pokémon in a trade, use p!trade info \<pokémo&#x6E;**\_**&#x69;d>\
Alias p!t i \<pokémo&#x6E;**\_**&#x69;d>

{% hint style="warning" %}
Checking the stats of the Pokémon before accepting a trade is important. Scamming with Pokémon of the same IV, but different stats is common. Beware of such scams.
{% endhint %}

![](/files/QdGQnAGmbjtb2mwMNjr9)

![](/files/jN9j2rAo8QvTfnwoGNe4)

{% hint style="danger" %}
Trade Scamming is very common. Check if you're trading with the real bot. \
\
The real will **always** have a Check Mark along side the "bot" attribute. Check the bot's tag, which is Pokétwo#8236.
{% endhint %}

![The real bot with the Check Mark.](/files/aGLtrjtM7r9mhHGvnCT1)


---

# 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://docs.poketwo.net/economy/trading.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.
