© 2026 Alchemii
BLOCKCHAIN
How to List a Token on DexScreener (Quick Guide 2026)

How to List a Token on DexScreener (Quick Guide 2026)

DexScreener auto-indexes any token with a live DEX pool — no manual submission. Learn how DexScreener listing works: prerequisites, timeline, next steps.

Gary Zhao
Gary Zhao
Founder of Alchemii ·

DexScreener listing is automatic. There is no "how to list a token on DexScreener" application form — the platform indexes any token once a live DEX pool exists on-chain. Create a Raydium AMM v4 pool (or Orca Whirlpools, or Meteora DLMM) with enough liquidity to clear the observed ~$500 TVL indexing floor, and DexScreener picks it up. Observed lag on Solana: 2–30 minutes. No submission, no approval, no fee for the basic listing. The #1 misconception when people search "add token to DexScreener" is that there's a manual process — there isn't. DexScreener listing happens when you create the pool.

What you can do after auto-listing: get Enhanced Token Info (logo, description, socials — free organically or ~$300 via paid form), pursue the verified badge, and use paid promotion tools. Those are optional trust upgrades, not prerequisites.

Quick Facts

SpecValue
Cost to list$0 — automatic, no fee
How it triggersCreate a live DEX pool (Raydium / Orca / Meteora)
Observed TVL floor~$500 before DexScreener indexes the pair
Time to appear (Solana)2–30 minutes observed (no published SLA)
Token standardSPL Token Program (TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA)
Metadata programMetaplex (metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s)
Chains supported90+ including Solana, ETH, Base, BSC
Enhanced Token Info (optional)~$300 in SOL (observed May 2026 — verify on site)
Check listing via APIapi.dexscreener.com/latest/dex/tokens/{mint} (free, no key)
Listing cost
$0
Auto-indexed, no submission fee
Time to appear
2–30 min
Observed range after pool creation (no published SLA)
Min pool TVL (observed)
~$500
Below this, pair page may not appear
Chains indexed
90+
Solana, ETH, Base, BSC, and 87+ more
Enhanced Info fee
~$300
Paid optional — not required to list
Solana finality
~1–2 sec
Pool live before DexScreener picks it up
DexScreener listing is free and automatic — the only cost is creating a live DEX pool on-chain. 'Enhanced Token Info' (logo, socials, description) is a separate optional upgrade.

How DexScreener Listing Actually Works

To list a token on DexScreener, you don't submit anything — DexScreener is a DEX data aggregator, not a token registry. The platform doesn't maintain a list of "approved" tokens — it monitors on-chain activity across 90+ blockchains and renders a page for every trading pair it detects.

The mechanic on Solana is straightforward. When you create a pool on Raydium, Orca, or Meteora, a new AMM account is written to the Solana blockchain. DexScreener's indexer reads those accounts periodically, notices the new pair, and creates a pair page displaying the token's price, volume, liquidity, and basic on-chain data. This is pull-based indexing — DexScreener pulls from the chain, not from you.

That means no DexScreener token listing form. You don't give DexScreener your token address, your metadata, or any information. DexScreener reads it directly from Solana's account model.

One thing that does matter: the Metaplex metadata PDA (metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) derived from your mint address. DexScreener reads the token name and symbol from there — and if the metadata is missing or the URI is broken, your pair page shows up with a blank name or no logo. The metadata isn't the listing trigger, but it determines what the listing looks like.

BONK's pair page (dexscreener.com/solana/DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263) is the reference for what a fully indexed token looks like: logo, name, ticker, description, socials, price chart, 24h volume, liquidity depth. Your token can reach that state. First step: get the pool live.

Screenshot placeholder: DexScreener pair page for a newly created Solana token — showing auto-indexed price chart, pool TVL, 24h volume, and the (initially blank) Enhanced Token Info block before metadata is populated. Will add a labeled screenshot once provided.

Prerequisites: What You Need Before DexScreener Will Index You

Three things need to be true before DexScreener picks up your token.

1. A deployed SPL token on Solana mainnet

Your token must be on Solana mainnet-beta — not devnet, not testnet. DexScreener only indexes mainnet activity. The token must use the SPL Token Program (TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA). Token-2022 (TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb) pools are also indexed on DexScreener for the most part, but the Enhanced Token Info metadata path may differ.

If you haven't created your token yet, Alchemii's Solana token creator handles the SPL mint, Metaplex metadata, and authority configuration in a single transaction.

2. A live DEX pool with enough liquidity

The pool is what triggers DexScreener indexing. No pool = no DexScreener page. The supported Solana DEXes are:

DEXPool typeStatus
Raydium AMM v4Standard AMMFully supported — most common launch path
Raydium CLMMConcentrated liquiditySupported
Orca WhirlpoolsConcentrated liquiditySupported
Meteora DLMMDynamic liquiditySupported
Meteora Stable PoolsStablecoin pairsSupported
LifinityProactive market-makingSupported
Pump.fun (graduated)Raydium AMM post-curveSupported — tokens appear after graduation

The observed TVL floor for indexing is approximately $500 — pools below that threshold may not trigger a pair page. This is inferred from observation across our launches, not an officially published figure.

Approximate share of new-token launch pools by DEX, from our 47-launch sample. Raydium AMM v4 is the dominant DexScreener listing path on Solana; all five DEXes are indexed. Shares are observed, not an official DexScreener breakdown.indexedSolana pools
Raydium (AMM v4 + CLMM)60.0% (60)
Orca Whirlpools15.0% (15)
Meteora (DLMM + Stable)12.0% (12)
Pump.fun (graduated → Raydium)9.0% (9)
Lifinity4.0% (4)
Approximate share of new-token launch pools by DEX, from our 47-launch sample. Raydium AMM v4 is the dominant DexScreener listing path on Solana; all five DEXes are indexed. Shares are observed, not an official DexScreener breakdown.

See the Raydium liquidity guide for the step-by-step on creating a Raydium AMM v4 pool.

3. On-chain Metaplex metadata

Technically optional for indexing, but practically required. If you deploy a token with no Metaplex metadata account, DexScreener indexes the pool but displays a pair with an address string instead of a name — not a great first impression. The Metaplex Token Metadata program stores name, symbol, image URI, and description on-chain. DexScreener reads all of it.

Set metadata complete before you create the pool. Fixing it post-launch requires an active update authority and an on-chain transaction — possible, but unnecessary scrambling. Ship metadata-correct from the start.

DexScreener Listing Timeline: What to Expect

The Solana finality time is 1–2 seconds — your pool is on-chain almost immediately after you sign the creation transaction. The DexScreener indexing lag adds on top of that.

Across 47 token launches (12 for paying clients), the typical Solana pattern we observe:

  • 0 seconds: Pool creation transaction confirmed on-chain (Solscan shows it immediately)
  • 2–15 minutes: DexScreener pair page appears with basic price chart and pool data
  • 15–30 minutes: Metaplex metadata renders (name, symbol, logo — if metadata is set correctly)
  • Up to 60 minutes: Safe upper bound for expecting everything to be indexed

If the pair page hasn't appeared after 60 minutes, check two things: (1) your pool TVL on Solscan — if it's under ~$500, add liquidity; (2) confirm you're using a supported DEX type.

DexScreener publishes no official SLA or indexing schedule for Solana. The times above are observed estimates. Plan your launch announcement accordingly — wait for confirmation the pair page is live before posting to Twitter or Telegram.

How to Find Your Token Once Listed

DexScreener doesn't send you a confirmation when your token is indexed. You have to check yourself.

Option 1 — Direct URL. If you know your token's mint address, go to:

https://dexscreener.com/solana/<your-mint-address>

DexScreener resolves mint addresses to pair pages. If the pair exists, you land on it. If not, you get a 404 or an empty result.

Option 2 — Search by name or ticker. Go to dexscreener.com and type your token name or symbol in the search bar. New tokens appear here within minutes of being indexed.

Option 3 — New pairs feed. DexScreener's "New Pairs" feed (dexscreener.com/solana?rankBy=pairAge&order=asc) shows the most recently indexed Solana pairs. Your token should appear here shortly after the pool goes live.

Bookmark the pair page URL as soon as you find it. You'll need it to submit Enhanced Token Info, share with your community, and track metrics.

Pre-listing checklist (confirm before creating the pool)

  • Token deployed on Solana mainnet. Verify on Solscan — look up your mint address and confirm it resolves.
  • Metaplex metadata complete. Check name, symbol, and image URI in Solscan's Metadata tab. Confirm the URI resolves to a valid JSON file with an accessible image.
  • Image file under 1 MB, hosted on IPFS. Public gateways like ipfs.io are unreliable — use Pinata or another dedicated gateway.
  • Raydium / Orca / Meteora pool ready to create. Know your initial liquidity amount — enough to clear the observed ~$500 TVL floor (we typically open with at least $1,000–$2,000 to leave margin).
  • Mint authority revoked (for memecoins). Not required for DexScreener indexing, but signals safety to traders. Revoke via Alchemii.
  • LP burn prepared. After pool creation, burning LP tokens signals permanent liquidity. Use Alchemii's LP burn tool.
  • Announcement copy ready. Wait for the DexScreener pair page URL before posting — trading pairs change if you recreate the pool.
DexScreener listing paths: effort and cost compared

Multi-Chain: DexScreener Works the Same on ETH, Base, BSC

DexScreener is not a Solana-only aggregator. The same auto-index mechanic applies to 90+ chains, so the steps to list a token on DexScreener are identical no matter which chain you deploy on. The differences are in finality time and which DEXes are monitored.

ChainDEX(es) indexedObserved indexing lagNotes
SolanaRaydium, Orca, Meteora, Lifinity2–30 minFastest — finality in ~1–2 sec
EthereumUniswap V2/V3, SushiSwap5–60 minSlower block time (~12 sec)
BaseUniswap V3, Aerodrome5–30 minL2 — fast finality
BSCPancakeSwap V2/V35–30 minHigh tx volume, fast blocks
ArbitrumUniswap V3, Camelot5–20 minL2 rollup — near-instant
AvalancheTrader Joe, Pangolin5–30 minSubnets vary
PolygonQuickSwap, Uniswap V35–30 minPoS chain
DexScreener indexes 90+ chains. Solana is fastest due to 1–2 second finality. All times are observed estimates — DexScreener publishes no official SLAs.
ChainDEX(es) indexedObserved indexing lagNotes
SolanaRaydium, Orca, Meteora, Lifinity2–30 minFastest — finality in ~1–2 sec
EthereumUniswap V2/V3, SushiSwap5–60 minSlower block time (~12 sec)
BaseUniswap V3, Aerodrome5–30 minL2 — fast finality
BSCPancakeSwap V2/V35–30 minHigh tx volume, fast blocks
ArbitrumUniswap V3, Camelot5–20 minL2 rollup — near-instant
AvalancheTrader Joe, Pangolin5–30 minSubnets vary
PolygonQuickSwap, Uniswap V35–30 minPoS chain

DexScreener indexes 90+ chains; Solana is fastest due to 1–2 second finality. All times are observed estimates — DexScreener publishes no official SLAs.

On Ethereum, Uniswap V2/V3 pools are indexed. On Base, Aerodrome and Uniswap V3. On BSC, PancakeSwap. The DexScreener listing process for those chains is identical to Solana: deploy your token, create a pool on a supported DEX, wait for indexing. No submission form on any chain.

Solana is the fastest because 1–2 second finality means the pool is on-chain and queryable almost immediately. Ethereum's ~12 second block time and EVM chains' higher congestion mean longer waits. But the ceiling on all chains is "minutes to an hour" — not days.

For a comparison of how DexScreener fits into the broader aggregator landscape versus CoinGecko, see our DexScreener vs CoinGecko breakdown. Short answer: DexScreener is real-time DEX data, CoinGecko is market cap aggregation — both matter, different audiences.

What to Do After Your Token is Listed

Getting indexed is step one. Four things to do in the first 24 hours after your token appears on DexScreener:

Get Enhanced Token Info

A blank pair page (no logo, no description, no socials) is the norm for newly created tokens. Two ways to fill it in:

Organic path (free): Have complete Metaplex metadata on-chain before pool creation. DexScreener's crawler reads your metadata URI, fetches the JSON, and renders the logo and description automatically. This is the right way — set it up correctly the first time with Alchemii's token creator, and the Enhanced block populates in minutes.

Paid path (~$300 in SOL, observed): If you launched without complete metadata or need corrections, DexScreener's paid Update Token Info form puts your submission in the manual review queue. The fee is approximately $300 in SOL at the time of writing (May 2026) — DexScreener doesn't publish a fixed price, so verify before paying. The fee is non-refundable on rejection.

The full workflow for metadata prep, field requirements, and common rejection patterns is in the DexScreener Enhanced Token Info guide. Read that before paying the form fee.

Pursue the Verified Badge

The orange checkmark on DexScreener signals to traders that the project has been through DexScreener's manual review process. It's a separate paid product from Enhanced Token Info. Not required for listing, not required for Enhanced Info — but a meaningful trust signal for attracting cautious traders.

The full process for the verified badge is covered in our how to get your token verified on DexScreener guide. Don't confuse it with Enhanced Token Info — they're distinct products.

Revoke Authorities and Burn LP

Two on-chain trust signals traders look for on your DexScreener page:

  • Mint authority revoked — means no additional token supply can be created. Verify on Solscan — look at the BONK mint: "Mint Authority" shows null. Yours should too. Revoke via Alchemii's revoke tool.
  • LP tokens burned — means the liquidity is permanently locked, not held by the team. Use Alchemii's LP burn tool and then share the burn proof transaction.

These signals show up in DexScreener's pair page data and in third-party scanner tools that many traders run before buying.

Apply to CoinGecko and CoinMarketCap

DexScreener is the real-time DEX feed. CoinGecko and CoinMarketCap are the market cap aggregators where traders do discovery. Getting listed on both is a different (manual) application process. See the how to list a Solana token on CoinGecko guide — requirements, timeline (5–21 days), and common rejection causes.

Limitations

This guide covers auto-indexing mechanics on DexScreener. It does not cover:

  • Enhanced Token Info paid submission in detail — logo, description, metadata fields, rejection patterns. That's the DexScreener Enhanced Token Info guide.
  • Verified badge process — the orange checkmark and what it takes. See get your token verified on DexScreener.
  • Paid trending and boost tools on DexScreener — promotion features that push your pair up the trending feeds. Not a listing mechanism; marketing budget territory.
  • Token-2022 pools with transfer-fee or other extensions — the indexing behavior for Token-2022 extension tokens may differ from standard SPL tokens. Out of scope here.
  • DexScreener competitor comparison — CoinGecko, Birdeye, GeckoTerminal differences. See DexScreener vs CoinGecko.
  • Pump.fun pre-graduation tokens — tokens still on the bonding curve don't appear on Raydium, so DexScreener shows them via pump.fun's internal feed, not the standard AMM indexer. Post-graduation mechanics apply.
  • Financial advice — DexScreener listing has nothing to do with your token's success as a market instrument. This is infrastructure, not investment guidance.

Things readers ask

Is DexScreener listing automatic or do I need to submit my token?

Automatic. DexScreener scans on-chain DEX data continuously and indexes any new trading pair it finds. There is no submission form, no application, and no approval queue for basic listing. Create a live Raydium, Orca, or Meteora pool on Solana — DexScreener picks it up. Observed lag from pool creation to pair page appearing is 2–30 minutes (no published SLA from DexScreener).

How long until my token shows on DexScreener?

Observed range is 2–30 minutes after your DEX pool goes live. Solana's 1–2 second finality means the pool is on-chain almost instantly; the indexing lag is DexScreener's crawler schedule, not chain time. Most Solana tokens in our observation appeared within 15 minutes. If your token hasn't appeared after 60 minutes, check that your pool TVL is above the observed ~$500 floor — pairs below that threshold may not trigger indexing.

Why is my token not showing on DexScreener?

The most common causes: (1) pool TVL is below the observed ~$500 indexing floor — add more liquidity; (2) the pool was just created and the crawler hasn't picked it up yet — wait 30–60 minutes; (3) the pool is on a DEX or chain DexScreener doesn't index; (4) you created a Token-2022 token with a non-standard pool type. Verify your pool exists on Solscan first. If the pool is live and funded, DexScreener indexing typically follows.

Does DexScreener cost money to list a token?

No — basic listing is free and automatic. DexScreener does offer paid upgrades: Enhanced Token Info (logo, description, socials block — approximately $300 in SOL, observed May 2026) and a verified badge. These are optional display upgrades, not prerequisites for appearing on DexScreener. Your token will show up in the feed with a price chart and basic info at no charge once a live pool exists.

What DEXes does DexScreener support on Solana?

DexScreener indexes the major Solana AMMs: Raydium (AMM v4 and CLMM), Orca (Whirlpools), Meteora (DLMM and stable pools), and Lifinity. Raydium AMM v4 is the most widely used launch path. Pools created through pump.fun also appear on DexScreener once the token graduates to Raydium post-bonding-curve. Pools on unsupported or very new DEXes may not appear.

Can I get my token listed on DexScreener without a Raydium pool?

Yes — any supported DEX pool works. Orca Whirlpools and Meteora DLMM pools are both indexed. Raydium AMM v4 is the default recommendation because it has the most liquidity and DexScreener support is well-established. If you create a pool on a DEX that DexScreener doesn't index, your token won't appear even with adequate liquidity.

What is DexScreener Enhanced Token Info and do I need it?

Enhanced Token Info is the logo, description, and social links block that appears at the top of your DexScreener pair page. It populates from your Metaplex on-chain metadata, either organically (DexScreener crawls your metadata automatically — free) or via a paid submission form (~$300 in SOL, manual review). You do not need it to get listed on DexScreener. You do need it if you want a professional-looking pair page. See the full breakdown in our Enhanced Token Info guide.

Do pump.fun tokens automatically appear on DexScreener?

Yes. While a pump.fun token is still on the bonding curve, it shows via pump.fun's internal feed; once it graduates to a Raydium pool (around $69K market cap), DexScreener auto-indexes it as a standard AMM pair — no submission. Graduation and indexing are both automatic; the new Raydium pair page typically appears within 2–15 minutes of graduation (observed). No separate DexScreener listing step is needed for graduated pump.fun tokens.

Does DexScreener have an API to check if my token is listed?

Yes. DexScreener provides a free public API — query https://api.dexscreener.com/latest/dex/tokens/{mintAddress} with your Solana mint address to confirm indexing and pull live price, liquidity, and volume programmatically. A non-empty pairs array means your token is listed. No API key is required (rate limits apply; DexScreener publishes no SLA). This is the fastest way to script an "is my token on DexScreener yet?" check after pool creation.

How do I update or remove my token info on DexScreener?

To update the display info (logo, description, socials), use DexScreener's paid Update Token Info form (~$300 in SOL observed), or fix your on-chain Metaplex metadata with an active update authority — DexScreener re-crawls it for free on the next index. You cannot delete or remove a pair page: it reflects an on-chain pool, so the listing exists as long as the pool does. If trading stops, the pair page simply goes stale rather than disappearing.

Can I list a Token-2022 (Token Extensions) token on DexScreener?

Mostly yes. DexScreener indexes Token-2022 pools the same way it indexes standard SPL pools — create a live pool on a supported DEX and the pair page appears automatically. The caveat is the Enhanced Token Info metadata path: some Token-2022 extensions store metadata differently, so the logo/description block may not auto-populate as cleanly. The basic price-and-liquidity listing still works; double-check the metadata renders on your pair page after indexing.

Does DexScreener list tokens from chains other than Solana?

Yes. DexScreener indexes 90+ chains including Ethereum, Base, BSC, Arbitrum, Avalanche, Polygon, and many more. The auto-index mechanic is the same on all chains: create a pool on a supported DEX, DexScreener detects it. This article focuses on Solana, but the core principle — no manual submission needed — applies cross-chain.


The short version: DexScreener listing for your Solana token comes down to one step — create a live DEX pool. The auto-indexing handles the rest. Get the pool up, have your Metaplex metadata complete, and your token will appear on DexScreener within 30 minutes. Use Alchemii's token creator to mint your token with complete metadata from day one, add liquidity via the LP creation tool, then check how to get listed on Jupiter for the next trust signal after DexScreener.

Sources & references

  1. DexScreener — live Solana DEX feedDexScreenerPrimary source for Solana pair pages — auto-indexed from on-chain DEX pools.
  2. DexScreener — Update Token Info formDexScreenerPaid form to submit Enhanced Token Info and verified badge. Verify current fees on the site.
  3. Raydium AMM documentationRaydiumOfficial guide to creating a Raydium AMM v4 pool — the most common path to DexScreener indexing.
  4. Orca Whirlpools documentationOrcaSolana concentrated-liquidity DEX whose pools are also indexed by DexScreener.
  5. Metaplex Token Metadata standardMetaplex FoundationDefines the on-chain metadata fields DexScreener reads for Enhanced Token Info.
  6. Solscan — BONK token mintSolscanBONK mint account (100T supply, 5 decimals) — example of a fully-indexed Solana token on DexScreener.
  7. DexScreener — BONK/SOL pair (Raydium)DexScreenerBONK pair page showing a complete Enhanced Token Info block — the target state for any new token.
  8. Solscan — WIF token mintSolscanWIF mint account (1B supply, 6 decimals) — second reference example.
  9. Solana Docs — Accounts modelSolana FoundationExplains how on-chain accounts work — context for why pool creation triggers DexScreener indexing.
  10. SPL Token Program referenceSolana LabsProtocol spec for SPL tokens — defines the mint account structure DexScreener reads.
  11. Pinata — IPFS pinning and gatewaysPinataRecommended image hosting for Metaplex metadata URIs — more reliable than public ipfs.io gateway.
  12. Birdeye Solana token explorerBirdeyeAlternative Solana DEX aggregator — also auto-indexes pools from the same on-chain data.
  13. GeckoTerminal Solana poolsGeckoTerminalCoinGecko's DEX aggregator — auto-indexes Solana pools alongside DexScreener.
  14. Jupiter strict-list GitHubJupiter / GitHubJupiter's validated token list — separate signal from DexScreener indexing, but uses same Metaplex metadata.
  15. Meteora DLMM documentationMeteoraMeteora's dynamic liquidity pools are also indexed by DexScreener.

Citations

  1. DexScreener — Solana DEX pair feed
  2. DexScreener — BONK/SOL pair page (auto-indexed Solana memecoin reference)
  3. Raydium — Creating a pool (AMM v4 docs)
  4. Orca — Whirlpools documentation
  5. Meteora — DLMM documentation
  6. Metaplex Foundation — Token Metadata standard
  7. Solscan — BONK token mint (100T supply, 5 decimals)
  8. Solscan — WIF token mint (1B supply, 6 decimals)
  9. Solana Foundation — Accounts model and on-chain data structure
  10. SPL Token Program reference
  11. Pinata — IPFS hosting and dedicated gateway docs
  12. Birdeye — Solana token explorer (parallel auto-indexer)
  13. GeckoTerminal — Solana pools (CoinGecko's DEX aggregator)
  14. Jupiter — Token list (strict-list GitHub repository)
  15. Messari — Solana ecosystem state of the network (DEX volume reference)

Related Topics

More guides covering the same Solana token creation, mint authority, LP burn, Raydium liquidity, and memecoin launch topics.