Community Staking Module

Staking Module Share Limit ET Params

As part of the upcoming CSMv3 release, a new EasyTrack (ET) factory UpdateStakingModuleShareLimits.sol will be added. This factory will facilitate management of the stakeShareLimit and priorityExitThreshold parameters for CSM by allowing a dedicated committee (CSMC) to propose minor changes to stakeShareLimit and priorityExitThreshold via ET motions within a predefined limit.

It is proposed to set the following values for the limits in UpdateStakingModuleShareLimits.sol:

  • maxStakeShareLimitIncrease = 500 BP
  • maxStakeShareLimitDecrease = 500 BP
  • maxPriorityExitShareThresholdIncrease = 600 BP
  • maxPriorityExitShareThresholdDecrease = 600 BP

These values ensure that a single ET motion cannot change the module’s stakeShareLimit by more than 0.5% in either direction (increase or decrease). The priorityExitThreshold is typically set to stakeShareLimit * 1.2 to ensure a buffer against protocol TVL fluctuations. Hence, the proposed limits for priorityExitThreshold are 20% wider than those for stakeShareLimit.

4 Likes