DeFi Intel

How to Detect a Rug Pull Before Investing

DifficultyIntermediate Estimated time15 minutes Last updated2026-05-03

How to assess a token or protocol for rug-pull risk: liquidity locks, contract verification, owner privileges, and team transparency.

What you'll need (prerequisites)

Recommended for this tutorial

Tools and accounts referenced in the steps below:

Move to hardware: Ledger · Trezor cold storage

Step-by-step

  1. Step 1: Check liquidity depth and whether it is locked

    Open the token's main trading pair and see how much liquidity actually backs it — shallow pools can be drained in a single transaction. Then confirm whether the LP tokens are locked (via a locker such as UNCX/Unicrypt or Team Finance) or burned, and for how long. Liquidity the deployer can withdraw at will is the single biggest rug-pull risk.

  2. Step 2: Confirm the contract source is verified on the explorer

    Look up the token contract on the chain's explorer (Etherscan for Ethereum, Solscan for Solana) and confirm the source code is published and verified. Unverified contracts hide their logic and cannot be reviewed for traps. Verified source lets you, or a scanner, read exactly what the owner is allowed to do.

  3. Step 3: Inspect owner privileges and honeypot behavior

    Run the address through a token scanner such as Token Sniffer, De.Fi Scanner, or GoPlus to surface dangerous owner powers: unlimited mint, blacklist, pausable transfers, and hidden or mutable buy/sell taxes. Cross-check on Honeypot.is, which simulates a buy and a sell to test whether you could actually exit. Any function that lets the owner block selling or mint freely is a hard stop.

  4. Step 4: Assess team transparency and audits

    Check whether the team is doxxed and whether the project carries a real audit from a reputable firm, then read the audit findings rather than trusting a badge. Anonymous teams and self-published or unnamed 'audits' are common cover for rug pulls. Verify any audit claim on the auditor's own site, not a linked PDF.

  5. Step 5: Check holder distribution and wallet concentration

    On the explorer's holders tab, or with a visual tool like Bubblemaps, see how the supply is spread. If a handful of wallets — especially ones funded from the same source — hold most of the supply, they can dump and collapse the price. Watch for clusters of connected wallets disguised as independent holders.

  6. Step 6: Run a final red-flag checklist with tools

    Before committing funds, stack the free scanners: Token Sniffer or De.Fi Scanner for the contract, Honeypot.is for sell-ability, and DEX Screener (or RugCheck for Solana tokens) for liquidity, volume, and pair health. Treat any single red flag — unlocked liquidity, mint authority, extreme concentration, a failed sell simulation — as reason to walk away. No tool is perfect, so require several to agree before you trust a token.

Common errors and fixes

FAQ

What is the single biggest rug-pull red flag?

Unlocked or unverifiable liquidity. If the deployer still controls the LP tokens they can drain the pool at any moment, so confirm the LP is locked in a locker like UNCX or Team Finance, or burned to a dead address, before considering the token at all.

How do I check owner privileges in a token contract?

On a source-verified contract (Etherscan, BscScan, Solscan) look for owner-only functions such as mint, setFees or setTax, blacklist, pause, or a proxy/upgradeable pattern. A mintable supply or a tax that can be raised to 100% lets a team rug you without ever touching the liquidity pool.

Which free tools automate rug and honeypot checks?

GoPlus Security (gopluslabs.io), Honeypot.is, and Token Sniffer run automated checks for honeypot behavior, modifiable tax, hidden owner, and mint authority, and DEXTools flags a liquidity lock on the pair page. Treat them as a first filter, not a guarantee of safety.

Does an audit mean a token is safe from a rug?

No. An audit reviews code quality at one point in time and does not stop a malicious owner from pulling liquidity or minting new supply. Confirm the audit is genuine by opening it from the auditor's own website, and always pair it with liquidity-lock and holder-distribution checks.

How does holder distribution reveal rug risk?

Open the explorer's holders tab: if a single non-LP wallet holds a large share (often flagged above ~5%), or the top 10 wallets control most of the supply, one insider sell can collapse the price. Heavily concentrated supply is a classic pre-rug setup.

Entities mentioned