Eligibility

To be eligible for staking and earning rewards on InitiaDEX, an LP pair must be whitelisted through L1 governance. Before whitelisting, the LP token must meet the following prerequisites:

  1. The LP token must include INIT as part of its pair.
  2. For Balancer pool positions, the INIT weight within the pool must be equal to or greater than 50%.

Determining Rewards and Reward Weights

When a new LP token aa is whitelisted, the proposal must also include a suggested reward weight waw_a for the token. This weight represents the relative amount of rewards allocated to the token per block compared to the overall distribution among all whitelisted tokens. This weight can be later adjusted by governance once the asset is whitelisted..

To determine the distribution of rewards per token per block for a stakable asset aa among NN total stakable assets, we use the following formula that incorporates individual reward weights:

ra=wartotali=1Nwir_a = \frac{w_a \cdot r_{\text{total}}}{\sum_{i=1}^{N} w_i}

where:

  • rar_a represents the inflationary INIT rewards for the asset aa.
  • rtotalr_{\text{total}} denotes the total INIT rewards allocated for a given block.
  • waw_a is the governance-set reward weight parameter for the asset aa.
  • i=1Nwi\sum_{i=1}^{N} w_i is the sum of reward weights for all NN whitelisted tokens.