Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Update Bridge reward #9

Merged
merged 1 commit into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/basics/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The rewards are divided into *staking rewards* and *bridge rewards*. Ronin alloc
| Year | Staking rewards (RON) | Bridge rewards (RON) |
|:-------------------: |:--------------: |:-------------: |
| 1 | 30,000,000 | 1,000,000 |
| 2 | 30,000,000 | |
| 2 | 30,000,000 | 1,000,000 |
| 3 | 30,000,000 | |
| 4 | 28,000,000 | |
| 5 | 24,000,000 | |
Expand Down Expand Up @@ -109,6 +109,6 @@ The following table is a sensitivity analysis of the annual percentage rate (APR

The rewards for bridge operators are funded by RON allocation rewards:

* We allocated 1,000,000 RON for bridge operator reward in the first year.
* We allocated 1,000,000 RON for bridge operator reward in the first two years.
The rewards are automatically given to the bridge operators at the end of each period.
* In each period, each bridge operator will be given a reward that is proportional to the number of votes in the period. After this period, we will need to find other sources of rewards for the bridge operators. We are planning to introduce other types of rewards with the goal that the operators are profitable without receiving the fund from RON allocation rewards.
Loading