Guide · Execution
How to set slippage tolerance
Slippage tolerance is the single setting that most often decides whether your swap fills cleanly, fails outright, or gets sandwiched for a worse price. It is the maximum amount the price is allowed to move between the moment you sign and the moment the transaction confirms on-chain. Set it too tight and your transaction reverts when the market ticks against you, wasting gas. Set it too loose and you hand front-running bots an open invitation to push your fill to the edge of what you authorized.
This guide explains what slippage actually controls, gives concrete starting numbers for different kinds of pairs, and shows how slippage interacts with price impact and pool depth so you can choose a value deliberately instead of guessing.
What slippage tolerance really controls
Practical starting numbers
Slippage is not price impact
Why a loose setting is dangerous on public mempools
A repeatable method
Legal
Risk disclosure
XAUConnect is a non-custodial swap aggregator. Digital assets are volatile and may lose value rapidly. Content on this page is educational and not investment advice. Verify every contract address on the official block explorer before approving a transaction.
Frequently asked questions
What happens if slippage is set too low?
The transaction reverts when the realized price falls below your minimum, and on most EVM chains you still pay gas for the failed attempt. Raise the tolerance slightly and retry.
Is higher slippage ever the right choice?
Sometimes — thin or fast-moving pools may not fill at a tight setting. But pair a higher tolerance with a smaller trade size, because a wide tolerance on a shallow pool is exactly what sandwich bots exploit.
Does slippage cost me money directly?
No. Slippage tolerance is a maximum acceptable loss, not a fee. You frequently receive better than the floor; it only matters when the market moves against you before confirmation.
Why does the same token need different slippage on different days?
Because pool depth and volatility change. A pair that is deep and calm one day may be thin and choppy the next, so the tolerance that worked before may be too tight now.
Trade on XAUConnect
Open the swap page to compare live routes, set slippage, and sign from your own wallet — fully non-custodial.
Continue exploring
Related markets, guides & networks
Curated next steps based on this topic — deepen your research before you trade.
How to swap tokens on XAUConnect
Step-by-step guide to swapping tokens on XAUConnect: connect a wallet, read the quote, approve the token, confirm, and v
How to verify a token contract before trading
Confirm you are trading the real token: match the contract/mint address on the block explorer, check verification, and s
Slippage vs price impact: what's the difference?
Two terms traders confuse constantly. Slippage is a tolerance you set; price impact is what your trade size does to the
What is a fair launch?
Fair launches aim to give everyone the same starting line — no pre-sale, no team allocation. What that means in practice
Market cap vs liquidity: don't confuse them
A token can have a huge market cap and almost no liquidity. Why the two are different, and why liquidity is what determi
Build programmatically
Swap via API for bots and AI agents — quotes, builds, and cross-chain routes.