MrDeFi
Security & Scams2026-02-114 min read

How to Check if Token Liquidity Is Locked or Burned

Learn to verify locked or burned token liquidity yourself using block explorers and locker platform dashboards before buying any new crypto token.

You can check if a token's liquidity is locked or burned by finding the LP token contract address for its trading pair, then looking up that address on a block explorer or a locker platform's dashboard to see whether the tokens sit in a time-locked contract, a dead address, or an ordinary wallet the team controls. This takes only a few minutes and is one of the highest-value checks you can do before buying a new token.

Step 1: Find the trading pair and LP token address

Every token traded on a decentralized exchange has a pair contract — often called the "pool" or "pair" address — that holds both sides of the trade (for example, TOKEN and ETH) and issues LP tokens representing ownership of that pool. Most DEX interfaces show this pair address on the token's trading page, or you can find it through a DEX aggregator's token info panel. Copy that address; it is what you'll search for on the explorer.

Step 2: Look up the LP token holders on a block explorer

Paste the LP token contract address into your chain's block explorer (Etherscan for Ethereum, BscScan for BNB Chain, and so on) and open the "Holders" tab. This shows every address holding a share of the pool's LP tokens, ranked by amount. In a healthy, locked setup, you should see:

  • A large share of LP tokens held by a known locker contract address (labeled as such by the explorer, or identifiable by checking it against the locker platform's official contract list).
  • Or a large share sent to a recognized burn address (commonly 0x000...dEaD or similar null addresses with no known private key).

If instead the largest holder is a regular wallet address with no lock label, that liquidity is not protected and can be withdrawn at any time.

Step 3: Verify the lock on the locker platform itself

Once you've identified which locker contract holds the LP tokens, go to that locker platform's own dashboard (such as Team Finance, Unicrypt, or PinkSale) and search by the token or pool address. This confirms:

  • The exact unlock date.
  • The quantity of LP tokens locked, which you can compare against the total supply of LP tokens to calculate what percentage of the pool is actually protected.
  • Whether the lock is renewable/extendable by the team before expiry, which matters for judging long-term intent.

Step 4: Cross-check the percentage locked

A lock covering only 20% of total LP tokens leaves the remaining 80% free to be pulled, so the headline "liquidity locked" claim can be technically true while still leaving most of the pool exposed. Divide the locked LP token quantity by the total LP token supply shown on the explorer's token overview page to get the real protected percentage.

Quick verification checklist

Check What it tells you
Top LP holder is a locker contract or burn address Liquidity can't be pulled by an ordinary wallet
Unlock date is far in the future (many months/years) Lower near-term rug risk
Locked percentage close to 100% of LP supply Most of the pool is actually protected
Locker contract address matches the platform's official list You're not looking at a fake/impersonating locker
Multiple pools exist and only one is locked Overall protection may be weaker than advertised

Common mistakes to avoid

Don't rely on a project's own screenshot or claim of a locked pool — screenshots can be faked or outdated, and a lock can expire between when it was taken and when you're reading it. Also be careful confusing a token contract's "renounced ownership" status with liquidity being locked; these are two separate protections. A project can renounce ownership of the token contract (removing mint/blacklist powers) while still fully controlling the liquidity pool, or vice versa. Check both independently, and treat this liquidity check as one part of the broader due diligence covered in our guide to common DeFi scams.

Why this matters more on some chains than others

Verification is straightforward on chains with mature, high-traffic block explorers and widely used locker platforms, such as Ethereum, BNB Chain, and major Layer 2 networks. On newer or lower-liquidity chains, locker platforms may be less established or entirely absent, which itself is a risk factor worth weighing when comparing opportunities across different chains and their available tooling.

Bottom line

Checking locked liquidity takes five minutes: find the pair address, look up LP token holders on a block explorer, confirm the top holder is a genuine locker contract or burn address, and calculate what percentage of the pool that actually covers. Never take a project's word for it — verify independently, understand what a liquidity lock does and doesn't protect against, and combine this check with broader wallet and contract due diligence from our DeFi wallet security guide before committing any funds.

Related articles

This article is for educational purposes only and is not financial advice. DeFi involves significant risk, including total loss of funds. Always do your own research.