Governance Methods

public updateNetworkFee (networkFee)

Description: updates network fee.

public withdrawNetworkEarnings (amount)

Description: withdraws accumulated network fees in SSV token to DAO treasury.

public updateLiquidationThresholdPeriod (blocks)

Description: sets the minimum period (in blocks) after which SSV accounts can be liquidated.

public updateOperatorFeeIncreaseLimit (percentage)

Description: sets the max amount by which operators can increase fees in each fee update cycle. This does not limit max operator fee, only the rate (%) by which it can be increased within each fee update cycle.

public updateDeclareOperatorFeePeriod (seconds)

Description: sets the time window (in second) between the declaration and activation of a new operator fee.

public updateExecuteOperatorFeePeriod (seconds)

Description: sets the time window (in second) in which an operator can activate a new fee. It starts after the fee declaration window ends.

Last updated