# 5.2 決済レンジ

※ 実際の数値はアプリ内での表記にて確認。

* $1–15：X%
* $15–100：Y%
* $100以上：固定値（Z）

👉 例：$15–100のレンジが10%の場合、$150のBINDでも報酬は「10（固定）」となります。

***

### 💡 報酬計算式

* **EVTモード**\
  BIND金額 × earnレート = 基準値\
  基準値 × 10 = EVT獲得量<br>
* **Econモード**\
  BIND金額 × earnレート = 基準値\
  基準値 × 100 = Econ獲得量

<br>


---

# 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/ja/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.
