> For the complete documentation index, see [llms.txt](https://docs.novamp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novamp.io/traders/token-detail.md).

# Token Detail Pages

The trading terminal for a single coin — live chart, stats, holders, trades, and a one-tap buy/sell panel, all on one screen.

{% hint style="info" %}
A token page is a full trading desk. On the left you read the market (chart, stats, activity); on the right you act (Quick Buy/Sell or the full trade panel). Everything is chain-aware and updates right after your trade confirms.
{% endhint %}

## Overview

Open any coin from [Discover](/traders/discover.md), the Trenches board, search, or your [Portfolio](/portfolio-and-analytics/portfolio.md) and you land on its token page. The header shows the coin's identity — logo, name, ticker, chain badge, price, market cap, and price change (5m / 1h / 24h) — plus links to socials and the block explorer.

Two banners can appear at the top:

* ⚠️ **Unverified market banner** — the market address was **not** created by the Novamp factory. Its name, ticker, and "graduated" status are unverified and may be an impersonation. Viewing is allowed, but the official chrome is withheld. Do not trust it as an official Novamp coin without independent verification.
* ✅ An **AntiVamp-protected** identity shows a badge — its name + ticker are protected against copycats. See [Protected badge](/identity-protection/protected-badge.md).

## How it works

The page is split into a **market** column and a **trade** column:

```mermaid
flowchart LR
  A[Header: price, mcap, change, socials] --> B[Chart]
  B --> C[Stats: raised / liquidity / supply]
  C --> D[Activity: Trades · Thread · Holders]
  A --> E[Trade panel: Buy / Sell]
  E --> F[Fee fine-print + external terminals]
```

* **Chart** — candles by default, with fallbacks across chart backends so even brand-new pools render. See [📊 Charts & Market Data](/portfolio-and-analytics/charts-and-data.md).
* **Stats** — market cap / FDV, liquidity, volume, and supply figures, priced in USD when an oracle is available (otherwise shown in the native asset).
* **Activity tabs** — **Trades** (live buy/sell tape with account, USD, native amount, token delta, and per-trade market cap), **Thread** (discussion), and **Holders** (wallets ranked by balance, with % of supply, entry market cap, and PnL).

## How to use it

**Trade**

* Use the **Buy / Sell** panel: enter an amount (or tap 25% / 50% / MAX), review the quote — you receive, minimum after slippage, and slippage % — then confirm in your wallet.
* Selling an EVM token requires a one-time **spending-cap approval** before the sell; Novamp runs it as a two-step "approve → confirm" in a single flow.
* On Solana, the panel is a **1-click** desk backed by your Novamp trading wallet (popup-free). See [🟢 Quick Buy & Sell](/traders/quick-buy-sell.md).

**Read before you trade**

* Check **liquidity**, **taxes** (creator buy/sell tax, if any), and whether liquidity is **locked or burned**.
* Scan the **Holders** tab for concentration.
* Note the chain badge — the trade panel will prompt you to switch networks if you're on the wrong one.

## Important details

| Element            | What it tells you                                                   |
| ------------------ | ------------------------------------------------------------------- |
| Price / MCap / FDV | Current price and valuation (USD when priced, else native)          |
| Liquidity          | Depth backing the pool — thin liquidity = high price impact         |
| Volume             | Recent traded volume                                                |
| Holders            | Distinct wallets holding, ranked by size                            |
| Fee fine-print     | The active on-page trade fee, read from the market — never invented |
| Anti-snipe note    | Buy-side caps + window right after launch (see below)               |
| External terminals | Optional links to Axiom / GMGN / Padre for the same market          |

### Opening-period limits

{% hint style="warning" %}
Right after a launch, a creator's [anti-snipe preset](/creators/launching-a-token.md) can briefly cap per-wallet buy size for a short window, and an optional temporary early-sell fee may apply. These limits are **time-boxed and auto-expire** — the buy panel shows the current cap and window while they're active.
{% endhint %}

## What happens next?

1. You confirm a buy or sell in your wallet.
2. The transaction is submitted and mined.
3. On confirmation, the page **refreshes on its own** — balances, the trades tape, candles, and holders all update without waiting for the polling cadence.
4. The position appears in your [Portfolio](/portfolio-and-analytics/portfolio.md) and [PnL tracker](/portfolio-and-analytics/pnl.md).

## Troubleshooting

| Symptom                            | Likely cause                | What to do                                                                               |
| ---------------------------------- | --------------------------- | ---------------------------------------------------------------------------------------- |
| ⚠️ Unverified market banner        | Not a Novamp-factory market | Verify the contract independently before trading                                         |
| "Wrong network" on the trade panel | Wallet is on another chain  | Use the panel's switch button, or [switch networks](/getting-started/switch-networks.md) |
| Chart is empty                     | Pool too new to be indexed  | Wait; a fallback chart backend usually fills in shortly                                  |
| "No holders / trades yet"          | Brand-new coin              | Normal — be the first, or wait for activity                                              |
| Buy capped smaller than expected   | Anti-snipe window active    | Wait for the window to auto-expire, or reduce size                                       |

## Continue exploring

* [🟢 Quick Buy & Sell](/traders/quick-buy-sell.md)
* [📉 Slippage & Price Impact](/traders/slippage-and-price-impact.md)
* [📊 Charts & Market Data](/portfolio-and-analytics/charts-and-data.md)
* [🏷️ Protected-by-AntiVamp Badge](/identity-protection/protected-badge.md)


---

# 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.novamp.io/traders/token-detail.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.
