> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-zhong-wen/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).

# 存储奖励

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

计算方式：

$$
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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.titanapp.info/titan-network-zhong-wen/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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
