> ## 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.

# validator.index retirement

> beacon.validator.index replaced by fields on beacon.raw.balances_latest

[← Back to schema changes overview](/historical-data/supported-blockchains/evm/beacon-chain/schema-changes)

Validator registry used for lookups (for example withdrawal credentials and addresses).

* **End of life:** May 23, 2026
* **Replacement:** `beacon.raw.balances_latest` (same validator-level fields; no separate registry table)
* **Last published:** April 7, 2026

This legacy table is no longer required: **`beacon.raw.balances_latest`** includes the validator-level fields needed for most workflows, including withdrawal-related columns without a separate join from balance queries.

There is no column-by-column mapping for `beacon.validator.index`. Migrate by reading equivalent fields from `beacon.raw.balances_latest` (for example `VALIDATOR_INDEX`, `PUBKEY`, withdrawal fields, and epochs as applicable to your use case).
