> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/products/coin98-super-wallet/mobile/swapx/faqs/slippage-tolerance.md).

# What is slippage tolerance

Coin98 Super Wallet has integrated popular AMMs in the market to provide a seamless, simple, fast, and extremely safe trading experience for users. To help users have a better understanding of the advanced features when trading on Coin98 Super Wallet, let's take a closer look at the term “Slippage Tolerance”.&#x20;

### 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.&#x20;

### How to use Max Slippage

The default Slippage on Coin98 Super Wallet is set at the standard rate of 0.5%, which is quite safe and applicable to most coins on the market. You can select the appropriate **Slippage Tolerance** level from the suggested rates like 0.5%, 1%, 5%, 10%, or fill in the number manually (maximum is 25%).

{% hint style="info" %}
**Note**:

* Avoid trading when the market has major fluctuations.
* Slippage Tolerance partly comes from the low-liquidity pools, not from Ninety Eight’s system. Coin98 Super Wallet is not responsible for any trading loss.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coin98.com/products/coin98-super-wallet/mobile/swapx/faqs/slippage-tolerance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
