Parameters

Parameters

Live parameters can be seen on-chain at https://jito.network/stakenet/steward/config or via the CLI.

ParameterValueDescription
Scoring Parameters
mev_commission_range10Number of recent epochs used to evaluate MEV commissions and running Jito for scoring
epoch_credits_range30Number of recent epochs used to evaluate yield
commission_range30Number of recent epochs used to evaluate commissions for scoring
mev_commission_bps_threshold1000Maximum allowable MEV commission in mev_commission_range (stored in basis points)
commission_threshold5Maximum allowable validator commission in commission_range (stored in percent)
historical_commission_threshold50Maximum allowable validator commission in all history (stored in percent)
scoring_delinquency_threshold_ratio0.85Minimum ratio of slots voted on for each epoch for a validator to be eligible for stake. Used as proxy for validator reliability/restart timeliness. Ratio is number of epoch_credits / blocks_produced
Delegation Parameters
instant_unstake_delinquency_threshold_ratio0.70Same as scoring_delinquency_threshold_ratio but evaluated every epoch
num_delegation_validators200Number of validators who are eligible for stake (validator set size)
scoring_unstake_cap_bps750Percent of total pool lamports that can be unstaked due to new delegation set (in basis points)
instant_unstake_cap_bps1000Percent of total pool lamports that can be unstaked due to instant unstaking (in basis points)
stake_deposit_unstake_cap_bps1000Percent of total pool lamports that can be unstaked due to stake deposits above target lamports (in basis points)
State Machine Operation Parameters
compute_score_slot_range1000Scoring window such that the validators are all scored within a similar timeframe (in slots)
instant_unstake_epoch_progress0.90Point in epoch progress before instant unstake can be computed
instant_unstake_inputs_epoch_progress0.50Inputs to “Compute Instant Unstake” need to be updated past this point in epoch progress
num_epochs_between_scoring10Cycle length - Number of epochs to run the Monitor->Rebalance loop
minimum_stake_lamports5,000,000,000,000 (5000 SOL)Minimum number of stake lamports for a validator to be considered for the pool
minimum_voting_epochs5Minimum number of consecutive epochs a validator has to vote before it can be considered for the pool