Initialize Staking Manager

Configure the Native Token Staking Manager with initial parameters

Configuration Parameters

The PoSValidatorManagerSettings struct includes:

  • Minimum Stake Amount: Minimum tokens required to become a validator
  • Maximum Stake Amount: Maximum tokens that can be staked
  • Minimum Stake Duration: Minimum time tokens must be staked
  • Minimum Delegation Fee Bips: Minimum fee charged to delegators (in basis points)
  • Maximum Stake Multiplier: Maximum multiplier for validator weight
  • Weight to Value Factor: Conversion factor between weight and token value
  • Reward Calculator Address: Address of the deployed reward calculator

Initialize the Contract

Make sure you have your L1 selected in the wallet component

Is this guide helpful?