# 基础奖励

基础奖励的计算方式旨在确保公平性，并防止潜在的作弊行为。基础奖励的计算公式结合了带宽、存储资源与在线状态的影响，具体如下：

$$
M\_{Cx手机}=M\_R*M\_X*M\_O\*500/17280
$$

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

$$
M\_{Cx其他端}=M\_R*M\_X*M\_O\*150/17280
$$

$$M\_{Cx}$$：是每5s的基础奖励

$$M\_{R}$$：地区奖励系数

$$M\_{X}$$：在线忠诚度激励系数

$$M\_{O}$$：在线状态系数

通过上述公式，Titan网络能够奖励那些提供稳定网络连接、足够带宽和存储资源的节点，同时也激励节点维持良好的在线状态。这种奖励机制旨在鼓励节点运营者优化其设备配置和网络连接，以获得更多的基础奖励，同时也为网络的健康运行和稳定性提供了保障。


---

# 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-cn/3-ce-ka-xi-ni-ce-shi-wang/yun-xing-jie-dian/l2-edge-jie-dian/jiang-li-gui-ze/ji-chu-jiang-li.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.
