Overview
Benchmark any validator set, including operators not in the public entity registry, against the network average using the same methodology as the public leaderboard.API Endpoints: This guide uses
validators/performance-aggregate, validators/apy-roi, validators/rewards-aggregate, and performance-aggregate.Plan requirement:
validators/performance-aggregate with dashboard_id, validators/apy-roi, and validators/rewards-aggregate are available on all paid plans. performance-aggregate (network baseline) is available on all plans.Why Use Dashboards as Private Entities?
Custom Entity Definitions
Define your own operator boundaries regardless of public label coverage. Useful for staking protocols, custodians, or infrastructure providers managing validators across multiple withdrawal credentials.
Same Methodology, Private Data
The benchmark methodology (BeaconScore delta, component efficiency, missed reward % of earned) is identical to the public entity leaderboard. You can produce comparable reports without being labeled in the public registry.
Group-Level Sub-Entity Benchmarking
Organize validators into dashboard groups by node, region, client, or team. Benchmark each group independently using
group_id, mirroring the sub-entity drill-down available for public entities.Operator SLA Reporting
Produce performance reports for customers or internal stakeholders using your own segmentation, with network-relative deltas as the baseline.
Step 1: Define Your Private Entity Set
Create a Validator Dashboard and add the validators that constitute your private entity. Each dashboard can represent one entity; dashboard groups represent sub-entities.- Use
dashboard_idfor the full private entity set - Use
dashboard_id+group_idfor sub-entity benchmarking
For setup, grouping workflows, and validator import methods, see Dashboard as Private Sets.
Step 2: Fetch Private Entity BeaconScore
Fetch the aggregated BeaconScore for your dashboard:Step 3: Fetch Network Baseline
data.beaconscore.total as the network baseline. Use the same evaluation_window as Step 2.
Step 4: Compute BeaconScore Delta
Threshold Reference
These thresholds apply to the total delta and all three component deltas.
Step 5: Fetch APY / ROI for the Private Set
Step 6: Fetch Missed Rewards for the Private Set
Missed % of Earned Thresholds (lower = better)
Example: Full Private Entity Benchmark Script (Python)
Multi-Group Benchmarking (Sub-Entity Pattern)
To benchmark multiple internal groups in the same way public entity sub-entities are benchmarked, query eachgroup_id independently and compare to the same network baseline:
Best Practices
Use 30d or 90d Windows
Longer windows reduce noise from proposal luck variance (see residual luck factors). Use 30d as the minimum for meaningful comparisons.
Standardize Group Semantics
Keep group-to-infrastructure mappings consistent. Reorganizing groups mid-period makes historical deltas incomparable.
Audit Dashboard Membership
Verify which validators are in each dashboard before publishing benchmark results. Validator exits, activations, or reassignments can silently change group composition.
Separate EL APY Outliers
If your private set shows elevated EL APY, verify it reflects actual MEV outcomes (check proposal count) rather than a group composition issue.

