Solana honeypot checker
can you actually sell?
A Solana honeypot lets you buy a token but not sell it, and the block is almost never in the contract code. It lives in control: a freeze authority that can freeze your account, a punishing transfer fee, or liquidity that gets pulled. Here is how to tell before you buy.
Scan a Solana token nowFree · No sign-up · Solana mint or any chain
Every scan is powered by the XemaS Semantic Intelligence Platform · answers carry their evidence and coverage state
What is a Solana honeypot?
A honeypot is a token you can buy but cannot meaningfully sell. The chart climbs because buyers keep arriving and nobody can get out. On Solana, the reason you cannot sell is usually not the contract code, it is who still holds control over the token.
A creator who kept the freeze authority can freeze your account. A creator who kept the mint authority can bury you in new supply. And liquidity that the developer still owns can vanish the moment you try to exit. None of that shows up by reading transfer logic the way you would on Ethereum.
Where the sell-block actually lives
An EVM honeypot is a code restriction. A Solana honeypot is a control risk. Checking for the wrong one misses the trap.
EVM honeypot
Contract-logic restriction
- The token contract code blocks the sell: a 100% sell tax, a blacklist, or a "trading enabled" flag.
- The trap is in the bytecode, so you read the contract and simulate a sell to find it.
- The fix to look for is renounced ownership and no blacklist or upgradeable proxy.
Solana honeypot
Authority and control risk
- Someone with authority blocks the sell: an active freeze authority freezes your token account so you cannot move it.
- Or there is no real market to sell into: liquidity is developer-held and pulled, or a transfer-fee extension makes selling uneconomical.
- The fix to look for is revoked freeze and mint authority, and burned or locked liquidity.
Solana honeypot signals
Freeze authority enabled
The defining Solana honeypot. An active freeze authority lets the creator freeze your token account so you cannot sell, while they exit. Revoked freeze authority is the single most important thing to confirm.
Mint authority enabled
If the mint authority is not revoked, the creator can mint unlimited supply and dilute your holding to near zero, so even a sellable token is a value trap.
Transfer-fee extension abuse
Solana's Token-2022 transfer-fee extension is the closest analog to an EVM sell tax. Set high, it makes selling return almost nothing, a soft honeypot even when transfers technically succeed.
Developer-controlled liquidity
If the LP is held by the developer rather than burned or locked, the pool can be pulled the moment you try to exit, leaving you with a token and no market to sell it into.
Bundler and sniper concentration
When a few coordinated wallets hold the float, your sell is front-run or crushed. Apparent liquidity disappears exactly when you need it.
Pump.fun migration risk
For bonding-curve launches, liquidity can be shaped or pulled around the migration to a DEX, so a token that looked tradable on the curve becomes a trap after it migrates.
Can you sell it? One scan answers
XemaS reads the Solana mint and liquidity into a single evidence-backed verdict.
Verdict: the freeze authority is live, so your account can be frozen, and a high transfer fee makes any sell uneconomical. You can buy this token but not sell it. Do not trade.
Illustrative example. Run a real Solana mint to see its live verdict.
Coverage and limits
Authorities are read directly; market risk is inferred. Freeze authority, mint authority, and a transfer-fee extension are read from the mint and are reliable. Whether liquidity will actually be pulled, or the float dumped, is inferred from behaviour and carries a confidence level.
Pump.fun launches change fast. State can shift around bonding-curve migration, so a clean read seconds after launch reflects a thin record, not a guarantee.
Sellable is not the same as safe. Revoked authorities and locked liquidity remove the honeypot mechanics, but they do not make a token a good investment. Use the read alongside your own judgement.
Check you can sell first
Paste a Solana mint and get its freeze and mint authority, transfer-fee, and liquidity state in one verdict. Free, no account required.