The Register Every strike, burn, and pool — ranked on-chain. Reputation you can check, not claim. See the ledger →
Solana
SolForger

Liquidity & trading

How to Lock or Burn Liquidity on Solana (and Which to Choose)

Locking or burning liquidity is what proves you can't rug a Solana token. Here is the difference, how each works, which to choose, and how buyers verify it on-chain.


The single fastest way to lose buyers on a new token is unlocked liquidity — because the wallet holding the LP tokens can drain the pool at any moment, which is exactly how a rug pull works. The fix is to make that impossible, and there are two ways to do it: burn the liquidity or lock it. They send different signals and suit different plans, and choosing wrong either scares buyers or boxes you in. Here’s how each works and how to decide.

Why liquidity needs locking or burning at all

When you open a Raydium pool, you deposit your token and SOL and receive LP tokens — a claim on that liquidity. Whoever holds the LP tokens can withdraw the entire pool. That’s the mechanism: a team opens a pool, waits for buyers to add value, then redeems the LP tokens and walks off with the liquidity, leaving holders with a token that has no market.

So “is the liquidity safe?” really means “can the LP tokens be used to withdraw?” Burning and locking are the two ways to answer no, provably.

Burn vs lock, side by side

Burn LPLock LP
What happensLP tokens destroyedLP tokens held in a time-locked account
DurationPermanent, irreversibleUntil an unlock date you set
Liquidity comes back?NeverYes, after unlock
Trust signalStrongest — can’t be pulled, everStrong — can’t be pulled until unlock
Best forMeme coins, permanent marketsProjects needing liquidity back later

Both make the liquidity un-ruggable right now. The only question they answer differently is forever or for a while.

Burning liquidity: permanent and un-ruggable

Burning your LP tokens destroys your claim on the pool, so the liquidity can never be withdrawn — by you or anyone. It’s the strongest possible statement that you can’t rug, which is why it’s the default for meme coins where permanence is the whole pitch. The catch is symmetry: it’s gone for you too. You can never reclaim that liquidity or restructure the pool.

Burning is done with the token program’s Burn instruction on the LP tokens — the same mechanics as any burn, covered step by step in how to burn Solana tokens and LP tokens. On the forge you burn LP directly from the burn bench, and because it’s irreversible, the action arms and asks for a deliberate confirmation before it fires.

Choose burn when: the liquidity is meant to stay forever, you want the strongest trust signal, and you have no plan that requires the liquidity back.

Locking liquidity: untouchable, but time-boxed

Locking takes the other path. Instead of destroying the LP tokens, you deposit them into a liquidity locker — a program that holds them in a program-derived address (PDA), an on-chain account with no private key, until an unlock date you set. Nobody can withdraw the liquidity before then, and the lock is public. When the date passes, the LP tokens return to you.

That flexibility is the point: some projects genuinely need their liquidity back — to migrate to a new pool, restructure, or move to a different venue — and locking lets them prove they can’t pull it now while keeping that door open later. The trade-off is that a lock is only as reassuring as its duration. A lock of a few days signals nothing. A common baseline is 6–12 months, and serious projects lock for one to two years or more. Because the unlock date is visible on-chain, buyers read your intentions directly from how far out it is.

Choose lock when: you legitimately need the liquidity back on a schedule, and you’re willing to set an unlock date far enough out to be credible.

How buyers verify it — and how you prove it

This is the part that makes either choice worth anything: it has to be checkable, because buyers who’ve been burned assume the worst until they’ve confirmed it themselves.

  • A burn shows as destroyed LP tokens — the LP supply is reduced on-chain, verifiable on Solscan.
  • A lock shows as LP tokens held by a locker program with a visible unlock date.

Both are reflected on aggregators like DexScreener, and neither requires trusting the team. When you’re the one launching, don’t make buyers assemble that picture by hand — publish a token certificate where the liquidity guarantee shows as a struck hallmark, read live from the chain. “Liquidity burned” or “liquidity locked until [date]” as a verifiable fact does more for buyer confidence than any amount of promising.

The one-line decision

If the liquidity is meant to stay forever and you want the loudest possible “I can’t rug you,” burn it. If you have a real, scheduled reason to reclaim it later, lock it long — and put the proof on your certificate either way. For the permanent path, the burn bench locks your liquidity for good in one signed transaction, with the consequence stated plainly first.

Frequently asked questions

What is the difference between locking and burning liquidity?

Burning destroys your LP tokens, so the liquidity can never be withdrawn by anyone — it is permanent and irreversible. Locking places your LP tokens in a time-locked program account that returns them to you on a set unlock date, so the liquidity is untouchable until then but comes back afterward. Burn is forever; lock is time-boxed.

How do I lock liquidity on Solana?

You deposit your Raydium LP tokens into a liquidity locker, which holds them in a program-derived account with no private key until an unlock date you set. No one can withdraw the liquidity before then, and the lock is publicly visible on Solscan. To lock permanently instead, you burn the LP tokens rather than time-locking them.

Is burning or locking liquidity better?

It depends on your plan. Burn if the liquidity is meant to stay forever and permanence is the selling point — common for meme coins. Lock if you legitimately need the liquidity back later, for a migration or restructuring, while still proving you cannot pull it now. Burning is the stronger trust signal; locking is more flexible.

How long should I lock liquidity for?

Long enough to signal real commitment. Short locks of days or weeks reassure no one. A common baseline is 6–12 months, and serious projects lock for one to two years or more. The unlock date is public, so buyers judge your intentions by how far out it is.

Can buyers verify that liquidity is locked or burned?

Yes, and they should. A burn shows as destroyed LP tokens on-chain, and a lock shows as LP tokens held in a locker program with a visible unlock date — both verifiable on Solscan and reflected on aggregators like DexScreener. Never trust a claim of locked liquidity without checking the LP token holder yourself.

Written by

Lena Okonkwo

DeFi security researcher, SolForger

Lena reads contracts and liquidity for a living. Before joining SolForger she spent years doing on-chain forensics — tracing where liquidity went after a launch, why a token would not sell, and which authority a team quietly kept. She covers the safety side of the forge: how to revoke authorities, how to read a certificate, and how to tell a real liquidity pool from a honeypot before you send a single lamport. Her rule for readers is the same one she uses herself: verify on-chain, never take a team's word.

  • Rug-pull forensics
  • Liquidity mechanics
  • On-chain analysis
  • Raydium & Jupiter
  • Token authority audits