# Overview

The trades monitor is one of the core features of the bot. It keeps track of the current holdings of a token for one of your wallets.

When using Multiwallet to buy, it will open as many monitors as wallets configured for multibuy, and keep track of them individually.

You can track multiple tokens if you need to and switch between them easily, so don't worry.

<figure><img src="/files/psWTLdFTWOfa9SQsJnsy" alt=""><figcaption></figcaption></figure>

The main message shows the wallet associated with the trade, useful info for the token being tacked including taxes, and a simple PNL breakdown using percentages and showing the current value of the bag.

Pressing the 🔗 button will command the bot to open the buy menu for that coin again.

At the bottom, in case we have extra monitors, we can press on one of the numbers to access the monitor for that token. You can also use the arrow buttons to switch between them.


---

# 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.prodigybot.io/trade-monitor/overview.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.
