# POA-隧道网络奖励

**带宽消耗与奖励计算**

L2节点现已支持运行WASM/JS容器，通过在节点上部署运行项目（Project），用户可以参与多种资源消耗任务，其中隧道网络是主要项目之一。Titan的计价程序将会统计在客户节点上运行的任务数量以及每个任务的资源消耗情况，并根据实际消耗给予用户奖励。

1. **WASM/JS 容器支持：**
   * L2节点已全面支持WASM/JS容器运行时，用户可以灵活部署并运行各种项目。
2. **隧道网络项目：**
   * 隧道网络作为主要项目之一，允许用户通过消耗带宽来获得奖励。
3. **任务统计与奖励：**
   * Titan的计价程序将精确统计在用户节点上运行的任务数量。
   * 每个任务的不同资源消耗情况（如带宽使用量）将被详细记录。
   * 根据任务消耗的资源情况，系统将给予用户相应的奖励。

通过POA-隧道网络奖励计划，我们鼓励用户积极参与节点运行并有效利用资源，从而获得更多的奖励。欢迎加入并享受更多收益！

**下行流量奖励计算公式：**

$$
M\_{BNd} =M\_R*M\_X*M\_O*d*30\* M\_N
$$

其中各项参数定义如下：

* $$M\_{BNd}$$：下载流量奖励&#x20;
* $$d$$：消耗的下行下行流量值（GB）&#x20;
* $$M\_{N}$$：同IP运行的节点数量对应的系数&#x20;
* $$M\_{R}$$：地区奖励系数&#x20;
* $$M\_{X}$$：在线忠诚度激励系数&#x20;
* $$M\_{O}$$：在线状态系数

**上行流量奖励计算公式：**

$$
M\_{BNu} =M\_R*M\_X*M\_O*u*50\* M\_N
$$

**参数解释：**

* $$M\_{BNu}$$：上传流量奖励
* $$u$$：消耗上行带宽流量（GB）
* $$M\_{N}$$：同IP运行的节点数量对应的系数&#x20;
* $$M\_{R}$$：地区奖励系数&#x20;
* $$M\_{X}$$：在线忠诚度激励系数&#x20;
* $$M\_{O}$$：在线状态系数


---

# 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/poa-sui-dao-wang-luo-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.
