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

# Tokens

> Your token list and how tokens get onto it.

Tokens is the list of every token you launched or imported. Open it from the header, or press **G** then **T**.

The page has three columns: **Launch** on the left, the **token table** in the center, and **Strategies** on the right.

<Frame caption="Opening Tokens: Launch sidebar, token table, and Strategies">
  <video autoPlay src="https://mintcdn.com/chipper/ZRcDJxOXuIQLWUhl/assets/trading/tokens-page.mp4?fit=max&auto=format&n=ZRcDJxOXuIQLWUhl&q=85&s=94c5916998c9a783ea20f156ad93391d" data-path="assets/trading/tokens-page.mp4" />
</Frame>

## The token table

Each row is one token. Click a row to open its [token page](/trading/token-page).

| Column          | What it shows                                                                                             |
| --------------- | --------------------------------------------------------------------------------------------------------- |
| **Token**       | Image, ticker, name, and a truncated address you can copy. Tokens you launched show a **Launched** badge. |
| **Wallets**     | How many of your wallets are attached to this token.                                                      |
| **Automations** | How many automations are on the token. Shows **—** when there are none.                                   |
| **Volume**      | 24h volume in USD, with 24h change underneath.                                                            |
| **PnL**         | Realized profit and loss for the token, in USD.                                                           |

<Frame caption="Token rows with ticker, wallets, automations, volume, and PnL">
  <img src="https://mintcdn.com/chipper/ZRcDJxOXuIQLWUhl/assets/trading/tokens-list.png?fit=max&auto=format&n=ZRcDJxOXuIQLWUhl&q=85&s=927c6ddd5ae59d8e15c13bae31187a30" alt="Live token table with JPORK, STONKBROKER, and CASHCAT, showing wallets, automations, volume, and PnL" width="1186" height="335" data-path="assets/trading/tokens-list.png" />
</Frame>

The list is not sortable. **Load more** appears at the bottom when there are more rows.

If you have no tokens yet, the empty state says **No tokens in this view** and tells you to create or open one.

### Filters

The toolbar above the table changes which tokens you see.

* **Live** and **Archived** switch the list. Counts sit on each chip.
* **All chains**, plus **Solana**, **BNB**, and **Robinhood**, appear when you have tokens on more than one chain.
* **All protocols** opens a multi-select when more than one protocol is on the list.
* **Search** filters by name or contract address. Press **⌘ F** to focus it.

<Frame caption="The toolbar with Live / Archived, All protocols open, Search, and Create token">
  <img src="https://mintcdn.com/chipper/ZRcDJxOXuIQLWUhl/assets/trading/tokens-filter.png?fit=max&auto=format&n=ZRcDJxOXuIQLWUhl&q=85&s=0310cfdba0ab3f976ba58074a7c6a243" alt="Tokens toolbar with Live selected, Archived, All protocols open showing Uniswap V4 and Uniswap V3, Search, and Create token" width="485" height="255" data-path="assets/trading/tokens-filter.png" />
</Frame>

**Create token** starts a [launch](/launch/launch). The Launch sidebar also has **New token**, **Clone CA**, **Import live**, and your [drafts](/launch/drafts).

<Info>
  Right-click a row for **Copy address**, **Open explorer**, and **Archive**. The same menu sits on the **⋯** at the end of the row.
</Info>

## Importing a live token

**Import live** tracks a token you did not launch. It is not a launch.

<Steps>
  <Step title="Open Import live">
    Click **Import live** in the Launch sidebar, or paste a contract into Search when nothing in the list matches.
  </Step>

  <Step title="Paste the contract">
    The dialog asks for a **Contract address**. Chipper looks up the live token and shows the chain it found.
  </Step>

  <Step title="Import">
    Click **Import token**. Chipper opens the [token page](/trading/token-page).
  </Step>
</Steps>

<Frame caption="The Import live dialog with a contract pasted and a token preview">
  <img src="https://mintcdn.com/chipper/ZRcDJxOXuIQLWUhl/assets/trading/import-live.png?fit=max&auto=format&n=ZRcDJxOXuIQLWUhl&q=85&s=a17a6b5de457b841e84d42b0b6dae25e" alt="Import live dialog with a contract pasted, Found on Robinhood, and Thinking Cat (HMM) ready to import" width="569" height="484" data-path="assets/trading/import-live.png" />
</Frame>

<Frame caption="Pasting a contract into Import live and importing the token">
  <video autoPlay src="https://mintcdn.com/chipper/ZRcDJxOXuIQLWUhl/assets/trading/import-live.mp4?fit=max&auto=format&n=ZRcDJxOXuIQLWUhl&q=85&s=88f2d1e482d34c8c51327ba1e61b0d80" data-path="assets/trading/import-live.mp4" />
</Frame>

Imported tokens sit on the list without a **Launched** badge.

## Strategies sidebar

The right column is labeled **Strategies** and tagged **Soon**. Automations do not open from this list yet.

Click a token to configure [automations](/automations/automations) on its page. The **Automations** column is a count only.

## Archiving tokens

**Archive** hides a token from **Live**. Switch to **Archived** to see it again, then **Unarchive** to restore it.

<Frame caption="Archiving a token and switching to Archived">
  <video autoPlay src="https://mintcdn.com/chipper/ZRcDJxOXuIQLWUhl/assets/trading/token-archive.mp4?fit=max&auto=format&n=ZRcDJxOXuIQLWUhl&q=85&s=585a8305c3130fb61b53f84119457597" data-path="assets/trading/token-archive.mp4" />
</Frame>

Tokens archive automatically after 30 days.

## Where to go next

<CardGroup cols={2}>
  <Card title="Token Page" icon="chart-candlestick" href="/trading/token-page">
    Chart, trades, holders, and the trade sidebar.
  </Card>

  <Card title="Launch" icon="rocket" href="/launch/launch">
    Deploy a token onto this list.
  </Card>

  <Card title="Quick Trade" icon="mouse-pointer-click" href="/trading/quick-trade">
    Buy and sell from a wallet row.
  </Card>

  <Card title="PnL" icon="trending-up" href="/trading/pnl">
    What the PnL column counts.
  </Card>
</CardGroup>
