CCompared · 4 min read

Liquidity locks vs LP burns

A lock holds a pool position until a release date; an LP burn gives it up for good. Both are verifiable on-chain, differently. How to choose and read each.

962 words · about 4 minutes·Article updated 20 August 2026
The short answer

Locking and burning liquidity solve the same problem differently. A lock holds the pool position until a release date you set, and can be withdrawn after it. A burn hands the position to an address nobody controls, permanently. Choose a lock if the pool may need to move again; choose a burn if it never should.

Lock vs burn liquidity: the decision table

DimensionLiquidity lockLP burn
What happens to the positionA locker contract holds it until a release timestampIt goes to the dead address, which has no keys
ReversibleYes, after the release date, by whoever holds withdrawal rightsNo
What you read to verifyPosition, share of pool, owner, release timestampPosition ownership: the dead address
Decision left openExtend, withdraw, or let it expireNone
Trading fees the position earnsCollectable by the owner throughout the termAbandoned — nobody can ever collect them
Cost (as of August 2026)$150 per liquidity lock through Team Finance, plus gas in ETHGas in ETH only
What a buyer seesA date, a share of the pool, a countdownA permanent state, no date

What each mechanism actually does

On Robinhood Chain most liquidity sits in Uniswap v3 positions — NFTs rather than fungible LP tokens. That detail shapes both mechanisms.

A liquidity lock moves the position into a locker contract that will not release it before a timestamp fixed at locking. Team Finance locks run on TrustSwap's own contracts, so Locksley reads that state rather than a project's word for it.

An LP burn sends the position to the dead address instead. Nothing releases it, because nobody is left to. The liquidity pool keeps trading; only the right to pull it out is gone.

A lock guarantees exactly one thing: the pool cannot be withdrawn before the release date. Not the price, not the team, not the token. A locked pool can still fall. It can also empty of the asset you would be paid in, because every trade in the range swaps one asset for the other while the lock sits untouched. A burn removes one exit, not every risk; supply, the mint function and the market are untouched by either.

How you verify each one

A lock is four readings: which position, what share of the pool, who can withdraw, and when. The walkthrough is read a liquidity lock in 60 seconds; locked at birth lists tokens locked at pool creation.

A burn is one reading: who owns the position now. If the answer is the dead address there is no countdown, because there is no future event. LP burned lists tokens whose positions ended up there.

"No lock found" means we found none — not that none exists. Locksley does not yet index every locker.

As of pending, pending of new Robinhood Chain launches locked liquidity at creation, per Locksley's contract reads.

Where the trade-off bites

The burn's strength and its cost are the same fact: it cannot be revisited. A pool needing a different fee tier, a new range, or a migration to another venue can do none of it once the position is burned.

And it gives up the income, which is the asymmetry most comparisons miss. A v3 position accrues trading fees only its owner can collect. A lock leaves that income alone — the owner keeps collecting for the whole term. A burn hands the position to an address with no keys, so the fees accrue to nobody. For a pool that trades at any volume this is the larger of the two costs, and the one nobody puts in the table.

The lock's cost is also its strength: it has a date, and a date is a scheduled event anyone watching will see coming — more information than no date, but something to manage rather than forget. What happens when a lock expires covers that day.

Cost separates them too. A burn costs gas. A lock costs $150 per use through Team Finance — our sister product, so take the price as a dated fact — as of August 2026, plus gas in ETH, and buys back the option to change your mind.

Who should choose which

Choose a lock if the pool is one of several, if you are still tuning ranges, or if you want extension as a repeated signal rather than one irreversible act. Lock liquidity on Robinhood Chain for a duration matching your committed roadmap.

Choose a burn if the pool is the pool, the range is settled, and you would rather answer "it is gone" than "here is the date." Fair launches with one position are the common case.

As a buyer, read the mechanism, not the label. A burn tells you the position will not be withdrawn; a lock tells you not before a specific timestamp, and what share of the pool it covers. Neither tells you what the price will do.

Frequently asked questions

Is burning liquidity better than locking it?

Neither is a grade; they answer different questions. A burn is permanent, needs no follow-up, suits a settled single pool — and permanently abandons the trading fees the position earns. A lock is time-bound, reversible after its release date, keeps that income collectable throughout, and suits a project that may migrate, re-range, or add venues. Both are verifiable on-chain, and neither says anything about a token's price, team, or supply.

Can the same liquidity be locked and burned?

Not the same position. A burned position has no owner left to place it in a locker; a locked one is still owned by whoever holds withdrawal rights. A project running several positions can burn one and lock another, so read what share each state covers.

“No lock found” means we found none, not that none exists: we do not index other lockers yet, and it is never a claim about the project.

FiguresEvery number on this page is frozen at the date printed beside it and refreshed when the page is rebuilt — not live. The sentences reason about the figures, so a value that changed underneath them would make the prose wrong. Live values live on Explore and the pages it links out to. Methodology →
CorrectionsFound something wrong? Send the page and what you computed instead through the contact page. Every correction is logged publicly.
ReusePublished under CC BY 4.0. Quote it, translate it, fork it — cite the page and the date.
Who wrote thisWritten and maintained by the Locksley editorial team. Locksley is built by TrustSwap, which also owns Team Finance — the tool linked above.