# 上行带宽奖励

### **上行带宽奖励**

基于每个验证窗口，L1 验证节点测量的上传带宽大小和节点的NAT类型做出评估和奖励

* 计算方式

$$
M\_{BN} =M\_X*M\_O* M\_B \* M\_N
$$

$$M\_{BN}$$：带宽奖励

$$M\_B$$：带宽评分

$$M\_N$$：NAT评分

$$M\_X$$：网络稳定性增长系数

$$M\_O$$：在线系数

#### 带宽评分$$M\_B$$

带宽评分$$M\_B$$是一个重要的评价指标，在Titan网络的测试网中用于评估和奖励节点提供的上传带宽。这个评分标准旨在激励节点提供高质量的网络资源，同时考虑到资源的有效利用和网络整体的需求。以下是带宽评分的具体计算方式及其相关规则：

**计算方式：**

当$$b≤5Mbps$$时，$$M\_B =0.05b$$

当$$5＜b≤50Mbps$$时，$$M\_B =0.25+0.8（b-5）$$

当$$50＜b≤200Mbps$$时，$$M\_B =36.25+0.2（b-50）$$

当$$b＞200Mbps$$时，$$M\_B =66.25$$

$$M\_B$$：带宽评分，$$b$$为测量到的上传带宽

#### 奖励上限

* **上行带宽奖励上限**：惠更斯测试网对上行带宽的奖励设定了$$200Mbps$$的上限。即使节点的上传带宽超过$$200Mbps$$，奖励计算只会考虑$$200Mbps$$内的部分。

#### 边缘闲置资源奖励制

* **重点关注边缘闲置资源**：测试网特别关注于边缘闲置资源的有效利用，旨在通过设定资源奖励区间来激励这部分资源的利用。
* **设定区间外的资源不额外奖励**：对于超出测试网设定奖励区间的资源，不会获得额外的奖励，以促进资源的高效和公平使用。

#### 例子

* 如果节点的上传带宽为$$600Mbps$$，考虑到奖励上限，只有$$200Mbps$$的带宽会被用于计算奖励。这意味着，超过$$200Mbps$$的部分不会为节点带来额外的积分。

通过这样的带宽评分规则和奖励机制，Titan网络旨在鼓励节点提供可靠且高效的上传带宽，同时确保网络资源的合理分配和利用，特别是对于边缘闲置资源的有效利用。这有助于提升网络的整体性能和用户体验。


---

# 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://titannet.gitbook.io/titan-network-cn/hui-geng-si-ce-shi-wang/huygens-testnet/an-zhuang-cheng-xu-zhuan-qu/jie-dian-ji-fen-huo-qu-gui-ze/poa-zi-yuan-jiang-li/shang-xing-dai-kuan-jiang-li.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.
