Free · No signup · Runs in your browser
Is this token a honeypot? Simulate a buy and sell before you risk real money.
Paste an Ethereum or BSC token address. This actually simulates buying and selling it against its real liquidity pool and shows you the real buy/sell tax — not just a static code scan.
What this actually checks
Most "scanners" just read the contract's source code for suspicious patterns. This tool goes further: it simulates an actual buy and an actual sell against the token's real DEX liquidity pool, the same way a real trade would execute. That catches honeypots that hide their trap in ways static code reading misses — like logic that only blocks selling under specific conditions.
- Honeypot result — did the simulated sell actually succeed, or get blocked/reverted?
- Buy tax / sell tax — the real percentage taken on each side, from the simulation, not from marketing copy.
- Holder analysis — how many real holders could successfully sell in a batch simulation, and how many got stuck.
- Contract flags — proxy patterns, unverified source, and other structural warning signs.
A clean result means the simulation didn't find a trap right now — it's not a permanent guarantee. Contract owners can sometimes change trading rules after the fact (see the "can the owner pause or blacklist" question in our presale contract checker) — a clean check today doesn't rule out a rule change tomorrow.