# Rules for obtaining node credits

In the Huygens testnet, participants have the opportunity to earn rewards by running a Titan L2 node through two main methods:

1. [**The basic rewards**](/titan-network-en/huygens-testnet/about-huygens-testnet/installation-and-earnings/rules-for-obtaining-node-credits/the-basic-rewards.md)
2. [**The resource rewards**](/titan-network-en/huygens-testnet/about-huygens-testnet/installation-and-earnings/rules-for-obtaining-node-credits/resource-rewards-of-poa.md)

\
The following is a brief overview of these two reward mechanisms:

## 1. The basic rewards

**Definition:** Basic rewards are rewards earned for successfully running a Titan L2 node. Rewards increase every 5 seconds.&#x20;

**Reward Distribution Mechanism:**

* **Qualified Nodes**: Nodes meeting the minimum resource requirements (at least 1 Mbps of upstream bandwidth and at least 2 GB of storage space) receive the full basic reward.
* **Unqualified Nodes:** Nodes failing to meet the minimum resource requirements receive a discounted basic reward based on the extent of their resource deficiency, ensuring fair reflection of their actual contribution to the network.

## 2. Resource Reward（Proof of Availability, POA）

**Definition:** Proof of Availability is the mechanism used by the Titan network to verify the validity of resources and provide services. During the testnet phase, simulated orders are executed by the Titan network scheduler to evaluate the service capabilities of nodes.

#### **Validation and Reward Mechanism:**

* **Validation Frequency:** Every half hour of every day (in 30 minute increments)&#x20;
* **Random Sampling Validation:** L1 nodes randomly sample file fragments stored by L2 nodes and verify file integrity by comparing hash values.<br>

#### **Reward and Penalty:**

* Reward: Consistently validated nodes receive POA reward credits to encourage the continual maintenance of data integrity encouraging the maintenance of data integrity.
* Penalty: Nodes with inconsistent validation will not receive rewards and may face appropriate penalties (there are no penalties in the current testnet), ensuring network quality.<br>

## Future Prospects-POA Task Contracts and Reputation Vectors:

The reputation vector is a comprehensive evaluation system that covers multiple dimensions of scoring, such as recent reliability and  resource scores (storage, bandwidth, computation), etc. Nodes with high reputation vectors will be prioritized for executing task contracts and will earn higher profits.

<br>


---

# 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-en/huygens-testnet/about-huygens-testnet/installation-and-earnings/rules-for-obtaining-node-credits.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.
