# How do I set the cash register currency exchange rate difference?

Setting the currency exchange rate difference can effectively minimize the risk of receiving insufficient amount due to exchange rate fluctuations. For example, the current exchange rate is 1USDT=13TRX, if you set the multi-currency exchange rate difference to 10%, when the user pays for a 1USDT order with TRX, he/she needs to pay 13+1.3=14.3TRX.

* **On the Multi-currency payments page, click “Set multi-currency exchange rate difference”.**

<figure><img src="/files/6dqnx4Fjqk2aVuZAs7t6" alt=""><figcaption></figcaption></figure>

* **Select the public chain and click "Edit".**

<figure><img src="/files/4zGMXHUU71TdRJSOJEWW" alt=""><figcaption></figcaption></figure>

* **Fill in the rate difference and click "Save".**

<figure><img src="/files/v0Yqb6HuKODzMyQTaJJ7" 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-cash-register-currency-exchange-rate-difference.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.
