How to List Your Token on a DEX
Listing on a decentralized exchange means creating a liquidity pool. This guide covers Raydium (Solana), Uniswap (Ethereum/Base), and the steps to go from zero to tradeable.
The listing process
Create your token first
Before listing, you need a token. Use CoinDevTools to create an SPL token (Solana) or ERC-20 (Ethereum/Base). Make sure to revoke authorities and lock metadata for maximum trust.
Choose your DEX
Raydium is the primary DEX on Solana. Uniswap v2 is the standard for Ethereum and Base. Each requires creating a "liquidity pool" — a smart contract holding both your token and a base asset (SOL or ETH).
Decide on initial liquidity
The amount of SOL/ETH you pair with your token determines: the initial price (ratio of tokens to base asset), the trading depth (more liquidity = less price slippage for traders), and the initial market cap.
Create the liquidity pool
On Solana, use the CoinDevTools Raydium CPMM Pool tool — one transaction, no OpenBook market needed. On Ethereum/Base, use the Add Liquidity tool which creates a Uniswap v2 pool automatically.
Lock the liquidity
Burn your LP tokens to permanently lock the liquidity. This is the strongest trust signal — it proves you can't "pull the rug" by removing all liquidity. Use the burn tools on CoinDevTools for free.
Verify and share
Your token is now tradeable on the DEX. Share the pool address, add the token to aggregators like Jupiter (Solana) or DEX Screener, and announce to your community.
DEX tools by chain
Related
Ready to list?
FAQ
Do I need permission to list on a DEX?
No. Decentralized exchanges are permissionless — anyone can create a liquidity pool for any token. You don't need to apply, get approved, or pay a listing fee beyond the pool creation cost.
How do I get my token on Jupiter or DEX Screener?
Jupiter (Solana) automatically discovers tokens with Raydium pools. DEX Screener indexes new pools within minutes. For CoinGecko and CoinMarketCap listings, you'll need to apply separately through their listing request forms.
What's the minimum liquidity needed?
There is no technical minimum. However, for a usable trading experience, at least $500-2,000 in liquidity is recommended. This provides reasonable slippage for small trades. Serious launches typically start with $5,000-50,000+ in liquidity.
Can I list on multiple DEXes?
Yes. You can create pools on multiple DEXes simultaneously. On Solana, you might have both a Raydium CPMM pool and a Raydium AmmV4 pool. Cross-chain, your SPL token on Solana is separate from your ERC-20 on Ethereum — each needs its own pool.