Warning signal

Maximum Sell Limit

Sells above a threshold are blocked — exit caps drag liquidity providers underwater.

Analyzer: Honeypot Simulation
Slug: possible_max_sell

What it means

The contract enforces a per-transaction maximum sell amount. Above that limit, the call reverts. Traders with large bags must split into many small sells, often paying massive cumulative fees.

Why it matters

Exit caps are a soft rug: legitimate-looking but operationally hostile. By the time a holder finishes selling in chunks, the price has collapsed.

How RektRadar detects it

Pattern match on `require(amount <= _maxSell)` style guards in the source, plus a sell-success-vs-amount sweep in simulation.

Recent tokens with this signal

Loading recent tokens…

Analyze a token →