# 費率標準

[如您為大算力用戶可以點擊申請VIP>>](https://www.spiderpool.com/vip)

<table><thead><tr><th width="196">類型</th><th width="173">费率模式</th><th width="155">費率</th><th width="156">起付金額</th></tr></thead><tbody><tr><td>BTC</td><td>PPLNS </td><td>0%(活动期间）<br>2%</td><td>0.005</td></tr><tr><td>BTC</td><td>FPPS</td><td>4%</td><td>0.005</td></tr><tr><td>FB<br>（BTC合并挖矿）</td><td>PPLNS </td><td>0%</td><td>0.1</td></tr><tr><td>DMT-NAT<br>（BTC合并挖矿）</td><td>PPLNS </td><td>4%</td><td>5000000</td></tr></tbody></table>

結算週期（所有幣種）：昨日00:00到今日00:00（UTC）

支付時間（所有幣種）：每日02:00到10:00（UTC）

**分配規則詳情：**

BTC分配規則

* PPLNS：爆塊的時刻往前推3個理論爆塊的時間，這個時間內按用戶算力占礦池總算力的比例進行分配。
* FPPS：
  * 固定塊獎勵=礦機的提交的share難度/全網的難度coinbase的獎勵；
  * 手續費的獎勵=當天全網爆塊根據手續費排序去除前後5%後計算實際手續費與實際塊的比值固定塊獎勵

FB-聯合挖礦分配規則

* PPLNS：按一天內實際收益以及這天內用戶算力占礦池算力的比例進行分配。

DMT-NAT-聯合挖礦分配規則

* PPLNS：按一天內實際收益以及這天內用戶算力占礦池算力的比例進行分配。

FPPS收益分為兩部分：

\
第一部分是PPS收益，按照提交的share難度除以全網當前難度再乘以coinbase獎勵來計算，最後將昨日的所有share的獎勵匯總。公式為：PPS Reward = sum(share's diff / current network diff \* coinbase reward)\
註1：目前coinbase reward為312500000sat=3.125BTC\
註2：PPS收益1小時結算一次

第二部分是手續費收益，首先統計昨日全網爆塊，根據塊手續費進行排序然後去除前後5%(四捨五入)後的爆塊記錄，然後計算昨日手續費費率 = sum(剩餘爆塊的塊手續費) / sum(剩餘爆塊的塊固定獎勵)，最後計算用戶昨日收益。\
註1：手續費每日結算一次

兩部分之和即為用戶昨日整體收益，乘以（1-礦池費率）後即為實際收益，最終客戶收益公式如下：\
**客戶單日收益 = （單日PPS收益 + 單日手續費收益） \* （1-礦池費率）**


---

# 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://support.spiderpool.com/zh/feilbiao-zhun.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.
