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

# Launchpad Screener & Runners

> How the Launchpad Screener works on Jupiter Terminal, including Runner criteria and launchpad listing.

The [Launchpad Screener](https://jup.ag/terminal/launchpads) provides real-time analysis of tokens launched across major Solana launchpads. It aggregates data from multiple launchpads into a single view, with trading volume comparison and an overview of top-performing tokens.

## What the screener shows

The Launchpad Screener displays tokens from supported launchpads with:

* Token name, age, and launchpad of origin
* Trading volume and volume comparison across launchpads
* Market cap, liquidity, and holder count
* Bonding curve status (pre-migration vs migrated)

You can use the same filters available in other Terminal tabs (market cap, volume, holders, liquidity, token age, etc.) to narrow results.

## Launchpad Runners

[Runners](https://jup.ag/terminal/launchpads?view=runners) are tokens that meet specific performance criteria within 24 hours of their launch. The Runner designation highlights tokens that have gained traction quickly based on measurable onchain metrics.

### Runner criteria

To be classified as a Runner, a token must meet **all** of the following thresholds **at the end of a 24-hour window starting from its launch**:

| Metric        | Threshold     |
| ------------- | ------------- |
| Market Cap    | ≥ \$1,000,000 |
| Liquidity     | ≥ \$100,000   |
| Holders       | ≥ 1,000       |
| Organic Score | ≥ 75.0        |

All criteria are evaluated at the end of the 24-hour window. If any metric is below its threshold at that point, the token does not qualify as a Runner.

<Accordion title="What is the Organic Score?">
  The Organic Score estimates how much of a token's activity (holders, trading volume, liquidity) comes from genuine users rather than bots or artificial activity. It is calculated by [Jupiter VRFD](/user-docs/launch/vrfd).

  An Organic Score of 75.0 or above is the threshold for Runner classification. For more details on how the score is computed, see the VRFD documentation.
</Accordion>

<Warning>
  Runner status indicates that a token met specific metric thresholds shortly after launch. It does not mean the token is safe, legitimate, or likely to maintain its performance. Tokens can meet Runner criteria and still lose value rapidly. See [Risks and Limitations](/user-docs/trade/terminal/risks-and-limitations).
</Warning>

## Listing a launchpad on the screener

The Launchpad Screener covers major Solana launchpads. Jupiter is expanding coverage over time, but is not currently adding custom launchpads in the near term due to a large integration backlog.

### Supported launchpad technology

Currently, Jupiter provides out-of-the-box support for launchpads built on **Meteora DBC** (Dynamic Bonding Curves). If your launchpad uses Meteora DBC, Jupiter can offer:

* Routing through Jupiter and access via 100+ partners using Jupiter's API
* Real-time indexing with individual token pages
* AlphaScan support and a dedicated screener page

### How to request listing

If you have launched a launchpad built on Meteora DBC, contact the Jupiter team at [support.jup.ag](https://support.jup.ag) to request listing.

<Note>
  Launchpads not built on Meteora DBC are not currently supported for integration. This may change in the future.
</Note>

***

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

  <Card title="AlphaScan" icon="radar" href="/user-docs/trade/terminal/alphascan">
    Real-time feed of new token launches.
  </Card>
</CardGroup>
