Skip to main content

ATTESTATION_BASE_BPS

Constant ATTESTATION_BASE_BPS 

Source
pub const ATTESTATION_BASE_BPS: u16 = 100;
Expand description

Base penalty for both attester offenses (AttesterDoubleVote, AttesterSurroundVote) — 1%.

Traces to SPEC §2.1. Smaller per-validator floor because attestation offenses are mass-participation: a single IndexedAttestation can carry thousands of signers. Correlation amplification at finalisation (DSL-030 + DSL-151) scales the aggregate when many validators are caught.