# 返傭計算說明

BitFrog 返現的計算順序為：\
**先結算交易所邀請返傭 → 再計算 BitFrog 返現**

***

### 1. 無返傭帳戶接入

對於無返傭帳戶，假設 BitFrog 返現比例為 25%。

**示例**

* 交易金額：$1,000,000
* 手續費率：0.05%

**計算步驟**

1. 計算產生的手續費：\
   $1,000,000 × 0.05% = $500
2. 計算 BitFrog 返現金額：\
   $500 × 25% = $125

**最終結果**\
✅ BitFrog 返現：$125

***

### 2. 有返傭帳戶接入

對於有返傭帳戶，假設：

* 帳戶邀請返傭比例：20%
* BitFrog 返現比例：15%

**示例**

* 交易金額：$1,000,000
* 手續費率：0.05%

**計算步驟**

1. 計算產生的手續費：\
   $1,000,000 × 0.05% = $500
2. 計算帳戶邀請返傭：\
   $500 × 20% = $100
3. 扣除邀請返傭後的剩餘手續費：\
   $500 − $100 = $400
4. 計算 BitFrog 返現金額：\
   $400 × 15% = $60

**最終結果**\
✅ 邀請返傭：$100\
✅ BitFrog 返現：$60\
✅ 總返現：$160

***

### 3. 計算公式

BitFrog 返現基於扣除邀請返傭後的剩餘手續費：

\[\
\text{BitFrog返現} = (\text{手續費} - \text{邀請返傭}) \times 15%\
]

**示例：**

* 手續費：$500
* 邀請返傭：$100
* 剩餘手續費：$400
* BitFrog 返現：$400 × 15% = $60
* 用戶最終返現總額：$100 + $60 = $160

***

### ⚠️ 重要說明

* BitFrog 返現 **不是直接與邀請返傭疊加計算**，而是基於剩餘手續費計算。
* 計算順序必須是：**先結算邀請返傭 → 再結算 BitFrog 返現**。

***

### 風險提示

BitFrog 通過示例展示返現計算方式，實際返現金額將根據您在交易所（如 OKX、Binance 等）的實際交易情況結算。

由於每位用戶的交易量、手續費等級、返傭比例等因素不同，最終返現金額請以實際結算數據為準。

如對返現規則或結算金額有疑問，請隨時聯繫 BitFrog 客服，我們將提供詳細解答。

**建議：** 請參考提供的計算方法，並對照您的交易所帳戶詳細交易歷史，以確保計算準確性。


---

# 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.bitfrog.io/zh-tw/jiao-yi-zhi-nan/jiao-yi-fan-yong/fan-yong-ji-suan-shuo-ming.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.
