[DOCs/operators]: Tokenomics hotfix

This commit is contained in:
import this
2025-05-05 12:20:44 +00:00
committed by GitHub
parent 1dc42df59c
commit 3049abf4f1
@@ -155,7 +155,7 @@ For the rewarded set selection weight, good [performance](#node-performance-calc
For a comparison we made an example with 5 nodes, where first number is node performance and second stake saturation (assuming all of them [`config_score`](#config-score-calculation)) = 1 for simplification):
<br />
<AccordionTemplate name="✏️ Comparison example: Performance ^ 20 * total_stake calculation">
<AccordionTemplate name="✏️ Calculation example: performance ^ 20 * node_stake_saturation">
> node_1 = 1.00 ^ 20 \* 1.0 = **1** <br />
> node_2 = 1.00 ^ 20 \* 0.5 = **0.5** <br />
> node_3 = 0.99 ^ 20 \* 1.0 = **0.818** <br />