> 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-en/resource-network-test/operate-nodes/l2-edge-node/reward-rules/poa-hot-storage-cdn-rewards/storage-rewards.md).

# Storage Rewards

* Rewards based on storage space usage assessed by validator nodes

Calculation (for 12 randomly selected verification windows):

$$
M\_S=M\_R*M\_X*M\_O*min(S*,50)*1.5*M\_T+u*b*15\*M\_{IP}\*M\_N
$$

$$S$$ ：Total amount of data stored at the time of POA validation (GB)

$$M\_O$$：Online status coefficient

$$M\_S$$：Rewards per 30min

$$M\_{R}$$:   Regional rewards coefficient

$$M\_{X}$$:   Online loyalty coefficient

$$M\_T$$:   Validation result, 1 if passed, 0 if failed

$$u$$ :    Amount of upload data (GB)

$$b$$ ：  Reward coefficient based on upstream peak bandwidth

$$M\_{IP}$$ ：IP type coefficient

$$M\_{N}$$：Reward coefficient based on number of nodes under the same IP

* **Reward Limit**: The reward limit for storage capacity is set at 50GB. (Tentative value during the test network period)
* **No reward for exceeding**: If your storage capacity exceeds 50GB, you will not be rewarded for the exceeding part.
* In this test network, the rewards for storage are mainly based on the size of the capacity, and not related to the type of hard disk (e.g. HDD, Nvme, SATA, etc.).

Calculation (for 36 no-verification windows):

* In the remaining 36 windows, no storage verification is executed.
* The reward will be the calculated based on average performance of the most recent 10 actual verifications.&#x20;

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

* $$MS\_{avg}$$ : the average reward of the most recent 10 verifications
* $$N$$: number of verifications used for calculation, here it's 10
* $$MS\_i$$: the reward of the $$i$$th verification


---

# 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-en/resource-network-test/operate-nodes/l2-edge-node/reward-rules/poa-hot-storage-cdn-rewards/storage-rewards.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.
