# Key Calculations

#### Node Reward Calculation

Total rewards R*node* for nodes using either bandwidth or computational contributions:

R*node* ​= R*bandwidth* ​+ R*compute*​

#### Congestion and Priority Factor

Network adjusts rewards based on congestion and task priority:

R*adj*​=R × (1+C*load* ​+ T*priority*​)

#### Staking Rewards

For staked rewards:

R*stake* ​= S × (1 + delegation rate) × T

where S is staked **$RHN**.


---

# 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://rhinospider.gitbook.io/docs/key-calculations.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.
