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

# AlphaScan

> Real-time feed of new token launches on Solana — lifecycle tracking, developer data, and customization.

[AlphaScan](https://jup.ag/terminal/alphascan) is a real-time feed of token launches across Solana. It is organized into three columns based on the token's lifecycle stage:

| Column     | What it shows                                                                       |
| ---------- | ----------------------------------------------------------------------------------- |
| **New**    | Tokens just launched (typically seconds to minutes old)                             |
| **Soon**   | Tokens still on a bonding curve, approaching migration to a standard liquidity pool |
| **Bonded** | Tokens that have recently migrated from a bonding curve to a liquidity pool         |

AlphaScan can also be opened as a panel from the bottom bar on desktop, alongside other Terminal views (Watchlist, Tracker, Discover) within a single sidebar that uses tabs.

<Note>
  Customisation settings (showing or hiding the New, Soon, and Bonded columns) are shared between the sidebar and the main AlphaScan page. Hiding a column in the sidebar also hides it on the full page, and vice versa.
</Note>

## Data displayed per token

Each token entry in AlphaScan shows:

| Field                      | Description                                                              |
| -------------------------- | ------------------------------------------------------------------------ |
| **Name & Logo**            | Token name, full name, and logo                                          |
| **Contract Address**       | Truncated onchain address                                                |
| **Age**                    | Time since the token was created (e.g. 32s, 5m, 6h)                      |
| **Holders**                | Current number of holders                                                |
| **V (Volume)**             | Trading volume                                                           |
| **MC (Market Cap)**        | Current market cap                                                       |
| **F (Fees)**               | Combined priority fee, tip, and trading fees                             |
| **TX**                     | Number of transactions                                                   |
| **Bonding Curve Progress** | Visual progress bar showing how far the token is along its bonding curve |
| **Launchpad**              | Source launchpad (e.g. pump)                                             |

Percentage metrics are displayed at the bottom of each entry:

| Metric                 | Description                                                                                                                                                             |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Top 10 Holders %**   | Percentage of supply held by the top 10 wallets. Clicking opens a [Bubblemaps](https://bubblemaps.io) visualization showing holder distribution and wallet connections. |
| **Dev Holding %**      | Percentage of supply held by the developer wallet. The time since the developer's last activity may also be shown (e.g. "3mo").                                         |
| **Snipers Holding %**  | Percentage of supply held by snipers — wallets that bought the token very early, typically in the first transactions after launch.                                      |
| **Insiders Holding %** | Percentage of supply held by insiders — wallets that bought within the first block after launch or received the token from another insider.                             |
| **Pro Traders %**      | Percentage of supply held by wallets identified as users of professional trading platforms (e.g. Axiom, GMGN).                                                          |

<Note>
  Not all metrics are visible by default. You can configure which data fields appear using the **Customise** panel (see below).
</Note>

## Dev Tokens popup

Clicking the dev info on a token entry opens a popup showing the developer wallet's history:

| Field            | Description                                                                                        |
| ---------------- | -------------------------------------------------------------------------------------------------- |
| **Bonded**       | Number of the developer's tokens that have migrated to a liquidity pool (with percentage of total) |
| **Created**      | Total number of tokens created by this developer                                                   |
| **Created (7d)** | Number of tokens created in the last 7 days                                                        |
| **SOL Balance**  | Current SOL balance of the developer wallet                                                        |
| **Top Token**    | The developer's most notable token (with age, traders, and market cap)                             |

<Note>
  A developer who has created many tokens with few reaching bonded status may indicate a pattern of abandoned projects. This data helps evaluate the developer's track record, but does not guarantee the current token's outcome.
</Note>

## Quick Buy in AlphaScan

Each token entry includes a ⚡ Quick Buy button. Set your Quick Buy amount at the top of each column, then click ⚡ on any token to buy immediately. You can also select from your saved Quick Buy presets directly in AlphaScan, allowing you to switch between predefined amounts without leaving the feed.

Quick Buy uses your current trade execution settings (Ultra mode by default, or your manual Trade Presets). See [Fees](/user-docs/trade/terminal/fees) for details on execution modes.

<Warning>
  Quick Buy executes immediately when you click the ⚡ icon. There is no confirmation step. Make sure your Quick Buy amount and execution settings are configured before using this feature.
</Warning>

## Customizing AlphaScan

Click **Customise** in the top-right corner to configure AlphaScan across three tabs:

<Accordion title="Display settings">
  * **MC / Vol** — font size for market cap and volume (Small or Large)
  * **Quick Buy** — button size (Small, Large, Mega, Jumbo)
  * **Button Color** — Color or Grey
  * **After Quick Buy** — action after purchase (None, Open Chart, New Tab)
  * **Secondary Quick Buy Button** — toggle a second Quick Buy button
  * **Hide Hidden Tokens** — show or hide tokens you've manually hidden
  * **Show Search Bar** — toggle the keyword search bar
  * **Square Token Image** — square or circle token logos
  * **Progress Ring** — display bonding curve progress as a ring or bar
  * **Show Decimals** — toggle decimal values
  * **Compact Columns** — compact or spaced column layout
</Accordion>

<Accordion title="Data settings">
  Choose which data fields appear on each token entry:

  Market Cap, Volume, TXs, Socials, Holders, Top 10 Holders %, Dev Holding %, Dev Migrations, Dex Paid, Fees Paid, Snipers Holding %, Insiders Holding %, Pro Traders %

  You can also set **value highlighting thresholds** for Market Cap and Volume (e.g. highlight tokens above \$150K) to visually flag tokens that meet your criteria.
</Accordion>

<Accordion title="Layout settings">
  Configure the table layout by showing, hiding, or reordering the three columns: **New**, **Soon**, and **Bonded**.
</Accordion>

You can also use **Filter Launchpad** in the top-right to filter tokens by their source launchpad, and the keyword search bar within each column to search by token name.

<Warning>
  Tokens displayed in AlphaScan are typically very new and carry elevated risk. Low liquidity, limited holder history, and active developer authorities are common. See [Risks and Limitations](/user-docs/trade/terminal/risks-and-limitations).
</Warning>

***

<CardGroup cols={3}>
  <Card title="Discover" icon="magnifying-glass" href="/user-docs/trade/terminal/token-discovery">
    Browse tokens by category and apply filters.
  </Card>

  <Card title="Token Page" icon="chart-line" href="/user-docs/trade/terminal/token-page">
    Detailed data when you open a token.
  </Card>

  <Card title="Risks and Limitations" icon="triangle-exclamation" href="/user-docs/trade/terminal/risks-and-limitations">
    Risks of trading newly launched tokens.
  </Card>
</CardGroup>
