# 存储奖励

* 评分标准：根据验证节点测量的可用存储空间容量 做出评估和奖励

计算方式：

$$
M\_S=M\_R*M\_X*M\_O*min(S*,2000)*0.211148649*M\_T*u*b*220*M\_{IP}\*M\_N
$$

* $$S$$ ：POA验证时存储的数据总量（GB）

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

* $$M\_S$$：每30min的存储奖励&#x20;

* $$M\_{R}$$：地区奖励系数&#x20;

* $$M\_{X}$$：先锋奖励系数&#x20;

* $$M\_T$$：验证状态，即抽查的结果，通过POA抽查即为成功，状态为1，失败状态为0&#x20;

* $$u$$：消耗上行带宽流量（GB）&#x20;

* $$b$$：上行峰值带宽对应系数&#x20;

* $$M\_{IP}$$：IP类型对应系数&#x20;

* $$M\_{N}$$：同IP运行的节点数量对应系数

* **奖励上限：**&#x5B58;储容量的奖励上限设定为 2000GB。

* **超出不奖励：**&#x5982;果您的存储容量超过2000GB，超出的部分将不会获得额外的奖励。

* 此次测试网中，对于存储的奖励，主要依据是容量大小，而与硬盘的类型（如HDD、Nvme、SATA等）无关。


---

# 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/he-xie-er-ce-shi-wang/guan-yu-he-xie-er-ce-shi-wang/chang-jian-wen-ti/jie-dian-ji-fen-huo-qu-gui-ze/poa-zi-yuan-jiang-li/cun-chu-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.
