> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Queue Latest

> Find the current entry and exit queue duration on Beacon Chain.

### Overview

The `beacon.validator.queue_latest` provides the current status of activation and exit duration data with \~1-hour data freshness.

This model uses the same methodology as `beacon.validator.queue` in deriving queue duration.

### Table Columns

| Column Name                  | Description                                                         |
| ---------------------------- | ------------------------------------------------------------------- |
| validators\_entry\_queued    | Number of validators waiting in the entry queue on this date        |
| entry\_queue\_eth            | Total amount of ETH in the entry queue currently                    |
| entry\_churn\_per\_epoch     | Median number of validators that can enter the active set per epoch |
| total\_entry\_queue\_epochs  | Estimated number of epochs required to clear the entry queue        |
| total\_entry\_queue\_minutes | Estimated time in minutes to clear the entry queue                  |
| total\_entry\_queue\_hours   | Estimated time in hours to clear the entry queue                    |
| total\_entry\_queue\_days    | Estimated time in days to clear the entry queue                     |
| validators\_exit\_queued     | Number of validators waiting in the exit queue on this date         |
| exit\_queue\_eth             | Total amount of ETH in the exit queue currently                     |
| exit\_churn\_per\_epoch      | Median number of validators that can exit the active set per epoch  |
| total\_exit\_queue\_epochs   | Estimated number of epochs required to clear the exit queue         |
| total\_exit\_queue\_minutes  | Estimated time in minutes to clear the exit queue                   |
| total\_exit\_queue\_hours    | Estimated time in hours to clear the exit queue                     |
| total\_exit\_queue\_days     | Estimated time in days to clear the exit queue                      |
| last\_updated\_at            | Timestamp when the queue data was last updated                      |
| \_created\_at                | Timestamp when the queue data was created                           |
| \_updated\_at                | Timestamp when the queue data was last updated                      |
