Skip to main content
Schema: monad.gov Table: ez_validator_self_stake Type: View

What

Daily view showing the percentage of each validator’s total stake that is self-staked (where validator auth_address equals delegator_address). Useful for analyzing validator skin-in-the-game and alignment with delegators.

Columns

Column NameData TypeDescription
BALANCE_DATEDATEDate of the balance snapshot
VALIDATOR_IDNUMBERID of the validator
VALIDATOR_NAMETEXTHuman-readable validator name from labels, or ‘Validator N’ if not labeled
CONSENSUS_ADDRESSTEXTBlock producer address derived from secp_pubkey. Appears as “miner” in block headers.
VALIDATOR_ADDRESSTEXTAuth address of the validator
SELF_ACTIVE_STAKEFLOATValidator’s own active stake in MON
TOTAL_ACTIVE_STAKEFLOATTotal active stake delegated to this validator from all delegators
SELF_PENDING_STAKEFLOATValidator’s own pending withdrawal stake in MON
TOTAL_PENDING_STAKEFLOATTotal pending withdrawal stake for this validator from all delegators
SELF_STAKE_AT_RISKFLOATValidator’s own total stake at risk (active + pending)
TOTAL_STAKE_AT_RISKFLOATTotal stake at risk for this validator from all delegators
SELF_STAKE_PCT_OF_ACTIVEFLOATPercentage of active stake that is self-staked by the validator
SELF_STAKE_PCT_OF_TOTALFLOATPercentage of total stake at risk that is self-staked by the validator