Loading prices…

All guides
Guide· · By 0xBurakcan· 1 min read·

What is a liquidity lock, and what does it actually prove?

A liquidity lock restricts withdrawal of a pool position for a period. It does not secure a project's entire token supply or remove every contract risk.

Share on X

In brief

In the Uniswap v2-style pool model described by the source, liquidity providers receive LP tokens representing their share of a pool. Burning those tokens lets a provider redeem its share.

A liquidity lock places LP tokens in another contract that restricts access until a specified time.

Why locks exist

Without such a restriction, the holder of a pool position may remove its liquidity. A lock is intended to make that withdrawal unavailable for a period. It should be an enforceable restriction, not merely a promise in a chat message.

How a claim is checked

Three details matter:

  1. The address of the locking contract.
  2. How much of the relevant LP supply is locked.
  3. When the lock expires.

If those details can be read and checked on-chain, the claim can be assessed. Missing evidence means unverified, not automatically false.

What a lock does not cover

A locked pool does not stop the team from selling tokens held elsewhere. It does not remove minting powers or prevent dilution. The restriction may end at expiry.

The locking contract is software too. Its controls, including any early-release mechanism, need separate review.

Risks

Biggest uncertainty A lock does not constrain all team-held tokens, minting powers or what happens after expiry.

Ten percent locked and one hundred percent locked are materially different, even if both are advertised as “liquidity locked.” A short lock may only delay a possible withdrawal.

Token minting, transfer taxes and ownership permissions remain separate checks. The security of any particular locking provider is not evaluated here.

How CryptoAlpha uses this

A lock is a signal, not an endorsement. Reviews distinguish a checked address, proportion and expiry from an unassessed claim. This guide does not assess a specific project or lock provider.

Sources

This article rests on the sources below. Whether each has a permanent copy is stated next to it.

  1. #1

    Primary source for the definition of liquidity tokens: the Uniswap v2 documentation.

    developers.uniswap.org· our own copy· archive copy· no screenshot

    open sourceopen evidence

Evidence chain: 1 sources

Tweets get deleted, sites go down. Below is whether a durable copy exists for each source.

Sources (1)

  1. #1

    Primary source for the definition of liquidity tokens: the Uniswap v2 documentation.

    Whenever liquidity is deposited into a pool, unique tokens known as liquidity tokens are minted and sent to the provider's address. These tokens represent a given liquidity provider's contribution to a pool.

    developers.uniswap.org/docs/protocols/v2/concepts/pools
    our own copyopen in a new tab
    • no screenshot captured
    • archived copy
    • captured on Sep 5, 2026, 7:42 PM
    content hashcc5fa5e38e…49b880
Back to the article

Correction history

Articles are never deleted, only corrected. Every change appears here.

  1. Version 1 ·

    Correction: the source quotation was missing and has been added verbatim from the Uniswap documentation; the source note no longer carries a pre-publication reminder.