> For the complete documentation index, see [llms.txt](https://docs.digitaldon.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitaldon.net/in-your-group/pnl-cards.md).

# PNL cards

```
/pnl <contract>
```

Groups only. Renders a shareable image showing **the group's first scan of that token versus its peak since**.

## What it's for

Someone drops a contract in the group at $180K market cap. Four days later it's at $2.1M and everyone remembers it differently. `/pnl` settles it: the bot recorded the first scan, so the card is receipts, not vibes.

The card shows:

* the token
* market cap at first scan → all-time high since that moment
* the multiple, large and unmissable
* who scanned it first
* the contract address

## How the record works

When `/don` runs inside a group, the bot stores the **first** scan of each token per chat — market cap and price at that moment, plus who ran it.

Only the first. Later scans of the same token in the same group never overwrite it, so the credit always belongs to whoever actually called it, not whoever scanned it most recently. Each group has its own record for a token; your group's first call is your group's.

The same record feeds the [leaderboard](/in-your-group/leaderboard.md), which ranks every caller in the group by what their calls did.

## Turning it off

The 🃏 **PNL cards** switch in the group setup card. Admins only, on by default. See [Setting it up](/the-telegram-bot/setup.md).

With it off, `/pnl` stays silent in that group.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitaldon.net/in-your-group/pnl-cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
