🎓 Scam Prevention Guides · 2026-07-06

LP Lock and Renounced Ownership — What Green Flags Mean and Their Limits

Why the LP (liquidity pool) matters

For a token to trade on a DEX, the token and a base asset (WETH, WBNB, etc.) must be deposited as a pair into a liquidity pool. This pool is the "market" itself — if the pool empties, that token can't be sold anywhere. And the person who created the pool gets back a deposit share (LP tokens), and whoever holds these LP tokens can withdraw the pool at any time. This is the physical basis of a rug pull.

LP lock = sealing the exit yourself

An LP lock is when the developer entrusts their own LP tokens to a time-lock contract so they can't be taken out for a set period, or burns (permanently destroys) them outright. During the locked period, the classic "withdraw the whole pool" rug pull becomes structurally impossible. Not because the developer is well-meaning, but because the code prevents it — which is why it's a signal you can trust.

Renouncing ownership = burning the permission switch

Renouncing ownership is handing the contract's owner permission to an address no one can control (0x000…). After that, no one can execute owner-only functions such as changing tax rates, halting trading, adding to a blacklist, or minting more. Traps of the "turns later" type are cut off at the source.

So why isn't it a 'guarantee'?

CheckCrypto marks these items as green flags (positive signals), but does not use them to reduce the score. There are reasons:

  • Locks have an expiry — a 3-month lock means withdrawal is possible after 3 months. "Until when" matters as much as the fact of being "locked."
  • Only part can be locked — there are partial locks where only half the pool share is locked and the rest is used to withdraw.
  • It doesn't stop dumping — even with the LP locked, a dumping-type rug in which the developer pours their holdings onto the market is still possible.
  • Code planted before renouncing remains — even after ownership is renounced, traps originally embedded in the code (fixed taxes, hard-coded blocking logic) keep working.

In other words, a green flag is the fact that "a specific trick has become structurally hard," not a verdict that "this token is safe." That is why we don't let a good signal offset a risk signal — a principle of the evaluation method.

How to check

You can check whether the LP is locked and ownership renounced in the positive-signals section of the scam check results. If it's a token you already hold, register it in the Watchtower — you'll get an alert if an LP-lock release or a sudden liquidity drop is observed. It's a way to catch the pattern of quietly withdrawing after the lock expires.

Check it right now

All you need is the contract address — a scam check shows the full set of risk signals, and a honeypot check quickly tells you just whether it can be sold. It's free.

This guide is for informational purposes about scam tactics and observable facts; it is not a valuation of any specific asset or an investment recommendation or judgment. For how evaluation works, see the evaluation method document.