# 存储奖励

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

计算方式：

$$
M\_S=M\_X*M\_O*min(S*12.5,2000)*(\frac{1}{10}+\frac{1}{max(min（S\*12.5,2000），10)})
$$

* $$S$$ ：存储容量（GB）

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

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

* **奖励上限：**&#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/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/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.
