Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Get Block
beaconchain:get_block
Fetch detailed information about a specific block including attestations and transactions.
Read
Low risk
Get Epoch
beaconchain:get_epoch
Fetch detailed information about a specific epoch including statistics and validator data.
Read
Low risk
Get Network Stats
beaconchain:get_network_stats
Fetch current network statistics including validator counts, participation rates, and network health.
Read
Low risk
Get Validator
beaconchain:get_validator
Fetch detailed information about a specific validator including balance, status, and performance.
Read
Low risk
Get Validator Attestations
beaconchain:get_validator_attestations
Fetch attestation history for a validator showing voting participation.
Read
Low risk
Get Validator Deposits
beaconchain:get_validator_deposits
Fetch deposit history for a validator showing all ETH deposits made.
Read
Low risk
Get Validator Performance
beaconchain:get_validator_performance
Fetch validator performance metrics including attestation effectiveness and proposal history.
Read
Low risk
Get Validator Proposals
beaconchain:get_validator_proposals
Fetch block proposal history for a validator.
Read
Low risk
Get Validator Withdrawals
beaconchain:get_validator_withdrawals
Fetch withdrawal history for a validator showing all ETH withdrawals.
Read
Low risk
List Blocks
beaconchain:list_blocks
Fetch multiple blocks with their basic information.
Read
Low risk
List Epochs
beaconchain:list_epochs
Fetch multiple epochs with their statistics.
Read
Low risk
List Validators
beaconchain:list_validators
Fetch multiple validators with their current status and balances.
Read
Low risk
Search Validators
beaconchain:search_validators
Search for validators by index, public key, or graffiti text.
Read
Low risk