> For the complete documentation index, see [llms.txt](https://docs.rwa.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rwa.vip/iii.-rwa-ecosystem-protocol-operation-mechanisms/energy-points-algorithm-contract.md).

# Energy Points Algorithm Contract

## <mark style="color:blue;">Energy Points Weight Reward</mark>

Invite staking to earn corresponding energy point rewards:

Direct Referral Reward: Earn 10% of the rebase rewards from the staking of referred accounts each round.

Energy Point Algorithm Weight Reward:The daily energy point algorithm reward pool is 75% of the total rebase output across the entire network.

$$Energy point algorithm M=lnQmax +∑Qi+BQmax$$

$$B=（∑Qi/Qmax）0.33 (B≤1)$$

(Qmax：Maximum department computing power, Qi：idepartment computing power，i1-n)

Weight Coefficient N=0.00002K+0.8（Where K is the value of RWA staked at this address,K≥10000，N=1）

#### <mark style="color:blue;">**Daily Energy Point Algorithm Weight Reward:**</mark>

Daily Energy Point Algorithm Weight Reward = NM / Total Network Energy Point Algorithm M  75% of the daily total rebase token output for the entire network

(Decreases by 1-10% for each level, with the decay factor determined by parameters such as staking rate, total staking amount, and treasury size.)

#### <mark style="color:blue;">**Daily New Energy Point Algorithm Reward:**</mark>

The reward for newly added energy points is allocated based on the proportion of new energy points added to the total network's new energy points, distributing 5% of the daily total rebase token output for the entire network.

#### <mark style="color:blue;">**Energy Point Algorithm Reward Release Rules:**</mark>

The release rules for the energy point algorithm rewards are the same as those for staking rewards. At the same time, the energy point algorithm rewards can also choose to burn a corresponding percentage of RWA to accelerate the release.

#### <mark style="color:blue;">**Energy Point Algorithm Circular Mechanism:**</mark>

When the account's energy point algorithm rewards reach 5 times the rebase amount (based on the individual's initial staking amount), an equivalent amount of RWA tokens must be burned in order to continue receiving energy point algorithm dividend rewards.


---

# 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:

```
GET https://docs.rwa.vip/iii.-rwa-ecosystem-protocol-operation-mechanisms/energy-points-algorithm-contract.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.
