Slippage & Min Received
The default slippage is 0.5%. Min received is enforced on-chain — the swap reverts rather than deliver less.
Slippage & Min Received
Slippage tolerance
Slippage is the maximum amount by which the delivered output may fall below the quoted output before the swap is aborted. Suuuper defaults to 0.5% and is adjustable from the slippage toggle on the swap card.
Min received
Directly below the quote you'll see Min received. This is the on-chain floor:
Min received = quoted_output × (1 - slippage)
If the transaction cannot deliver at least this amount at execution time, it reverts. You pay gas but you never receive less than Min received.
When to change slippage
- Small, liquid trades: 0.1%–0.5% is usually fine.
- Large trades or thin pools: raise slightly (1%–2%) to reduce revert risk during price movement.
- Highly volatile tokens: raise as needed, but understand you are widening the worst-case outcome.
Slippage protects you from the market moving against your trade between when you signed and when your transaction was included.