Unsellable-token scams#
An unsellable-token scam lets users acquire a token but prevents or severely penalizes selling it. The pool can look active and the chart can rise while the token contract quietly grants selected addresses different transfer rights.
How the trap works#
A malicious or highly restrictive token can use:
- A trading switch that enables buys but not ordinary sells.
- Allowlist or blacklist rules controlled by an administrator.
- Different behavior when the recipient is a pool.
- Transfer deductions that make a sell fail or return almost nothing.
- Maximum amounts, cooldowns, or per-address limits.
- Upgradeable logic that changes after liquidity is added.
- Fake ownership renunciation while another privileged role remains.
- Small successful sells for selected wallets to make the market look legitimate.
The token may also pair these rules with thin or temporary liquidity. A visible lock or large displayed balance does not prove that ordinary holders can exit.
Checks before buying#
- Verify the Centurion token contract address from independent sources.
- Review verified source code, proxy controls, privileged roles, and transfer logic where available.
- Check whether different addresses can buy and sell, not only the deployer or promoters.
- Examine liquidity depth, active v3 ranges, and recent transaction patterns.
- Read CenturionDEX warnings and wallet simulation.
- Use only an amount you can afford to lose when information is incomplete.
- Cancel if the token requires an unexplained approval, external claim, or custom “unlock” transaction.
Automated scanners can miss owner-controlled changes, proxy upgrades, address-specific behavior, and novel restrictions. A green score is not a guarantee.
Signs you may be affected#
- Every sell reverts despite increasing slippage tolerance.
- A tiny sell works but a normal amount fails.
- Wallet-to-wallet transfers work while pool transfers do not.
- The token balance changes unexpectedly.
- The owner announces a required tax, migration, or verification payment.
- Only designated addresses appear able to sell.
Do not repeatedly raise slippage. Slippage cannot override contract restrictions and exposes you to worse execution if a trade finally succeeds.
What to do#
Preserve transaction hashes, contract addresses, error messages, and promotional claims. Revoke unnecessary approvals and stop interacting with related sites. Report the token and accounts through official Centurion channels and appropriate platforms or authorities.
No support agent can force a malicious contract to permit a sale. Do not pay a recovery service or sign a “whitelist” transaction from a stranger.
Stay safe#
Never share a recovery phrase, private key, or password. Verify every token and wallet request, and remember that permissionless pool creation is not an endorsement by Centurion Labs.