# Trade Monitor

## 📊 Monitoring

Once the token has been successfully bought, the bot automatically tracks the user's position and displays it's status.

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2FjuSWSnMJLDYbk80n1YqF%2Fimage.png?alt=media&#x26;token=767937b4-6cf0-43a5-b260-39cdeb0e8796" alt="" width="457"><figcaption></figcaption></figure>

The bot takes information from the blockchain to display token information. The bot also shows which DEX the pair is on - ston.fi or dedust. If the pair is on both DEXs, the bot always aims to show the one with more liquidity.&#x20;

* **P/L -** current profit/loss value in percentage and absolute
* **Value -** current position value in TON
* **Balance -** your wallet's balance in TON

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2FVZZ6X3S7dmCHQasHfZXp%2Fimage.png?alt=media&#x26;token=94b80677-35fc-499d-ad06-7543820685a3" alt="" width="444"><figcaption></figcaption></figure>

Stonks bot allows you to track up to 10 positions and select between them at a glance. Once you pasted a CA simply press ***Tracked*** button and it will pin that position to your track list.

At this point you are now able to select between tracked positions using arrow buttons. You can have 10 postions pinned to track.

It is advisable to pin purchased or observed positions in order to manage them more easily.

## 📈 Charts

You can now browse charts directly in telegram with tg.apps! Simply press Chart button to display it!

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2FaxMuxEKKZ62zzAPLlpoI%2Fimage.png?alt=media&#x26;token=b6c58db3-ea64-48d7-9967-4ad7f7239669" alt="" width="218"><figcaption></figcaption></figure>

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2FcFazzoJlC5isoVGm1FBI%2Fimage.png?alt=media&#x26;token=9df12c48-2723-434a-872f-8965af51190f" alt=""><figcaption></figcaption></figure>

Due to nature of the TON network it may occasionally happen that the bot freezes and does not show the exact P/L, value or balance. In case the *Refresh* button does not solve the problem, paste the contract address of the token and press the *Refresh* button again.&#x20;

## 🤑 Show off

Now you can easily share your results with your friends! Just click the &#x53;***how off*** button and the bot will create a graphic of your current PNL position! The QR code contains your reference link too.

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2FygdCh2caMleE3KWaZQwD%2Fimage.png?alt=media&#x26;token=c237a242-080f-45bc-9006-c7db5d7b1a73" alt="" width="215"><figcaption></figcaption></figure>

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2F6AoURpWRNg5DrdyYziVC%2Fimage.png?alt=media&#x26;token=89d804f4-a33d-49a9-9ab2-e28ee8c9439b" alt="" width="563"><figcaption><p>PNL graphic example</p></figcaption></figure>

## 💼 Positions

Type `/positions` in the bot to display all your wallets holdings. They will be sorted from most valuable to least. The number of tokens held, the token name, the current value in USD and the change in value in the last 24 hours since the last refresh will be shown.

<figure><img src="https://2673361663-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv63Ls5EjdFbRpXFJVBdv%2Fuploads%2FAEEiWnYwK8iFhkaDWFVd%2Fimage.png?alt=media&#x26;token=38d2ca7d-8125-4d80-b647-d0a00a72ee3a" alt=""><figcaption><p>Example of positions</p></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://stonks-bot.gitbook.io/stonks-bot-manual/trade-monitor.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.
