> 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/huygens-testnet/about-huygens-testnet/installation-and-earnings/rules-for-obtaining-node-credits/resource-rewards-of-poa/storage-rewards.md).

# Storage Rewards

* Scoring Criteria: Evaluation and rewards are based on the available storage space capacity as measured by the validation node.

#### **The calculation**

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

* $$S$$ ：The storage capacity(GB)

* $$M\_X$$：The growth factor of network stability

* $$M\_O$$：The online factor

* **Thw reward cap:** The maximum reward for storage capacity is set at 2000GB.

* **No Reward for Exceeding:** If your storage capacity exceeds 2000GB, you will not receive additional rewards for the excess amount.

* In this testnet, the reward for storage is mainly based on the size of the capacity, and has nothing to do with the type of hard disk (such as HDD, Nvme, SATA, etc.).


---

# 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:

```
GET https://help.titanapp.info/titan-network-en/huygens-testnet/about-huygens-testnet/installation-and-earnings/rules-for-obtaining-node-credits/resource-rewards-of-poa/storage-rewards.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.
