Back to Blog

How to Spot a Rug Pull Before It Happens: A Detection Guide

Otomate TeamFebruary 3, 20259 min read
rug pullsecuritytoken analysisDeFi safety

A rug pull occurs when a project's developers abandon it after extracting investor funds. The name comes from the metaphor of pulling a rug out from under someone — the apparent value and stability disappear instantly. In 2023, rug pulls accounted for over $2.4 billion in crypto losses, making them one of the most financially destructive categories of fraud.

The mechanics vary, but the outcome is always the same: investors are left holding worthless tokens while the project creators disappear with the liquidity. This guide teaches you to identify the warning signs before you become a victim.

Types of Rug Pulls

Hard Rug Pulls

Hard rug pulls use smart contract mechanics to steal funds directly.

Liquidity removal: The project launches a token, creates a liquidity pool on a DEX, and waits for investors to buy in. When enough capital has accumulated, the team removes all liquidity from the pool. Without liquidity, the token cannot be sold, and its value drops to zero instantly.

Minting exploits: The contract contains a hidden function that allows the creator to mint unlimited tokens. They mint millions of new tokens and sell them into the liquidity pool, draining it while diluting existing holders to near-zero value.

Sell restriction: The contract allows anyone to buy but restricts selling to the deployer's address. Investors can see their token value increasing on paper, but when they try to sell, transactions fail. The deployer sells their holdings against the trapped buy-side liquidity.

Soft Rug Pulls

Soft rug pulls involve gradual abandonment rather than a single draining event.

Team abandonment: The team stops developing, stops communicating, and slowly sells their holdings over time. The project dies gradually as interest fades and the token price bleeds to zero.

Pump and dump: The team artificially inflates the token price through marketing, fake partnerships, and coordinated buying. Once the price reaches their target, they sell their holdings into the inflated market. Not technically a rug pull, but the outcome for investors is identical.

Treasury drain: The team uses a legitimate-looking treasury or DAO to gradually redirect funds to their own wallets through inflated salaries, consulting fees, or development budgets. By the time investors notice, the treasury is empty.

Red Flags in the Smart Contract

Unverified or Unaudited Code

If the contract source code is not verified on a block explorer, you cannot see what it does. This is the single biggest red flag. Legitimate projects verify their contracts so anyone can review the code.

Even verified code can be dangerous if it has not been audited by a reputable security firm. An audit is not a guarantee of safety, but the absence of one significantly increases risk.

Mint Functions

Check whether the contract owner can mint new tokens. If an unlimited mint function exists without a timelock or governance mechanism, the owner can create tokens at will, diluting your holdings to zero.

Pausable Transfers

Some contracts include functions that can pause all transfers. While this can be a legitimate security feature, in the wrong hands it means the owner can freeze all trading while they execute their exit.

Proxy Contracts

Upgradeable proxy contracts allow the owner to change the contract logic after deployment. While this is common in legitimate projects, it means the contract you reviewed today could behave completely differently tomorrow. Verify that upgrades require multi-sig governance or timelock delays.

Hidden Fee Mechanisms

Some contracts include transfer fees that start at 0% but can be increased by the owner. After building trust with no fees, the owner increases the sell fee to 99%, making it impossible for holders to exit without losing virtually everything.

Lack of Renounced Ownership

Ownership renunciation means the deployer gives up their special privileges over the contract. If ownership has not been renounced and the owner has powerful functions (mint, pause, change fees, upgrade), the risk is elevated.

Red Flags in the Liquidity

Unlocked Liquidity

When a project creates a liquidity pool on a DEX, the liquidity provider (LP) tokens represent ownership of that liquidity. If these LP tokens are not locked in a timelock contract, the team can remove all liquidity at any time.

Check whether LP tokens are locked, for how long, and in what contract. A 30-day lock provides minimal protection. A multi-year lock is more reassuring. No lock at all is a serious warning sign.

Low Liquidity Depth

A token with a $50 million market cap but only $200,000 in liquidity is a red flag. The ratio suggests either artificial price inflation or that most tokens are held by insiders who have not sold yet. When they do sell, the thin liquidity means the price will collapse.

Single-Sided Liquidity Concentration

If the majority of the liquidity pool is provided by one or two addresses, those addresses control whether the pool exists. One large withdrawal can drain most of the liquidity, making the token practically untradeable.

Red Flags in the Team

Anonymous Teams Without Track Records

Anonymous teams are common in crypto and not inherently suspicious. However, an anonymous team with no verifiable track record, no previous successful projects, and no reputation at stake carries significantly higher risk.

Look for team members with verifiable contributions to other projects, public GitHub profiles, or established reputations in the crypto community.

Unreachable or Unresponsive Teams

If the team cannot be reached through official channels, does not hold regular community calls, or goes silent for extended periods, the project may already be in soft rug territory. Active, transparent communication is a baseline expectation for any project holding investor funds.

Team Token Allocations

What percentage of the token supply does the team hold? Anything above 20-25% is concerning. How are their tokens vested? If team tokens are fully unlocked at launch, they can sell immediately. Look for multi-year vesting schedules with cliff periods.

Red Flags in the Marketing

Guaranteed Returns

No legitimate project guarantees returns. Claims of "100x guaranteed" or "risk-free yield" are the hallmark of projects designed to attract unsophisticated investors who will not conduct due diligence.

Celebrity Endorsements and Fake Partnerships

Verify every claimed partnership directly with the supposed partner. Many rug pulls fabricate partnerships with established projects or pay influencers for endorsements. A real partnership is announced by both parties simultaneously; a fake one is announced only by the project.

Excessive Urgency

"Presale ends in 2 hours!" "Only 100 spots left!" "Price doubles at launch!" Urgency is a manipulation tactic that prevents you from conducting research. Any project that pressures you to invest quickly does not want you thinking clearly about the investment.

Shill Armies

Coordinated shilling across Twitter, Telegram, Reddit, and Discord — especially from accounts with little history or suspiciously similar posting patterns — suggests paid promotion rather than organic community interest.

Detection Tools and Techniques

Token Sniffer and Similar Tools

Automated tools can scan token contracts for common rug pull patterns: mint functions, transfer restrictions, hidden fees, and ownership concentration. These are not foolproof but catch many low-effort rug pulls.

Block Explorer Analysis

Review the token's transaction history on the blockchain explorer:

  • When was the contract deployed?
  • How many unique holders exist?
  • What is the distribution of holdings?
  • Are there large transfers to exchanges (potential sell preparation)?
  • Are there suspicious internal transactions?

Holder Distribution

Use on-chain analytics to examine the top holders. If the top 10 wallets hold 80%+ of the supply, the token is extremely concentrated. Any significant selling by these wallets will crash the price.

Social Media Forensics

Check the age and activity of the project's social media accounts. Newly created accounts with purchased followers and no organic engagement history are a warning sign. Look for genuine community interaction, not just promotional posts.

A Pre-Investment Checklist

Before investing in any new token or protocol:

  • Is the contract verified and audited?
  • Has ownership been renounced or is it behind a multi-sig?
  • Is liquidity locked for a meaningful duration?
  • Is the token holder distribution reasonable?
  • Can the team be verified?
  • Do the claimed partnerships check out?
  • Is the yield or return claim realistic?
  • Has the project been live for more than 30 days?
  • Is there genuine community engagement?
  • Can you find independent (non-paid) reviews?

If more than two of these checks fail, the risk is likely not worth the potential reward.

The Non-Custodial Advantage

One of the most effective protections against rug pulls is minimizing the protocols that hold your funds. Every protocol you deposit into is a potential rug pull risk. The fewer intermediaries between you and your assets, the lower your exposure.

Non-custodial platforms like Otomate address this by keeping your funds in your own on-chain subaccount rather than pooling them into a protocol's contract. You maintain direct control of your assets while utilizing the platform's trading automation, risk controls, and strategy execution. This model eliminates the most common rug pull vector: a project team that controls pooled user funds.

When In Doubt, Walk Away

The crypto market creates a new opportunity every day. Missing one opportunity because you could not verify its legitimacy costs you nothing. Losing your capital to a rug pull costs you everything — including the ability to participate in the next legitimate opportunity.

There is no shame in saying "I do not understand this well enough to invest." There is only pain in saying "I should have done more research."

Don't trade. Automate.

Ready to start copy trading?

[ Start_Now ]
Copy TradingVolume StrategiesDelta NeutralAlertsOtopilot
PointsPortfolio