> 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/3-ce-ka-xi-ni-ce-shi-wang/yun-xing-jie-dian/l2-edge-jie-dian/jiang-li-gui-ze/poa-re-cun-chu-cdn-jiang-li/cun-chu-jiang-li.md).

# 存储奖励

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

12个随机选定的验证窗口 奖励计算方式：

$$
M\_S=M\_R*M\_X*M\_O*min(S*,50)*1.5*M\_T+u*15*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;

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

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

* **奖励上限：**&#x5B58;储容量的奖励上限设定为 50GB。（测试网期间暂定数值）

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

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

36个未验证的 窗口 奖励计算方式：

**基本原则：**

* 未执行的36次验证将不直接进行存储检查。
* 相应的奖励将依据节点在最近10次POA验证中的历史表现计算平均值。

$$
MS\_{avg} = \frac{1}{N} \sum\_{i=1}^{N} MS\_i
$$

<br>

•$$MS\_{avg}$$：是基于最近10次验证的平均存储奖励。

• $$N$$：是考虑的验证次数，这里是10。

•  $$MS\_i$$：是第 ( i ) 次验证得到的奖励。


---

# 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/3-ce-ka-xi-ni-ce-shi-wang/yun-xing-jie-dian/l2-edge-jie-dian/jiang-li-gui-ze/poa-re-cun-chu-cdn-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.
