> For the complete documentation index, see [llms.txt](https://docs.raybot.app/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raybot.app/start/web/overview-stats.md).

# Overview Stats

The **Overview Stats** section provides a quick and powerful way to analyze activity across all wallets tracked in your selected RayBot destination.

It brings together key performance metrics into two intuitive dashboards — helping you instantly understand what your wallets and tokens have been doing over any chosen time period.

#### Here’s how it works:

🔍 **Select your source**\
Choose the RayBot, Group, Discord channel, or Dedicated bot from which you want to analyze activity.

🌐 **Choose the blockchain**\
View activity separately for **Solana, Tron, ETH, BSC**, and other supported networks.

⏱ **Pick a time range**\
Analyze performance from the last **3 hours** up to **1 month**.

***

## 📊 Explanation of Metrics

You can switch between **By Wallet** and **By Token** views:

* **By Wallet** — full trading statistics for each tracked wallet.
* **By Token** — aggregated performance across all wallets for every traded token.

Below is a detailed breakdown of all metrics shown in the wallet results table.

#### 👤 **Wallet**

The displayed username or wallet address.\
Clicking it opens a detailed analytics view for that specific trader.

#### 💰 **PnL (Profit and Loss)**

Net profit or loss over the selected time period.

* 📈 **Green** — profitable
* 📉 **Red** — losing

Below the main value, you will also see a breakdown:

* **Gross Profit** — total value of winning trades
* **Gross Loss** — total value of losing trades

This helps you understand not only the net gain but also the quality of the trader’s execution.

#### 🔄 **Trades**

Total number of executed trades (buys and sells) during the selected timeframe.

#### 🪙 **Tokens**

Number of **unique tokens** the wallet traded within the selected period.

#### ⚔️ **Win/Lose**

Ratio of winning trades to losing trades.\
Format: **Wins / Losses**\
Includes % win rate, allowing you to quickly evaluate trader performance.

#### 🔍 **View Details**

Clicking this button opens a full breakdown of the trader's activity.

Inside the details view you will find:

* **PnL per each traded token**
* **Total invested amount**
* **Net PnL (%)**
* **Number of trades for each token**
* **Holds** (current token balance if supported)
* **Buy/Sell ratio**
* **Latest transaction timestamp**
* **Direct links to explorers and charts**

This section gives you the full picture of *how exactly* the trader earned (or lost) their PnL.

> *🎥 **Video example — Full walkthrough of the Overview Stats dashboard in under 2 minutes***

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/vkmqze9i3r>" %}


---

# 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:

```
GET https://docs.raybot.app/start/web/overview-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.
