Skip to main content
The beacon.validator.entry_queue_latest model provides the estimated epoch and timestamp where a pending deposit from Beacon Chain is expected to be processed. It provides the estimated entry timestamp and hours to entry for a given validator. The estimated entry timestamp and epoch is based on the current churn rate, beacon chain deposit index of the validator and the amount of ETH in front of the validator. The outputs of the model is expected to vary around +/- 1-2 epochs. This model is derived from beacon.validator.balances_latest and beacon.raw.pending_deposits, and is updated approximately every 30 minutes.

Schema

Example Query

The following query fetches the estimated entry timestamp and hours to entry for a given validator. Note that not all validators will have an index if they are not met the activation eligibility epoch.
This query shows the top 5 validators with pending deposits, ordered by the amount of ETH in queue in front of them.