> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chipperg.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The first screen after you sign in.

Overview is the home of the app. Open it from the header, click the Chipper logo, or press **G** then **O**.

The page has a **Realized** hero at the top, then **Tokens** and **Activity** side by side.

<Frame caption="Overview after sign-in: Realized hero, Tokens, and Activity">
  <video autoPlay src="https://mintcdn.com/chipper/Tjo3I8GysEoDVW1R/assets/platform/overview-page.mp4?fit=max&auto=format&n=Tjo3I8GysEoDVW1R&q=85&s=612a5036eca6db9fd75eaf15aaa711cf" data-path="assets/platform/overview-page.mp4" />
</Frame>

## The PnL chart

The large number is lifetime **Realized** PnL in USD, across your tracked wallets. Under it, Chipper shows the change over **24h**, **7d**, and **30d**.

The sparkline on the right plots that same realized series for the last month. Hover **Expand**, or click the sparkline, to open the fuller chart.

<Frame caption="The Realized hero: lifetime total, period deltas, Share, and P&L stats">
  <img src="https://mintcdn.com/chipper/Tjo3I8GysEoDVW1R/assets/platform/overview-hero.png?fit=max&auto=format&n=Tjo3I8GysEoDVW1R&q=85&s=ab2c4e086f0196022af76ca17b54f40f" alt="Realized hero showing +$181.6K lifetime, 24h / 7d / 30d deltas, Share, 122 wallets, 5 tokens, and P&L stats" width="501" height="265" data-path="assets/platform/overview-hero.png" />
</Frame>

Each point on the chart is a cumulative reading, not the gain or loss for that bar.

<Info>
  Overview does not show unrealized PnL. Per-token and per-wallet breakdowns live on those pages.
</Info>

## Summary metrics

The hero also links your workspace at a glance.

* **Wallets** is how many non-archived wallets you have. Click it to open [Wallets](/wallets/wallets).
* **Tokens** is how many non-archived launches you have. Click it to open [Tokens](/trading/tokens).
* **Manage wallets** goes to the wallet table.
* **Create token** starts a [launch](/launch/launch).

## Realized stats

Click **P\&L stats**, or the sparkline, to open the realized stats drawer.

<Frame caption="Opening P&L stats from the hero">
  <video autoPlay src="https://mintcdn.com/chipper/Tjo3I8GysEoDVW1R/assets/platform/realized-stats.mp4?fit=max&auto=format&n=Tjo3I8GysEoDVW1R&q=85&s=e3d14a14e67e29743e83686eb734be96" data-path="assets/platform/realized-stats.mp4" />
</Frame>

The drawer repeats the lifetime total and the 24h / 7d / 30d row, then the interactive chart, then these tiles:

| Tile            | What it shows                           |
| --------------- | --------------------------------------- |
| **Volume**      | Total traded volume, in USD.            |
| **Bought**      | Total bought, in USD.                   |
| **Sold**        | Total sold, in USD.                     |
| **Trades**      | Number of trades.                       |
| **Win rate**    | Percent of positions that closed green. |
| **Tokens**      | Unique tokens traded.                   |
| **Launches**    | How many tokens you launched.           |
| **Avg hold**    | Typical time a position stayed open.    |
| **First trade** | Date of the earliest trade.             |
| **Last trade**  | Date of the latest trade.               |
| **Winning**     | Positions that closed green.            |
| **Losing**      | Positions that closed red.              |

Swipe down or click the backdrop to close the drawer.

<Frame caption="The realized stats drawer: lifetime total, chart, and stat grid">
  <img src="https://mintcdn.com/chipper/Tjo3I8GysEoDVW1R/assets/platform/realized-stats-drawer.png?fit=max&auto=format&n=Tjo3I8GysEoDVW1R&q=85&s=6dad0c0026a83dc12d588d17197cef06" alt="Realized stats drawer with +$181.6K lifetime, 24h / 7d / 30d row, area chart, and a twelve-tile grid of volume, trades, win rate, and hold time" width="989" height="840" data-path="assets/platform/realized-stats-drawer.png" />
</Frame>

## Share PnL

**Share** on the hero or in the drawer opens a card you can copy or download. The card is titled **GLOBAL**. You can toggle **Wallets** and **User**, pick a background, or upload your own.

<Frame caption="Sharing a GLOBAL PnL card">
  <video autoPlay src="https://mintcdn.com/chipper/Tjo3I8GysEoDVW1R/assets/platform/share-pnl.mp4?fit=max&auto=format&n=Tjo3I8GysEoDVW1R&q=85&s=15fa883e336fefb5b837c1e5ef292d65" data-path="assets/platform/share-pnl.mp4" />
</Frame>

## Tokens and Activity

The two panels preview the rest of the app. Each shows up to eight rows.

* **Tokens** lists token, wallets, market cap, and 24h change. **View all** opens [Tokens](/trading/tokens). Right-click a row for **Copy address**, **Open explorer**, and **Archive**.
* **Activity** lists type, event, amount, and age. **View all** opens [Activity](/platform/activity).

If you have no holdings yet, Tokens offers **Create token** and **Add wallet**. Activity stays empty until buys, sells, deploys, or funding land.

<Frame caption="The Tokens and Activity preview tables, each with View all">
  <img src="https://mintcdn.com/chipper/Tjo3I8GysEoDVW1R/assets/platform/overview-panels.png?fit=max&auto=format&n=Tjo3I8GysEoDVW1R&q=85&s=2957cbab6fd36d78238132f5570751db" alt="Overview Tokens and Activity panels side by side, each with View all, showing token rows and recent wallet, buy, and funding events" width="1053" height="509" data-path="assets/platform/overview-panels.png" />
</Frame>

## Where to go next

<CardGroup cols={2}>
  <Card title="Activity" icon="scroll-text" href="/platform/activity">
    The full log of buys, sells, deploys, and funding.
  </Card>

  <Card title="Wallets" icon="wallet" href="/wallets/wallets">
    The table, folders, and wallet actions.
  </Card>

  <Card title="Search" icon="search" href="/platform/search">
    Jump to a token by name, ticker, or contract.
  </Card>

  <Card title="Keyboard shortcuts" icon="keyboard" href="/platform/keyboard-shortcuts">
    Move through Chipper without the mouse.
  </Card>
</CardGroup>
