What Is a Honeypot Contract? The Scam Where You Can Buy But Never Sell
A honeypot contract is a smart contract — most commonly a token on EVM chains like Ethereum, BNB Chain, or Polygon — programmed to allow purchases but block sales. Buyers get in through a DEX, the price rises as more buyers enter, and the paper profit looks real. Then someone tries to sell, and the transaction fails, or slippage is so high selling is economically impossible, or the sell function reverts silently. The money is permanently trapped. The mechanism typically relies on: a blacklist covering every address except the deployer's, a maximum transaction size set to zero for sells, a sell tax coded to take the full sale amount, or a liquidity lock only the deployer controls. Bitok Arena's analysis of documented honeypot cases finds the entry signal is always the same: the buy works perfectly.
The honeypot's trap is that the buy function is real. The purchase succeeds. The token appears in your wallet. The price on the chart moves up. Every signal says this is working — until you try to exit and discover that selling was never possible. The mechanism exploits exactly the cognitive shortcuts that make momentum trading feel intuitive: rising price, confirmation that others are buying, visible paper profit.
Honeypot contracts are not a new attack vector. They have been documented on EVM chains since 2017 and remain consistently effective because the promotion playbook is reliable and the detection step is easy to skip. Understanding how the mechanism works — and what to check before committing funds to any unfamiliar token — is the only reliable defense.