Skip to main content

MIN_EFFECTIVE_BALANCE

Constant MIN_EFFECTIVE_BALANCE 

Source
pub const MIN_EFFECTIVE_BALANCE: u64 = 32_000_000_000;
Expand description

Minimum per-validator effective balance, in mojos — 32e9 (32 DIG).

Traces to SPEC §2.6. Anchors the bond-size constants (REPORTER_BOND_MOJOS, APPELLANT_BOND_MOJOS) and reward/penalty denominators. SPEC designates this as a re-export from dig-consensus::MIN_VALIDATOR_COLLATERAL; defined locally here while that crate is not yet on crates.io. Value must stay byte-identical to the upstream constant when the re-export lands.