Is this token a honeypot? How to check
You found a fresh token, the chart looks great, you buy in — and when you try to sell, the transaction fails. Your money goes in but won't come out. That's a honeypot: a token deliberately built so outsiders can buy but can't sell. This guide explains how to spot a honeypot — and how to check any token in seconds before you risk real money.
What exactly is a honeypot?
A honeypot token has a smart contract with rigged sell logic. Buying works for everyone — that attracts buyers and pushes the price up. But selling only works for a few whitelisted addresses (usually the creator). For everyone else, the sell transaction reverts or applies a ~100% tax. The bait is the rising price; the trap only springs when you try to sell.
Important: a honeypot is not the same as a "bad investment". It's a technical trap in the contract code — the token was never meant to be sold.
Common honeypot mechanics
The traps hide in the contract's transfer logic (often the transfer() or _transfer() function). The most common ones:
- Sell block — the logic blocks transfers to the DEX (sells) for every address except a whitelist.
- Blacklist — the owner can stop individual addresses from selling at any time. You buy, get blacklisted, and you're stuck.
- Dynamic sell tax — the tax is low on buy but can be raised afterward to nearly 100%. Selling is then technically possible but economically pointless.
- Cooldown / pausability — transfers can be time-locked or paused entirely, so you can't exit at the critical moment.
- Hidden mint/owner rights — the creator can mint new tokens at will or change core parameters, diluting the value.
How to check a token in seconds
You don't need to read the contract yourself. Honeypot checkers simulate a buy and an immediate sell on a fork of the chain. If the sell goes through, it's not a honeypot (for that simulation); if it fails or returns far less than expected, that's a red flag. It also pays to look at holder distribution, liquidity lock, and contract permissions.
A single green check isn't enough: always verify important buys with two independent sources, because some honeypots only arm their trap under specific conditions.
Paste the token address into the free token check. The "tradability" group flags honeypot, sell block, blacklist, or a changeable tax — every claim attributed (per GoPlus or honeypot.is). Alongside it you see holder concentration, contract permissions, and liquidity, across seven chains, no signup.
What else to watch for
A honeypot is just one of several traps. Three more signals to check before you buy:
- Holder concentration — if a handful of wallets hold most of the supply, a single sell can crater the price (dump risk).
- Liquidity & lock — if liquidity isn't locked or burned, the creator can pull it (the classic rug pull).
- Contract permissions — can the owner mint, pause, blacklist, or change the tax? Such rights aren't automatically a scam, but they are power over your money.
How TraceHex weighs these signals, and where the limits are, is laid out transparently on the methodology page.
In short: a honeypot lures you with a rising price and blocks the sell. You won't spot it on the chart — you spot it in the contract, and that's exactly what token checks are for. One address, a few seconds, and you know whether you could sell before you buy.