# The Basic Rewards

Our method for calculating basic rewards is meticulously designed to promote fairness and deter any potential cheating. The formula takes into account several critical factors, such as bandwidth, storage resources, and online status, to ensure an equitable distribution of rewards:

$$
M\_{Cx}=M\_R*M\_X*M\_O\*20/17280
$$

M\_Cx: Basic rewards, distributed every 5 seconds.

M\_R: Regional reward coefficient&#x20;

M\_X: Pioneer reward coefficient&#x20;

M\_O: Online status coefficient&#x20;

The basic reward for each verification window is calculated as follows:

$$
M\_{C}=\sum\_{Cx = 1}^{360}M\_{Cx}
$$

Using this formula, Titan Network effectively rewards nodes that maintain a stable network connection, sufficient bandwidth, and ample storage resources. It also incentivizes nodes to achieve and sustain excellent online status. This reward mechanism is crafted to encourage node operators to upgrade their equipment and enhance network connectivity. Not only does this increase their potential to earn rewards, but it also ensures the network operates robustly and remains stable.

\ <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/the-basic-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.
