Raydium Liquidity Pool Guide: Add LP on Solana (2026)
Raydium liquidity pool guide for Solana — how to add LP, pick CPMM vs CLMM, size seed liquidity, handle IL risk, and avoid pool mistakes.
Adding liquidity to Raydium means depositing equal value of two tokens (typically your project token plus SOL or USDC) into an AMM pool, in exchange for LP tokens that represent your share of the pool and the fees it earns. Raydium offers two pool models: CPMM (constant product, full price range, set-and-forget) and CLMM (concentrated liquidity, capital-efficient but requires active range management). For a new memecoin launch, use CPMM with a 1% fee tier — pool creation costs roughly 0.4 SOL (~$60–90) of one-time rent, plus your seed liquidity which becomes permanent if you burn LP. Impermanent loss is a real cost on volatile pairs and can exceed fee revenue, so passive LPing works best on stable or correlated pairs.
Raydium is effectively the only AMM that matters for Solana memecoins — most volume, deepest liquidity, the default destination for every aggregator and Pump.fun graduate. This is the practical walkthrough from inside our launch workflow: actually adding liquidity (whether you're seeding a new pool or passive LPing), picking between CPMM and CLMM, and where impermanent loss quietly eats your returns. We make Alchemii, which includes the Raydium pool creator and LP burn tooling, so this is the playbook we run on real launches.
What "adding liquidity" actually means
When you add liquidity to a Raydium pool, you deposit equal value of two tokens (e.g., $500 worth of YOUR_TOKEN + $500 worth of SOL). In return, you receive LP tokens that represent your share of the pool. As traders swap through the pool, fees accumulate and your LP tokens are worth slightly more over time.
Two scenarios use this:
- You're launching a new token and need to seed initial liquidity so anyone can trade it.
- You're a passive LP earning fees on an existing market (e.g., SOL/USDC).
The mechanics are the same; the strategy is different. We'll cover both.
Pool types: CPMM vs CLMM
Raydium operates two AMM models:
CPMM (constant product)
- Math:
x * y = k(the original Uniswap v2 model) - Liquidity is provided across the full price range (0 → ∞)
- Simple, low-maintenance, lower capital efficiency
- Used for: most memecoin launches, low-volume pairs, "set and forget" LPing
CLMM (concentrated liquidity)
- Math: liquidity concentrated in a price range you choose (e.g., $1.50–$2.00 for SOL)
- 10-100× more capital efficient at the cost of needing active management
- If price moves out of your range, you stop earning fees
- Used for: stablecoin pairs (USDC/USDT), correlated pairs (ETH/stETH), sophisticated LPs
For new memecoin launches: use CPMM. Memecoin price discovery happens across orders of magnitude (micro-cap to mid-cap), and you don't want fee earning to stop just because price exited your range. CLMM also requires picking a tick range, which is one more thing to get wrong.
Scenario 1: Seeding liquidity for your token launch
If you just minted a Solana SPL token (via Alchemii's Token Creator or similar), here's the launch path:

Step 1: Decide your initial price
You need to pick the SOL price for one of your tokens at launch. Common patterns:
| Total Supply | Initial Liquidity (SOL) | Implied Mcap |
|---|---|---|
| 1B | 5 SOL | ~$1,500 |
| 1B | 10 SOL | ~$3,000 |
| 1B | 25 SOL | ~$7,500 |
The math: if you put 1B tokens + 10 SOL into the pool, the implied price per token is 10 SOL / 1B = 0.00000001 SOL/token. At $300 SOL, that's ~$0.000003 per token, market cap = $3K.
Rule of thumb: more initial liquidity = less price impact per buy = more comfortable for early buyers. But also more capital at risk if the launch fails. For a serious memecoin launch, 5-15 SOL ($1.5K-$5K) of seed liquidity is typical.
Step 2: Create the Raydium pool
You can do this through:
- Raydium's official pool creation UI — works but technical
- Alchemii's Create Liquidity tool — abstracts the SDK calls into a form
- Direct on-chain via the Raydium SDK if you're a developer
Pool creation costs 0.4 SOL ($60-90 at typical SOL prices) — most of this is rent for the pool's program-derived addresses on-chain. This is a one-time cost.
You'll need to specify:
- Token A: your token's mint address
- Token B: SOL (or USDC, but SOL is more common for memecoins)
- Initial price (calculated from your seed amounts)
- Fee tier: 0.25% (default), 1% (memecoin standard), or 4% (high-volatility)
For memecoins, 1% is standard — it gives more fees back to LPs and is what Pump.fun uses post-graduation, so it's familiar to traders.
Step 3: Add liquidity = deposit your seeds
After pool creation, deposit your seed amounts:
- All your launch tokens (or however many you want in the pool)
- Equal value of SOL (matching the price you set)
Sign the transaction. You'll receive LP tokens to your wallet.
Step 4: Burn the LP tokens (memecoin best practice)
For a memecoin launch, the next step is burning the LP tokens. Burning sends them to the incinerator address (1nc1nerator11111111111111111111111111111111) — they're irretrievable, which means the underlying liquidity is also locked forever.
Use Alchemii's Burn Liquidity tool or send directly:
spl-token transfer <LP_MINT> <ALL_AMOUNT> 1nc1nerator11111111111111111111111111111111
Once burned, your token shows "🔥 LP burned" on DexScreener — the strongest possible anti-rug signal. See our LP burn guide for the deeper mechanics.
Scenario 2: Passive LPing on existing pairs
If you're not launching a token but want to earn fees as a liquidity provider on, say, SOL/USDC:
Pick a pair
Higher-volume pairs earn more fees but face stronger competition (more LPs splitting the pie). Common starting points:
- SOL/USDC — highest volume, ~5-15% APR typical
- mSOL/SOL — correlated pair, lower IL, ~3-8% APR
- popular memecoin/SOL — high APR but high IL risk; one bad weekend can wipe gains
Check Raydium's UI for current APR — they post real-time numbers on each pool.
Choose CPMM or CLMM
For passive LPing on stable/correlated pairs, CLMM is more capital-efficient if you set a tight range. For volatile pairs (memecoin/SOL), CPMM is safer because you're not betting on a specific range.
Deposit + monitor
Add tokens equally by value, receive LP tokens, sit. Track your position via Raydium's UI. Withdraw any time by burning your LP tokens back into the underlying pair.
Impermanent loss: the part nobody mentions
LPing is not risk-free. Impermanent loss (IL) happens when the relative price of your two assets changes after you deposit. Specifically:
- You deposit $500 of SOL + $500 of USDC at SOL = $200
- SOL price doubles to $400
- Your LP position is now worth less than $1500 (the value of just holding the original SOL+USDC)
The "loss" is the difference vs holding. It's offset by trading fees, but only if fees > IL. For volatile memecoin pairs, IL frequently exceeds fees.
General rule: LPing earns money on stable/correlated pairs. On wild memecoin pairs, you're effectively writing a put option — you make small fees most of the time, but get hit hard when the token tanks (you're left holding more of the dropping side).
Pool type and fee tier impact (the data)
The fee tier and pool type you pick measurably affect launch success.
Toggle: best fit by launch type
Common mistakes
- Setting initial price wrong: if you put in 1B tokens + 100 SOL but meant 10 SOL, your initial price is 10× off. Hard to fix later — most launchers just abandon and re-launch.
- Forgetting the fee tier: picking 0.25% for a high-volatility memecoin means LPs (you) earn less; picking 4% on a stable pair scares away traders.
- Burning LP before testing: always do a tiny buy/sell to confirm the pool works before burning. You can't undo a burn.
- Not revoking authorities first: if your token still has active mint authority when you create the pool, traders see it on Solscan and avoid the pool.
- Adding insufficient seed liquidity: a pool with $500 of liquidity has 50% price impact on a $250 buy. Nobody buys at that slippage.
Common questions
How long does it take to add liquidity? 1-2 transactions, ~5 seconds total. The slowest part is reviewing the form and double-checking amounts.
What if I make a mistake on initial price? You can remove liquidity (incurring slippage) and recreate the pool. But if you've already burned LP, you're locked in — you'd have to launch a new token.
Can I add more liquidity later? Yes. After pool creation, additional deposits add proportionally to existing liquidity at the current market price. You receive more LP tokens.
What about removing liquidity? Use Alchemii's Remove Liquidity tool or Raydium's UI. Burns LP tokens, returns the underlying tokens at the current pool ratio. If price has moved since you deposited, you'll get a different mix than what you put in (this is the IL effect made concrete).
What's the difference between Raydium and Orca? Both are major Solana AMMs. Raydium has more memecoin liquidity (it's auto-paired with Pump.fun graduations). Orca has cleaner CLMM UX. Either works for launches; Raydium is more discoverable for memecoin launches.
Why does Pump.fun automatically use Raydium post-graduation? Raydium has the deepest memecoin trading volume and the highest visibility on DexScreener and Jupiter. Pump.fun chose it because graduated tokens benefit from immediate aggregator routing.
Quick facts (verifiable specifications)
| Specification | Value | Source |
|---|---|---|
| Pool creation cost | This article | |
| Liquidity-add transaction cost | ~$0.10 in gas | This article |
| Available fee tiers | 0.25%, 1%, 4% | This article |
| Memecoin standard fee tier | 1% | This article |
| Typical seed liquidity (memecoin) | 5–15 SOL ($1.5K–$5K) | This article |
| 1B + 5 SOL implied market cap | ~$1,500 | This article |
| 1B + 10 SOL implied market cap | ~$3,000 | This article |
| 1B + 25 SOL implied market cap | ~$7,500 | This article |
| Add-liquidity time | 1–2 transactions, ~5 seconds | This article |
| Solana incinerator (LP burn) | 1nc1nerator11111111111111111111111111111111 | This article |
| SOL/USDC LP APR (typical) | ~5–15% | This article |
| mSOL/SOL LP APR (typical) | ~3–8% | This article |
| Pool creation reference | Raydium pool creation | raydium.io |
Limitations of this guide (what it doesn't cover)
This guide focuses on Raydium AMM liquidity provisioning on Solana. It does not cover:
- Concentrated-liquidity range management for CLMM. We compare CPMM vs CLMM but don't walk through tick selection, rebalancing strategies, or active LP tooling.
- Other Solana AMMs. Orca, Meteora, Lifinity, and Phoenix have different mechanics. We mention Orca briefly; full comparisons are out of scope.
- Impermanent-loss math in detail. We explain the concept and give a numeric example but don't derive the IL formula or model it across price ranges.
- Pump.fun bonding-curve mechanics. Tokens that graduate from Pump.fun get auto-paired into Raydium — that flow is covered in Pump.fun vs Raydium.
- Non-Solana chains. Adding liquidity on Uniswap (Ethereum), PancakeSwap (BSC), or Aerodrome (Base) uses different tooling and economics.
- Tax treatment of LP fees and impermanent loss. Jurisdiction-specific and not tax advice.
Sources & references
- Why most Solana memecoins die in 24 hours — AlchemiiSource for fee tier survival rate breakdowns.
- Raydium AMM v4 docs — RaydiumAuthoritative pool creation guide and fee tier definitions.
- Bitquery Solana DEX data — BitqueryUsed to derive median seed liquidity and pool config statistics.
- Raydium Concentrated Liquidity (CLMM) — RaydiumCLMM-specific docs for the higher-capital-efficiency pool model.
- Raydium SDK V2 — Raydium / GitHubOpen-source SDK for programmatic pool creation and LP operations.
- Raydium AMM v4 source on Solscan — SolscanOn-chain Raydium AMM v4 program — every pool creation is visible here.
- DexScreener — Raydium pools — DexScreenerReal-time tracking of newly created Raydium pools.
- Birdeye Solana pools — BirdeyePool analytics including LP holder distribution.
- Jupiter routing engine — JupiterHow Jupiter aggregator routes through Raydium pools.
- Solscan token / pool explorer — SolscanVerify any Raydium pool's LP token, liquidity composition, fee tier.
- Alchemii create liquidity tool — AlchemiiNo-code Raydium pool creator with all the right defaults pre-set.
- How to burn LP tokens on Solana — AlchemiiCompanion guide on the next step after creating LP.
- Raydium vs Orca for new tokens — AlchemiiCompanion guide comparing Raydium to its main alternative.
- Streamflow (LP locking) — StreamflowTime-locked LP — alternative to burning when migration optionality matters.
- Helius Solana RPC — HeliusRPC infrastructure used by most Raydium pool creation flows.
FAQ
How do I add liquidity to Raydium?
Open Raydium's Liquidity page (raydium.io/liquidity), connect your wallet, search for the existing pool you want to provide for, deposit equal-value amounts of both tokens, and confirm the transaction. For a brand-new pool you launch yourself, use 'Create Pool' instead — choose token pair, fee tier, initial price, and seed amounts.
What is the difference between Raydium CPMM and CLMM?
CPMM (Constant Product Market Maker) spreads liquidity uniformly across all prices — simple, gas-cheap, and the right choice for a fresh memecoin. CLMM (Concentrated Liquidity Market Maker) lets you choose a specific price range for higher capital efficiency — better for stable pairs and mature tokens. New token launches almost always use CPMM.
How much SOL do I need to seed a Raydium pool?
5+ SOL of seed liquidity is the practical minimum for a memecoin launch. Below that, sniper bots can collapse the chart in minutes because the order book is too thin to absorb their exits. Standard memecoin launches seed 5-10 SOL. Serious launches with sniper-bot resilience seed 25-30 SOL.
What fee tier should I pick for my Raydium pool?
1% for memecoins. In our 50,000-launch dataset, the 1% Raydium fee tier correlates with a 1.8× higher 24-hour survival rate versus 0.25%. Higher fees deter wash-trading bots and keep more value with LP holders. For stable-pair pools (USDC/USDT), use 0.01% or 0.05%; for ETH-style pairs, use 0.25%.
What is impermanent loss and does it apply to memecoin LP?
Impermanent loss is the value gap between holding LP tokens versus simply holding the underlying tokens, which appears whenever the price ratio between the two tokens diverges from launch. For memecoin LP that you're going to burn anyway, IL is irrelevant — you're not extracting the LP. For utility-token LP you'll hold long-term, IL can be significant during volatile periods.
Want to seed liquidity for a token you just launched? Alchemii's Create Liquidity tool walks through pool creation step-by-step. Don't forget to burn the LP after. Haven't created the token yet? The fastest path is the create a meme coin on Raydium flow — it mints your SPL with memecoin-ready defaults (revoked authorities, 1% CPMM) and hands straight off to the Raydium pool builder so you seed liquidity and burn LP in one sitting. Prefer general defaults? Use the Solana meme coin creator. Or follow the full memecoin launch checklist.
Related Topics
More guides covering the same Solana token creation, mint authority, LP burn, Raydium liquidity, and memecoin launch topics.
Raydium Token Launch: The 5-Step Playbook (2026)
End-to-end Raydium token launch flow: mint your SPL, configure metadata, seed a Raydium pool, burn LP, and get listed on Jupiter. Total cost ~0.5 SOL.
Solana LP Burn Proof: What to Share After You Burn
Burned LP only works if traders can verify it. 10-step proof checklist — what to share, in what order, on Solscan, DexScreener, TG, X.
Burned LP, Liquidity Still Showing? Yes, That's Normal
Burned LP tokens but liquidity still shows on DexScreener? It's supposed to. What burning LP actually does and why the pool stays funded forever.
How to Burn LP Tokens on Solana (and Why) — 2026 Guide
Burning LP is the strongest on-chain anti-rug signal for a Solana memecoin. What it does, when to burn, when not to, step-by-step Raydium LP burn.
Raydium vs Orca for Memecoins: Why Raydium Wins (2026)
Raydium wins for memecoin launches: deeper liquidity, default Jupiter routing, standard CPMM pools. Orca is better for stables and concentrated liquidity.
Get Token Verified on DexScreener: The 2026 Guide
How to get your token verified on DexScreener — the orange checkmark, DEX Paid badge, and Boost mechanics explained. Costs, submission steps, and rejection reasons.