How to Add Liquidity for a Solana Token

Updated 2026-09-06 · 6 min read

A token with no liquidity has no price. A liquidity pool is the pair of balances — your token and SOL — that lets anyone swap between the two, and the ratio of those balances is what quotes the price.

How the initial price is set

When you create a pool you deposit both sides. The starting price is simply the SOL you deposit divided by the tokens you deposit. Deposit 5 SOL against 5,000,000 tokens and the starting price is 0.000001 SOL per token.

There is no other mechanism. Nobody validates the number for you, which is why a badly chosen ratio is one of the most common launch mistakes.

Depth and slippage

The amount of SOL in the pool determines how much a single trade moves the price. A thin pool looks exciting for about two minutes and then makes every buy expensive and every sell brutal.

There is no free lunch: deeper liquidity means a calmer chart and more of your SOL locked in the pool.

LP tokens and burning them

When you deposit, you receive LP tokens representing your share of the pool. Holding them means you can withdraw the liquidity at any time — which, from a buyer's point of view, means you can remove the market from underneath them.

Burning the LP tokens destroys that ability permanently. It is the standard proof that liquidity is not going anywhere.

Burn and still earn fees

On some Raydium pool types you can burn the LP position and still claim the trading fees it accrues. Liquidity is locked forever, while the fee stream continues to the creator.

This is the setup most new launches should want: the credibility of burned liquidity without giving up the only sustainable revenue a launch has.

Raydium or Meteora?

For a fair launch, you choose Raydium LaunchLab or Meteora DBC before the launch and the selected route handles graduation automatically. When creating liquidity manually, you choose the venue and pool parameters yourself.

  • Raydium: a major Solana AMM venue supported by LaunchMemes, including the Raydium LaunchLab fair-launch route that graduates to CPMM.
  • Meteora: supported by LaunchMemes for liquidity tools and the Meteora DBC fair-launch route, which graduates to DAMM v2.

Frequently asked questions

How much liquidity do I need to start?

There is no minimum that makes a launch work. Less SOL means a more volatile chart and worse execution for buyers; more SOL means more of your capital at risk.

What does burning LP tokens do?

It permanently removes the ability to withdraw the pooled liquidity, so the market cannot be pulled out from under holders.

Can I still earn fees after burning LP?

On Raydium pool types that support burn and earn, yes — the position is locked but the accrued trading fees can still be claimed.

Do I need a pool for a fair launch?

No. Buyers trade against the bonding curve, and the pool is created automatically when the launch graduates.

Keep reading