# Bonus Program

Customers who purchase tokens amounting to 100 USDT or more will receive a bonus percentage of tokens corresponding to the amount they have acquired. The greater their purchase amount, the higher their bonus percentage.

| Amount in USDT | Bonus, % in EKS Tokens |
| :------------: | :--------------------: |
|       100      |           +5%          |
|       250      |           +6%          |
|       500      |           +7%          |
|      1.000     |          +10%          |
|      2.500     |          +12%          |
|      5.000     |          +15%          |
|     10.000     |          +20%          |
|     25.000     |          +22%          |
|     50.000     |          +25%          |


---

# 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://whitepaper.ekuusonline.com/ekuus-whitepaper-en/pre-sale/bonus-program.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.
