# How do I set the slippage?

Setting the payment slippage can effectively minimize the order transaction failure due to the difference. For example, if the current order amount is 100USDT, if you set the payment slippage to 10 the user pays 90USDT - 110USDT, and the transaction will be paid through.

* **Click on “Set slippage” on the Multi-currency Payment Settings page.**

<figure><img src="/files/jgcpq7574T5dNgJI8mig" alt=""><figcaption></figcaption></figure>

* **Select the public chain and click “Edit”.**

<figure><img src="/files/RUiqf5DjhkU2tFAQRkwx" alt=""><figcaption></figcaption></figure>

* **Enter the slippage and click “Save”.**

<figure><img src="/files/UmqwguGwEbq1uzsLxBzZ" alt=""><figcaption></figcaption></figure>


---

# 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://doc.tokenpay.me/tutorials/how-do-i-set-the-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.
