> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-en/resource-network-test/operate-nodes/l2-edge-node/reward-rules/poa-hot-storage-cdn-rewards/bandwidth-rewards-hosting-download-service.md).

# Bandwidth Rewards - Hosting Download Service

**Bandwidth Consumption and Reward Calculation**

In Titan network, there are various scenarios of bandwidth consumption by nodes for downloading data and this section discusses in detail the rewards that nodes should get in various scenarios.

## Case 1: Downloading node downloads data through the data source station <a href="#case-1-downloading-node-downloads-data-through-the-data-source-station" id="case-1-downloading-node-downloads-data-through-the-data-source-station"></a>

No reward

## Case 2: Inter-node data download <a href="#case-2-inter-node-data-download" id="case-2-inter-node-data-download"></a>

In this case, the node can download data through other L1 or L2 nodes and the nodes involved are of two types:

* **Downloading node** (downstream traffic)
* **Downloaded node** (upstream traffic)

#### **No reward for downloading nodes**

#### **Reward for downloaded nodes:**

$$
M\_{BNu} =M\_R*M\_X*M\_O*u*b*220* M\_{IP} \* M\_N
$$

where

* $$M\_{BNu}$$​: Uploading reward
* $$u$$: Amount of upload data (GB)
* $$b$$: Reward coefficient based on upstream peak bandwidth
* $$M\_{IP}$$​: IP type coefficient
* $$M\_{N}$$​: Reward coefficient based on number of nodes under the same IP
* $$M\_{R}$$​: region reward coefficient
* $$M\_{X}$$​: online loyalty coefficient
* $$M\_{O}$$​: online status coefficient


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.titanapp.info/titan-network-en/resource-network-test/operate-nodes/l2-edge-node/reward-rules/poa-hot-storage-cdn-rewards/bandwidth-rewards-hosting-download-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
