# Currency discounts

Currency discounts is a feature where you can define special discounts for certain currencies. For example, you have a token specific to your project or you are sponsored by any token project. In this case, you can give percentage discounts to your paying users to encourage them to pay with this token.

### 1 - The structure of currency discounts is as follows.

Below I define a 10% discount for the USDT token. This means that on any network, when a user makes a payment with USDT, if he needs to make a payment of $ 10, he will make it as $ 9. Both the customer and you can see how much discount there is on which order.

<figure><img src="/files/G4TGFHWmoHbIIudiw81d" 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://beycanpress.gitbook.io/cryptopay-docs/settings/currency-discounts.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.
