# 5.2 Payment Ranges (Public Version)

*(Exact percentages shown in the app UI)*

* **$1–15**: X%
* **$15–100**: Y%
* **$100+**: Fixed value (Z)

👉 Example: If the $15–100 range gives **10%**, then a $150 BIND still grants only **10 (fixed)**.

***

💡 **Reward Calculation Formula**

* **EVT Mode**\
  BIND Amount × Earn Rate = Base Value\
  Base Value × 10 = EVT Earned
* **Econ Mode**\
  BIND Amount × Earn Rate = Base Value\
  Base Value × 100 = Econ Earned


---

# 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://docs.syfu.io/rewards/payment-ranges.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.
