Honeypot tokens: when you can buy but not sell
A honeypot is a token you can buy and cannot sell. The chart looks fine, the price may even be climbing, and the trap only closes when you try to leave.
How the trick works
The contract contains logic that treats sells differently from buys. It might revert any sell from an address that is not on an allowlist, apply a tax that consumes the entire proceeds, or let the operator pause transfers at will. From the outside the token looks normal, because buys genuinely do work, that is the point.
Why the price looks great
If almost nobody can sell, price only goes one way. A rising chart with healthy volume is exactly what a honeypot produces, which is why "it is pumping" is not evidence of anything. The absence of sells is the tell, and it looks identical to strong demand until you check.
The check that catches most of them
Before buying, ask for a sell quote at roughly the size you intend to hold. If no route comes back, or the quote returns a trivial amount, stop there. This costs nothing and takes a second, and it is the single highest-value check available before committing funds.
A buy quote succeeding tells you nothing about the exit. They are different code paths in the contract, and in a honeypot they behave differently by design.
Other signals worth a look
- Sell transactions in the history. If thousands of buys and almost no sells have settled, ask why.
- Owner powers. Functions that can pause transfers, blacklist addresses or change fees after launch.
- Extreme transfer taxes, particularly asymmetric ones.
The variant that is worse
Some contracts do not block your sell. They take the balance instead. We have observed wallet holdings sent to a burn address by a transaction the holder never signed. No sell check catches that one, because at the moment you check, selling genuinely works. The defence is contract review and not holding size in tokens whose operator retains privileged powers.
Common questions
- What is a honeypot crypto token?
- A token whose contract allows buys but prevents sells, usually by reverting sell transactions, taxing them to zero, or letting an operator pause transfers.
- How do I check if a token is a honeypot before buying?
- Request a sell quote for the amount you plan to hold before you buy. If no sell route exists or the quote returns almost nothing, do not buy.
- Can I get my money back from a honeypot?
- Generally no. The transaction was valid and voluntary, and there is no counterparty obliged to reverse it.
Keep reading
Nothing here is financial advice. Meme coins are high risk and most lose value. Read the full risk disclosure before trading.