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

# Validators

> Glossary of terms found under /validators

<ParamField path="consolidatedAmount" type="number">
  The balance being transferred from the source validator to the target validator during consolidation.
</ParamField>

<ParamField path="consolidationEpoch" type="number">
  The epoch where the validator was consolidated (`source_validator_index` to `target_validator_index`).
</ParamField>

<ParamField path="dvtNetwork" type="string">
  The DVT network that said index maps to.
</ParamField>

<ParamField path="dvtOperators" type="array">
  List of operators under a validator index. Note: only applicable in Obol or SSV DVT clusters.
</ParamField>

<ParamField path="nodeOperators" type="array">
  The node operator that said index maps to.
</ParamField>

<ParamField path="pool" type="string">
  The pool that said index maps to.
</ParamField>

<ParamField path="sourceEntity" type="string">
  The entity related to the validator being consolidated.
</ParamField>

<ParamField path="sourceEntityType" type="string">
  The entity type of the entity related to the validator being consolidated.
</ParamField>

<ParamField path="sourceValidatorIndex" type="number">
  The validator being consolidated.
</ParamField>

<ParamField path="targetBalanceBeforeConsolidation" type="number">
  The balance of the target validator before receiving the balance of the validator being consolidated.
</ParamField>

<ParamField path="targetBalanceAtConsolidationEpoch" type="number">
  The balance of the target validator after receiving the consolidated balance of the source validator. It is the balance of the target validator after the consolidation and the epoch itself have been processed.
</ParamField>

<ParamField path="targetEffectiveBalanceAtConsolidationEpoch" type="number">
  The effective balance of the target validator after receiving the consolidated balance of the source validator. It is the effective balance of the target validator after the consolidation and the epoch itself have been processed.
</ParamField>

<ParamField path="targetEntity" type="string">
  The entity related to the target validator; validator receiving the balance of the validator being consolidated.
</ParamField>

<ParamField path="targetEntityType" type="string">
  The entity type of the entity related to the target validator.
</ParamField>

<ParamField path="targetValidatorIndex" type="number">
  The validator receiving the balance of the validator being consolidated.
</ParamField>
