# PNL Tracking & Leaderboard

Solmate tracks the realized profit and loss (PNL) for all your tracked wallets, giving you insight into which wallets are performing best.

## Viewing Wallet PNL

When you look up a wallet with `/address`, the response includes the **7-day PNL** alongside the wallet balance and holdings.

<figure><img src="https://solmatebot.com/docs/placeholder-pnl-address.png" alt=""><figcaption><p>Wallet info showing 7-day PNL</p></figcaption></figure>

## PNL Leaderboard

Compare the performance of all your tracked wallets with the leaderboard command.

1. Type `/tracker leaderboard`
2. Select the **type**: 7-day PNL or 30-day PNL
3. Select the **sort order**:
   * Highest % first
   * Lowest % first
   * Highest $ first
   * Lowest $ first
4. Press Enter

The leaderboard shows your top 10 tracked wallets ranked by performance.

<figure><img src="https://solmatebot.com/docs/placeholder-pnl-leaderboard.png" alt=""><figcaption><p>PNL leaderboard showing top performing wallets</p></figcaption></figure>

## PNL Voice Counters

You can display a wallet's PNL as a live voice channel counter:

* **Wallet PNL (7 day)** — shows the 7-day PNL of a wallet
* **Wallet PNL (30 day)** — shows the 30-day PNL of a wallet

See [Server Stats](/discord-bot-features/server-stats.md) for how to set up counters.


---

# 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.solmatebot.com/discord-bot-features/pnl-tracking.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.
