| activity_date | TIMESTAMP_NTZ(9) | The date for which metrics are being calculated. Only includes completed days. |
| missed_slots | NUMBER(19,0) | Number of slots where a block was expected but not produced |
| apr_consensus_reward | FLOAT | Annualized percentage rate of consensus rewards relative to active staked balance |
| apr_execution_pbs_reward | FLOAT | Annualized percentage rate of execution PBS rewards relative to active staked balance |
| apr_execution_non_pbs_reward | FLOAT | Annualized percentage rate of execution non-PBS rewards relative to active staked balance |
| apr_total_reward | FLOAT | Annualized percentage rate of all rewards (consensus + execution) relative to active staked balance |
| staked_balance | NUMBER(38,0) | Total amount of ETH staked across all validators |
| staked_balance_active_ongoing | NUMBER(38,0) | Total amount of ETH staked by active and ongoing validators |
| total_balance | FLOAT | Total balance including staked ETH and rewards across all validators |
| balance_active_ongoing | FLOAT | Total balance of active and ongoing validators including staked ETH and rewards |
| total_validators | NUMBER(38,0) | Total count of validators across all states |
| validators_active_ongoing | NUMBER(38,0) | Count of validators in the active and ongoing state |
| execution_rewards_non_pbs | FLOAT | Total execution layer rewards not from PBS (Priority Block Space) |
| execution_rewards_pbs | FLOAT | Total execution layer rewards from PBS (Priority Block Space) |
| consensus_rewards | FLOAT | Total consensus layer rewards |
| block_rewards | FLOAT | Total rewards from block proposals |
| block_rewards_validators | NUMBER(38,0) | Number of validators that received block proposal rewards |
| sync_committee_rewards | FLOAT | Total rewards from sync committee participation |
| sync_committee_validators | NUMBER(38,0) | Number of validators that received sync committee rewards |
| attestation_rewards | FLOAT | Total rewards from attestations |
| total_eth_deposits | FLOAT | Total amount of ETH deposited during the period |
| avg_eth_deposits | FLOAT | Average amount of ETH per deposit |
| total_validator_deposits | NUMBER(38,0) | Total number of validator deposits |
| total_eth_withdrawals | FLOAT | Total amount of ETH withdrawn during the period |
| avg_eth_withdrawals | FLOAT | Average amount of ETH per withdrawal |
| total_validator_withdrawals | NUMBER(38,0) | Total number of validator withdrawals |
| validators_entry_queued | NUMBER(38,0) | Number of validators waiting in the entry queue |
| entry_churn_per_epoch | FLOAT | Number of validators that can enter the active set per epoch |
| total_entry_queue_epochs | FLOAT | Estimated number of epochs required to process the entry queue |
| total_entry_queue_minutes | FLOAT | Estimated time in minutes to process the entry queue |
| total_entry_queue_hours | FLOAT | Estimated time in hours to process the entry queue |
| total_entry_queue_days | FLOAT | Estimated time in days to process the entry queue |
| validators_exit_queued | NUMBER(38,0) | Number of validators waiting in the exit queue |
| exit_churn_per_epoch | FLOAT | Number of validators that can exit the active set per epoch |
| total_exit_queue_epochs | FLOAT | Estimated number of epochs required to process the exit queue |
| total_exit_queue_minutes | FLOAT | Estimated time in minutes to process the exit queue |
| total_exit_queue_hours | FLOAT | Estimated time in hours to process the exit queue |
| total_exit_queue_days | FLOAT | Estimated time in days to process the exit queue |