VIP Rewards Distribution
poolSplitRatio
, is set by the Initia L1 governance and can be changed through on-chain proposals. The sum follows the equation:
The rewards for each rollup are then calculated as follows:
Where:
VIP Rewards Distribution to Rollup Users
operatorCommissionRate
, . This rate allows them to take a portion of the rewards for their rollup.
VIP Operator Rewards Distribution
vestingPeriod
, with each period lasting stageDuration
.VIP Rollup User Vesting
vestingPeriod
, denoted as , with each period lasting one stage. For instance, if the vesting period is 26 stages, the user will receive of their esINIT at each stage.
Achieving the Required Score
To fully convert their rewards into INIT tokens, users must maintain a certain score over the vesting periods, , as determined by Initia L1 governance. The minimum required score is set by a threshold
factor , also determined by the L1 governance. The score calculation is as follows:
Where:
Stage | User Score | esINIT Received | Vesting Rate (per stage) | Min Score Needed | Actual Vesting |
---|---|---|---|---|---|
1 | 100 | 100 | 2 INIT | - | - |
2 | 60 | 60 | 1.2 INIT | 50 (Stage 1) | 2 INIT |
3 | 40 | - | - | 50 (Stage 1), 30 (Stage 2) | 1.6 + 1.2 = 2.8 INIT |
VIP Rollup Operator Vesting
operatorVestingStages
. For example, if the operator vesting period consists of 10 stages, the operator will receive of their esINIT at each stage.