dApp staking v3 - tier algorithm adjustment proosal

When dApp Staking was changed to v3, Tokenomics was also changed at the same time. As a result, the dApp reward allocation has been reduced by almost half, so let’s apply the v2 mechanism in this situation.

The result is as follows.

If we leave it as is, it will not reduce the excessive rewards for top dApps that we wanted to improve in v3, so we will need to devise a new way to do so.

Simply setting a staking limit is not a sufficient countermeasure, so if the Tier system is to be eliminated, it would be appropriate to revise the fundamental calculation formula.

We added two types of functions to the simulation.


  1. Current: Current calculation method (Tier system)
  2. Linear: Calculation method for v2 format (distributed by share ratio)
  3. Irrational: Reduce the difference using √
  4. Irrational+Sigmoid: Add a sigmoid function to 3 to put some limits on the bottom and top.

Graphically, the shape of 3 looks good, but allocating the current reward pool as it is would appear to be too much. Therefore, a calculation would need to be made that would vary the reward pool.

3 Likes