# 合約返傭金額計算規則說明

當您透過 BitFrog 使用交易所 API 進行合約交易時，系統將根據您的交易手續費提供相應比例的手續費返傭。為了更精準地了解返傭金額的來源與計算過程，請閱讀以下規則說明：

***

### 📌 1. 基礎返傭公式

**返傭金額 = 淨手續費 × 用戶返傭比例**

其中：

* **淨手續費 = 用戶實際支付手續費 × 淨手續費率**
* **用戶返傭比例以帳戶接入後最新顯示比例為準**

***

### 📌 2. 為什麼使用「淨手續費」？

中心化交易所（如 OKX、Binance 等）在撮合用戶交易時，需要承擔撮合成本、做市商激勵等支出。

因此，交易所返傭並非以用戶支付的全部手續費為基礎，而是：

💡 **以扣除平台成本後的「淨手續費」作為返傭計算基礎。**

以 OKX 為例，淨手續費率通常在 **85% \~ 90%** 左右浮動（即淨手續費 = 實際手續費 × 0.85 \~ 0.9）。

***

### 📌 3. 示例計算

假設用戶某筆 BTC-USDT 合約交易：

* 成交額：10,000 USDT
* 手續費率：0.05%
* 實際支付手續費：10,000 × 0.0005 = 5 USDT
* 淨手續費率：90%
* 用戶返傭比例：30%

則返傭計算為：

**淨手續費 = 5 × 90% = 4.5 USDT**

**返傭金額 = 4.5 × 30% = 1.35 USDT**

***

### 📌 4. 常見參數說明

<table><thead><tr><th width="146">字段</th><th>含義說明</th></tr></thead><tbody><tr><td>實際手續費</td><td>用戶該筆交易中實際支付的交易手續費</td></tr><tr><td>淨手續費</td><td>扣除平台做市成本後的部分（≈ 手續費 × 85%~90%）</td></tr><tr><td>用戶返傭比例</td><td>以帳戶接入後最新顯示的返傭比例為準</td></tr><tr><td>最終返傭金額</td><td>用戶最終可獲得的返傭收入，通常以 USDT 或對應幣種結算</td></tr></tbody></table>


---

# 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/he-yue-fan-yong-jineji-suan-gui-ze-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.
