# Slippage

**Slippage** is the difference between the expected price of a swap and the actual price at the time of execution. It often occurs due to rapid changes in liquidity or asset demand.

In Soroswap, you can set your slippage tolerance directly from the swap settings menu.

#### What does it mean?

> If the price changes more than the allowed slippage percentage during execution, **the transaction will automatically revert** to protect you from an unfavorable trade.

<figure><img src="/files/2gPPx3gQBIxfdlBBfECZ" alt=""><figcaption></figcaption></figure>

#### Available options:

* **Auto**: The system automatically selects an appropriate slippage based on current pool liquidity.
* **Custom**: Set your own value (e.g., 1%).

> 🛠 You can find this setting by clicking the **gear icon** in the upper corner of the swap interface.


---

# 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.soroswap.finance/additional-resources/01-concepts/slippage.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.
