# Leaderboards & PNLs

| ✍️ Command                   | 🤝 Usage                                                                | ✅ Example                                                                |
| ---------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [/pnl](#pnl-cards)           | <p><code>/pnl {CA</code>} or </p><p><code>/pnl $ticker</code></p>       | <p><code>/pnl pumpCm..</code> </p><p>or <code>/pnl $pump</code></p>      |
| [/pnlath](#ath-pnl-cards)    | <p><code>/pnlath {CA}</code> or </p><p><code>/pnlath $ticker</code></p> | <p><code>/pnlath 0x123..</code> </p><p>or <code>/pnlath $pump</code></p> |
| [/gath](#group-leaderboards) | `/gath {time frame}`                                                    | `/gath 12hr`                                                             |
| [/gpnl](#group-pnl-cards)    | `/gpnl{time frame}`                                                     | `/gath 1d`                                                               |

### 💰 <mark style="color:yellow;">PNL Cards</mark>

Easily generate P\&L cards; positive or negative, for any of your scans. The bot calculates and displays results based on the market cap at the exact time you request the card.

| ✍️ Example formats | 📝 Notes                                     |
| ------------------ | -------------------------------------------- |
| `/pnl 0x123...`    | *with full CA, (compatible with all chains)* |
| `/pnl $ticker`     | *use token ticker to generate card*          |

### 💵 <mark style="color:yellow;">ATH PNL Cards</mark>

View your scan performance at peak levels by generating All-Time High (ATH) PNL cards. The bot calculates and displays results based on the ATH Market Cap of the token.

| ✍️ Example formats | 📝 Notes                                     |
| ------------------ | -------------------------------------------- |
| `/pnlath pumpC...` | *with full CA, (compatible with all chains)* |
| `/pnlath $ticker`  | *use token ticker to generate card*          |

### 📊 <mark style="color:yellow;">Group Leaderboards</mark>

Explore & gain an overview of total scans and top performers across any time range you choose, from hours to months and anything in-between within your group. Presented in a leaderboard format; **who's your MVP?"**

| ✍️ Example formats | 📝 Notes                                                  |
| ------------------ | --------------------------------------------------------- |
| `/gath 8hr`        | *any number followed by*  **`h`&#x20;**&#x20;*for hours*  |
| `/gath 2d`         | *any number followed by*  **`d`&#x20;**&#x20;*for days*   |
| `/gath 1m`         | *any number followed by*  **`m`&#x20;**&#x20;*for months* |

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

### 🎨 <mark style="color:yellow;">Group PNL Cards</mark>

Showcase your Group PNL stats with a clear, eye-catching graphic for any time frame you choose.

| ✍️ Example formats | 📝 Notes                                                  |
| ------------------ | --------------------------------------------------------- |
| `/gpnl 8hr`        | *any number followed by*  **`h`&#x20;**&#x20;*for hours*  |
| `/gpnl 2d`         | *any number followed by*  **`d`&#x20;**&#x20;*for days*   |
| `/gpnl 1m`         | *any number followed by*  **`m`&#x20;**&#x20;*for months* |

<figure><img src="/files/yG36Tt0nf3xMQiVVI3dX" alt=""><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://docs.monstalabs.io/core-features/leaderboards-and-pnls.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.
