B_heartbeat_interval
Number of blocks between leader liveness heartbeats sent to parachain
B_recovery_delay
Number of parachain blocks after the last FCFP before the parachain initiates Finality Recovery Mode.
B_recovery_duration
Number of parachain blocks that Finality Recovery Mode continues before transitioning back to operational mode.
N_slashing
Percentage of stake slashed for proven censorship or malicious behavior by validators.
N_validators_max
Maximum number of validators allowed in the active set
N_validators_min
Minimum number of validators required for secure network operation.
N_validators_quorum
Percentage of validators required to validate and finalize blocks.
R_bridging_missed
Ratio of slots missed by the Bridging Gadget Operator during an Epoch, calculated as missed slots divided by total slots.
R_bridging_missed_max
Maximum allowed ratio of missed slots before Bridging Gadget Operator is penalized and disabled in the next epoch.
S_batch_size
Number of Fast Chain blocks included in a single FCFP before submission to Bridging Gadget.
S_checkpoint_interval
Number of blocks between state checkpoints for fast synchronization
S_election_finalization
Number of blocks before epoch end when validator election results must be finalized.
S_epoch_duration
Duration between validator set elections, encompassing the full governance and nomination cycle.
S_fc_block_time
Target time between blocks during normal operation on Fast Chain, currently set to 100ms.
S_last_voting_block
Number of blocks before epoch end after which no more nominator votes are accepted.
S_secondary_delay
Number of consecutive slots the Primary Leader may miss before the Secondary Leader starts block production.
S_tenure_duration
Duration for which a single Primary Leader produces blocks before rotation to the next validator.
S_witness_delay
Time allocated for validators to submit witness messages during Finality Recovery Mode.
S_yell_response_delay
Number of slots validators wait for the Primary Leader to include Yell Query transaction and provide inclusion proof.
S_yell_user_delay
Number of slots user waits before submitting Yell Query, noted as unused due to mempool visibility subjectivity.