# Basic Rewards

The base reward is calculated in a manner designed to ensure fairness and prevent potential cheating. The formula for calculating the base reward combines the effects of bandwidth, storage resources and online status as follows:

$$
M\_{CxPhone}=M\_R*M\_X*M\_O\*500/17280
$$

$$
M\_{CxPC}=M\_R*M\_X*M\_O\*300/17280
$$

$$
M\_{CxOthers}=M\_R*M\_X*M\_O\*150/17280
$$

$$M\_{Cx}$$ is basic rewards every 5s

$$M\_{R}$$   is region reward coefficient

$$M\_{X}$$   is online loyalty coefficient

$$M\_{O}$$   is online status coefficient

With the above formula, the Titan network is able to reward nodes that provide stable network connectivity, sufficient bandwidth, and storage resources, while also incentivizing nodes to maintain good online status. This reward mechanism is designed to encourage node operators to optimize their device configurations and network connectivity for more base rewards, while also providing for the healthy operation and stability of the network.


---

# 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://help.titanapp.info/titan-network-en/resource-network-test/operate-nodes/l2-edge-node/reward-rules/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.
