# What is Slippage Tolerance

Slippage represents the gap between your expected transaction price and the actual price at which the trade executes, and slippage typically occurs during periods of intense market momentum or within low-liquidity pools.

To balance price protection with high execution success, Cwallet sets your default slippage tolerance at 0.5%.

You maintain full control over this setting. You can manually increase your tolerance to hedge against significant market swings, ensuring your order fills even when prices are shifting rapidly. Conversely, lowering the tolerance offers tighter price certainty but carries a higher risk of the transaction being rejected by the network.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cwallet.com/spot-trade/common-issues/what-is-slippage-tolerance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
