# What is slippage tolerance? How can I adjust it when swapping?

## What is slippage tolerance?

**Slippage Tolerance** is the pricing difference between the price at the confirmation time and the actual price of the transaction users are willing to accept when swapping on AMMs. Slippage tolerance is set as a percentage of the total swap value.

In the case of volatile markets or low-liquidity pools, users can complete the transactions faster and avoid failures by accepting a higher slippage and slippage tolerance percentage.

## How can I adjust it when swapping?

The default Slippage on SarosSwap is set at the standard rate of **0.5%**, which is quite safe and applicable to most coins on the market. If you want to change this rate, follow these 2 steps:

**Step 1:** In the Swap interface, select the **Settings icon** at the top right corner.

**Step 2:** Select the appropriate **Slippage Tolerance**.

![](https://904341613-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MH4bZ3PuLVs6zPxsi0v%2Fuploads%2FR8lTjEqpprfThseOpn3v%2Fimage.png?alt=media\&token=44ea4f3e-c464-4492-b86e-97ae5ec89745)


---

# 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.saros.xyz/saros-amm/faqs/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.
