# Token Page

The Token Page is your command center for evaluating and trading any individual token on Shotgun. Price data, onchain analysis, trade history, holder distribution, and your order entry panel - all visible in one place.

<figure><img src="/files/d2xVu4ea07s6j7nrzFkB" alt=""><figcaption><p>Trading Terminal</p></figcaption></figure>

***

## Token Header

The top bar shows the essential information for the token you're viewing:

* **Token name & logo** - with a copy icon for the contract address
* **Age** - how long since the token was listed
* **MCap** - current market capitalisation
* **Price** - current token price in USD
* **Liquidity** - total value in the trading pool
* **Supply** - total token supply
* **Social links** - website, X (formerly Twitter), Telegram (if set by the project)
* **Watchlist toggle** - click the ⭐ star to save this token for quick access later

***

## Price Chart

The chart is powered by **TradingView** and supports:

* **Candlestick view** across multiple timeframes (1s, 1m, 3m, 1h, 1d, and more)
* **Indicators** - add technical analysis overlays directly to the chart
* **Hide Bubbles** - toggle on/off trade bubbles shown on the chart
* **Market Cap / Price toggle** - switch the chart display between market cap and price view
* **Drawing tools** - trendlines, annotations, and more via the left toolbar

***

## Bottom Tabs

Below the chart, five tabs give you different views of onchain activity for this token.

### Pool Trades

The live trade feed shows every buy and sell transaction on this token in real time.

| Column           | Description                        |
| ---------------- | ---------------------------------- |
| **Age**          | Time since the transaction         |
| **Type**         | Buy (green) or Sell (red)          |
| **Token Amount** | Number of tokens bought or sold    |
| **USD**          | USD value of the transaction       |
| **Price**        | Price at which the trade executed  |
| **Trader**       | Wallet address that made the trade |

**How to use the feed:**

* Watch the ratio of green (buy) vs red (sell) rows to gauge real-time buying and selling pressure
* Click a trader address to add it to your Wallet Tracker
* Use the currency toggle to switch display between USD and SOL

### Your Holdings

Shows your personal position on this token - your buy/sell history, average entry price, current holding, and realized/unrealized PnL.

### Holders

Shows the distribution of token supply across wallet addresses, ranked by holding size.

| Column        | Description                                                                          |
| ------------- | ------------------------------------------------------------------------------------ |
| **Trader**    | Wallet address (shortened); may show exchange or protocol labels for known addresses |
| **Bought**    | Total USD spent buying this token                                                    |
| **Sold**      | Total USD received from selling                                                      |
| **PnL**       | Profit or loss on this position                                                      |
| **Remaining** | Current USD value and % of total supply held                                         |

**What to look for:**

* **Concentration risk** - if the top 3–5 wallets hold a large % of supply, one seller can move the price significantly
* **Exchange wallets** - large holdings by known exchanges (Gate.io, MEXC, Raydium) are generally neutral
* **Dev wallet activity** - a developer wallet actively selling is a red flag

### Limit Orders

Shows all your active limit orders on this token - Buy Dip, Take Profit, Stop Loss, and Trailing Stop Loss. Cancel or review any order directly from this tab.

### Top Traders

Shows the top performing traders on this token, ranked by PnL. Use this to identify wallets worth tracking.

### Dev Tokens

Shows other tokens previously launched by the same developer wallet. Useful for assessing developer history before buying.

***

## Order Entry Panel

The panel on the right is where you execute trades.

**Your position summary** at the top shows:

* **Bought** - total USD spent on this token
* **Sold** - total USD received from sells
* **Holding** - current position value
* **Total PnL** - your overall profit or loss

**Order types:**

* **Market** - immediate execution at current price
* **Limit** - automated execution at your target price

**Quick-select amounts:** 0.1 / 0.5 / 1 / 5 SOL - or enter a custom amount

**Trade settings (per preset):**

* **Slippage** - maximum price movement you'll accept (default 20%)
* **Priority Fee** - extra fee to prioritise your transaction
* **Bribe** - Jito tip to validators for faster inclusion
* **Auto Fee** - automatically sets fees based on network conditions
* **MEV Protection** - toggle On/Off to protect against front-running

**Presets:** Save up to 3 different trade configurations (Preset 1, 2, 3) for fast switching between strategies.

***

## Volume Insights

Below the order panel, **Volume Insights** shows price performance and volume data across four timeframes: **5m, 1h, 4h, 24h**.

* **Vol** - total trading volume in the selected period
* **Buys** - number and USD value of buy transactions
* **Sells** - number and USD value of sell transactions
* **Net Vol** - net buy or sell pressure (positive = more buying, negative = more selling)

***

## Token Information

The **Token Information** panel shows onchain risk metrics at a glance:

| Metric        | Description                                                                  |
| ------------- | ---------------------------------------------------------------------------- |
| **Top 10 H.** | % of supply held by the top 10 wallets. Lower = more decentralised.          |
| **Dev H.**    | % held by the developer wallet. High values = higher rug risk.               |
| **Insiders**  | % held by insider wallets.                                                   |
| **Snipers**   | % held by early sniper bots. High sniper % = potential early dump risk.      |
| **Migrated**  | Number of times this token has migrated (e.g. from bonding curve to DEX).    |
| **LP Burned** | Whether liquidity pool tokens have been burned. Burned LP = safer liquidity. |
| **Holders**   | Total number of unique wallet holders.                                       |
| **Dex Paid**  | Whether the developer has paid for DEX listing.                              |
| **Bundlers**  | % of supply held in bundle wallets. High % = coordinated wallet risk.        |

{% hint style="danger" %}
High Dev Holdings, high Snipers %, or high Bundlers % are warning signs. Check these before entering any position.
{% endhint %}


---

# 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.shotgun.fun/shotgun/token-page.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.
