A Honeypot Case Study: Reading the Evidence
Two real honeypot profiles from Orixa's data — a 100% sell tax and a silent simulation failure — and the order to read the evidence in. Flags, not verdicts.
It is one thing to define a honeypot and another to read one. This case study walks through what a real honeypot detection looks like inside Orixa's scan data — the evidence, how to weigh it, and where a flag stops and your own verification begins. The examples are real patterns from the ledger; they are shown as flags to verify, not verdicts, because a detection reflects scan-time evidence and can, in edge cases, be a false positive.
The population these come from
To August 2026, 153 tokens among Orixa's very-high-risk set carried a honeypot flag — the analysis could complete a buy but the sale failed or returned almost nothing. They cluster on the chains with the most new-token activity: 76 on Ethereum, 62 on BNB Chain, 15 on Base. Two distinct mechanisms produce that flag, and reading each is a different skill.
Case A — the tax honeypot
One recurring profile: an Ethereum token trading on a real pool of roughly $25,000, verified enough to look ordinary. The buy path simulates cleanly. The sell path reads a 100% sell tax — the contract keeps the entire proceeds of a sale. Nothing reverts; the transaction "succeeds"; the seller receives nothing.
How to read it: the decisive number is the sell tax, and the decisive comparison is buy-vs-sell. A 0% buy tax beside a 100% sell tax is not a fee — it is a one-way door. No amount of positive-looking liquidity or holder count offsets it, because the trap is in the tax setting, not the market. This is why sellability is the first thing to check, always. (See the on-chain signals that actually matter.)
Case B — the simulation honeypot
A second profile is quieter. The listed sell tax is 0%, the token looks tradable, and yet an actual sell simulation cannot complete — the contract blocks the sale through logic the tax field never reveals: a trading toggle, a per-wallet restriction, a transfer condition that only triggers on a real sell. The tax number would have cleared it; the simulation is what caught it.
How to read it: trust the executed sell over any single advertised field. A token can show clean taxes and clean ownership and still fail to sell, which is exactly why a scanner has to attempt the sale rather than infer it. When a sell simulation fails, the disciplined move is to find out why before concluding — an illiquid pair or a not-yet-enabled market can also fail, and those are not the same as a trap. (How to Check If a Token Is a Honeypot covers the full checklist.)
Reading the evidence, in order
Across both cases the method is the same, and it is worth internalizing:
- Sellability first. Can the token actually be sold? A failed or fully-taxed sale ends the analysis — nothing else protects you if you cannot exit.
- Owner powers next. Even a token that sells today can be switched off tomorrow if an owner can change tax, pause trading, or blacklist wallets. A clean sale now is a weaker guarantee than it looks.
- Liquidity and concentration last. Thin liquidity and one-wallet supply raise or lower your confidence in the sell result, but they are context around the sell test, not a substitute for it.
Where the flag ends
A honeypot flag is a strong reason to walk away — not a courtroom verdict. Some flagged tokens are misconfigured, paused before launch, or genuine false positives, which is why every entry in Orixa's public Tokens Flagged as Very High Risk report carries the same caution and points you to verify independently. The evidence tells you where to look; the decision, and the verification, stay yours.
Examples are real patterns from Orixa's scan ledger as of August 2026, shown by their properties; current named entries live in the flagged-tokens report and can change on re-scan. Test a token's sell path yourself by pasting its address into Orixa, then confirm the tax and owner powers in the verified contract. Orixa is decision support, not a guarantee of safety.
Enter a contract address and review the available risk evidence.
Orixa provides risk-analysis tools, not financial advice or a safety guarantee. Always verify evidence independently before interacting with a token.