How to Detect Honeypot Tokens with Honeypot.is (2026 Guide)
Honeypot.is is a free tool that detects honeypot tokens โ contracts engineered so you can buy but never sell. It simulates a buy + sell transaction against a forked chain. If the simulated sell fails, or executes with 95%+ sell tax, the tool flags it. Honeypots are one of the deadliest scam patterns: the chart looks healthy, trades appear to happen, but every retail buyer is permanently trapped. Estimated $200M+ stolen in 2024 alone (Chainalysis).
Not financial advice. This article is for educational purposes only. Crypto is volatile and carries risk. Never invest more than you can afford to lose. Always do your own research.
What a honeypot token is#
A honeypot token has logic in its contract that prevents most users from selling โ or charges a 95โ99% sell tax that makes selling pointless. The contract looks normal: buys execute, the chart shows volume, the price "grows." Then when you try to sell, the transaction either reverts or returns near-zero proceeds. You're permanently trapped.
The most common pattern: a whitelist function that allows only specific addresses (the developer's) to sell. Everyone else's sell transactions revert. Variants include time locks ("you can sell after 30 days" that never come), tax-based traps (95% sell tax), and access-controlled functions disguised as standard ERC-20 methods.
How Honeypot.is works#
Honeypot.is runs forked nodes for Ethereum, BNB Chain, Polygon, Base, Arbitrum, and Optimism. When you submit a token contract, it:
- Simulates a buy from a random address using a small amount of WETH/WBNB.
- Records: did the buy succeed? What was the actual buy tax?
- Simulates a sell of those tokens from the same address.
- Records: did the sell succeed? What was the actual sell tax?
- Reports: "Honeypot" if sell fails or sell tax > 49%; "Probably safe" if both succeed cleanly with low tax.
The "simulate then test" approach catches dynamic honeypots โ ones that change behavior based on conditions โ which static contract analysis (what GoPlus uses) sometimes misses.
How to use Honeypot.is in 30 seconds#
- Copy the token contract address from DexScreener or wherever you found it.
- Go to honeypot.is (yes, the
.isTLD is correct). - Select the chain (Ethereum, BNB Chain, Base, Polygon, Arbitrum). For Solana, use RugCheck.xyz or SolSniffer instead โ Honeypot.is doesn't cover Solana.
- Paste the contract address. Click Check.
- Results in 5โ10 seconds. Look at: Is Honeypot (Yes/No), Buy Tax %, Sell Tax %, Transfer Tax %.
Reading the report#
Three possible outcomes:
- ๐ข Green โ "Not a honeypot, looks safe" โ both buy and sell simulations succeeded with reasonable taxes (under 5%). The token is mechanically tradeable. This does not mean it's not a rug โ the team can still drain liquidity โ but at least you can sell.
- ๐ก Yellow โ "Suspicious" โ sell tax 5โ49%, or some non-blocking abnormality. Walk away unless you have a specific reason to accept the high tax.
- ๐ด Red โ "Honeypot detected" or "Could not sell" โ sell simulation failed or sell tax > 49%. Do not buy. Honeypot.is is rarely wrong on this; false positives are under 1%.
Patterns Honeypot.is reliably catches#
- Hardcoded whitelist โ only specific addresses can sell.
- Dynamic ownership transfer โ contract appears to renounce ownership, but a hidden owner retains transfer-blocking power.
- Reentrancy block on transfer โ sells revert for any address that has previously bought.
- Cooldown trap โ "1 transaction per 24 hours" that's effectively "never."
- Tax escalation โ sell tax starts at 5%, jumps to 99% after price hits a threshold.
- Liquidity-locked-but-modifiable โ LP appears locked but the contract has an owner-controlled override.
When Honeypot.is gives false negatives#
The tool checks whether you can sell. It does not check:
- Team rug-pull intent โ the team can drain liquidity even on a mechanically clean contract.
- Mint authority โ the owner might be able to mint unlimited tokens, diluting holders to zero.
- Future contract updates โ proxy contracts can change behavior after launch.
- Time-bombed honeypots โ contract behaves normally for 30 days, then flips. Hard to detect via simulation.
- Off-chain social engineering โ fake team, paid wash trading, hyped social media.
Always combine Honeypot.is with GoPlus (broader contract scan) and manual checks: team identity, LP-lock proof, holder distribution.
Solana honeypots โ different tools needed#
Solana tokens use the SPL standard, not ERC-20. Honeypot.is doesn't support them. For Solana memecoins use RugCheck.xyz or SolSniffer.io. They check for:
- Mintable supply (owner can dilute)
- Freezable accounts (owner can freeze your tokens)
- LP-lock status
Solana memecoins via Pump.fun have a different structural risk: bonding curves that "graduate" to Raydium liquidity pools. Pre-graduation tokens carry pump.fun-specific risk; post-graduation tokens behave like standard SPL tokens.
If you're already trapped in a honeypot#
Accept the loss. The technical reality is that you cannot sell. No workaround exists. Waiting doesn't help โ honeypots don't recover.
For taxes (jurisdiction-dependent โ Eidode doesn't give tax advice), in the US you can usually claim the loss when the token is determined worthless. Document the buy transaction and the failed sell attempt as evidence. Tools like Koinly handle the bookkeeping.
Don't pay "recovery services." They are second-stage scams targeting honeypot victims.
Bottom line#
Honeypot.is is one of the highest-leverage 30-second checks in crypto. Before buying any new token from DexScreener, Twitter, or a Telegram group, run it through Honeypot.is and GoPlus. If either flags red, walk away โ no exceptions. A clean result doesn't make a token safe, but a flagged result almost always means trouble.
Next reads: GoPlus token security ยท DexScreener beginner guide ยท Common crypto scams 2026.
Frequently Asked Questions
Related Articles
Trust Wallet for Beginners: Mobile-First Multi-Chain Guide (2026)
Trust Wallet for beginners: install on iOS or Android, secure your seed phrase, send across 100+ chains, use the DApp browser, and decide whether Trust Wallet or MetaMask suits your case.
Phantom Wallet for Beginners: Complete Solana (and Multi-Chain) Guide (2026)
Phantom Wallet for beginners: install in 30 seconds, secure your seed phrase, connect to Solana DApps, stake SOL for 6โ8% APY, and use the new Bitcoin + Ethereum support.
Top 10 Crypto Wallets in 2026: Hot, Cold, Mobile & Multi-Sig Compared
The 10 best crypto wallets in 2026 โ MetaMask, Phantom, Ledger, Trezor, Rabby, Safe. Compared by chain support, security, UX, and use case. Includes recommended wallet stacks for each user profile.