# Stats

Below every chart is the Trading Stats panel - your real-time window into market activity on the token. Six tabs. Six angles. Switch between USD and SOL display modes on demand.

#### **Trades**

Live feed of token transactions as they hit the chain. Each row is a tick of tape:

* Date: Timestamped for precision.
* Type: Buy or sell, color-coded.
* Amount: Total value of the trade in SOL or USD.
* Tokens: Quantity of tokens moved.
* Market Cap: Snapshot at the time of the trade.
* Trader: Compressed wallet address of the participant, with a quick lookup shortcut.

#### **Holders**

Breaks down wallet distribution for the current token:

* Rank: Based on current holdings.
* Wallet: Obfuscated for privacy, still clickable for tracebacks.
* % Owned: Share of total supply.
* Tokens Holding: Raw unit count.
* Current Value: Mark-to-market.
* Realized PnL / Total PnL: Split view on exits vs. current net position.
* Remaining: Shows remaining tokens if partially sold.

Used to spot whales, trace insiders, or just understand who's still in the pool.

#### Top Traders

#### Positions

#### **Open Orders**

Only shows limit orders. Live view of your liquidity waiting to deploy.

* Side: Buy or sell.
* Type: Limit, Stop, etc.
* Order: Total size.
* Amount: Value of the order in SOL or USD.
* Token Price: Trigger price.
* Status: Open, Triggered, or Filled.

Critical for monitoring iceberg orders waiting for blood.

#### **Trade History**

Your own executed trades.

* Date: When it hit the chain.
* Token: The asset traded.
* Type: Buy/Sell, Market/Limit.
* Status: Success or Failed.
* Price: Execution price.
* Amount / Value: Quantity and total cost.

Use it to audit fills, track execution slippage, or just verify a hit.

<br>


---

# 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.bonkbot.io/telemetry/trading/terminal/stats.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.
