Skip to content

Commit

Permalink
Enrich bondRequirementRate examples in Power section of doc/icon_chai…
Browse files Browse the repository at this point in the history
…nscore_api.md
  • Loading branch information
goldworm committed Jun 18, 2024
1 parent 058014a commit 89d2668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/icon_chainscore_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,9 @@ power = min(bonded + delegated, bonded * 10000 / bondRequirementRate)

* bondRequirementRate contains the value ranging from 0 to 10000.
- 0: 0%
- 1: 0.01%
- 10: 0.1%
- 100: 1%
- 1000: 10%
- 5000: 50%
- 10000: 100%
Expand Down

0 comments on commit 89d2668

Please sign in to comment.