Skip to main content

Methodology: BeaconScore vs. 3rd Party Metrics

The primary distinction between BeaconScore and other ecosystem ratings is that BeaconScore avoids arbitrary weightings for validator duties. Instead, it utilizes the native weighting defined by the actual Ethereum Consensus Layer (CL) specification.

Why Protocol-Native Weighting Matters

The Ethereum protocol already performs internal weighting through its reward structure. Different duties carry different levels of importance to the network’s security and finality, and the protocol incentivizes them accordingly. Adding external weighting on top of these values introduces redundant variance and “statistical noise.” By adhering strictly to the protocol’s internal logic, BeaconScore provides:
  • Dynamic Adaptation: The score automatically updates if a protocol upgrade (e.g., a hard fork) modifies duty rewards.
  • Historical Reproducibility: Metrics remain consistent and verifiable for any specific historic epoch.
  • Economic Alignment: The score reflects the actual financial impact of validator performance.

Case Study: The “Weighting Problem” in Attestations

The importance of native weighting is most visible in Attestation duties. In the Ethereum specification, an attestation is not a single “pass/fail” event; it consists of three distinct components with different protocol weights:
Attestation ComponentProtocol Weight% of Attestation Reward
Source Vote14~26%
Target Vote26~48%
Head Vote14~26%
The Conflict with Arbitrary Scoring: Many external scoring models treat an attestation as a single binary event or apply a flat 33/33/33% weight to these components. If a validator misses a Target vote (the most critical component for finality), the Ethereum protocol penalizes the validator nearly twice as heavily as if they had missed a Head vote.
  • Arbitrary Scores: Might treat both misses as equal “missed duties,” failing to reflect the actual severity of the performance drop.
  • BeaconScore: Correctively reflects the 48% reward loss, ensuring the metric stays synchronized with the validator’s actual economic standing and network impact.

The Mental Model

BeaconScore moves away from subjective “performance ratings” toward an objective financial truth. It follows a transparent formula:
“The ratio of rewards actually received versus the maximum potential rewards available.”
By using the protocol as the “source of truth,” BeaconScore ensures that if the network considers a duty important enough to pay more for it, your score will reflect that importance naturally.