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

# Operators

> Glossary of terms found under /operators

<ParamField path="activeStake" type="number">
  The active stake of validators that map back to said entity. This is the denominator in APR%
</ParamField>

<ParamField path="activeValidators" type="number">
  The number of active validator pubkeys that map to said entity.
</ParamField>

<ParamField path="aprType" type="string">
  The APR% calculation type in question. At the moment Rated only supports backward looking APR%. Read more about the methodology that underlies it [here](https://docs.rated.network/documentation/methodologies/ethereum/backward-looking-apr).
</ParamField>

<ParamField path="clientPercentages" type="array">
  The consensus client distribution of a given entity.
</ParamField>

<ParamField path="consolidatedBalance" type="number">
  The sum of the validator balances being consolidated by an entity.
</ParamField>

<ParamField path="consolidatedValidators" type="number">
  The count of validators being consolidated by an entity.
</ParamField>

<ParamField path="networkPenetration" type="number">
  The percentage of overall network stake that said entity maps to.
</ParamField>

<ParamField path="parentEntity" type="string">
  The parent entity or entities that said index maps back to.
</ParamField>

<ParamField path="percentage" type="number">
  The actual APR% value.
</ParamField>

<ParamField path="percentageConsensus" type="number">
  The proportion of APR% attributed to consensus rewards.
</ParamField>

<ParamField path="percentageExecution" type="number">
  The proportion of APR% attributed to execution rewards.
</ParamField>

<ParamField path="relayerPercentages" type="array">
  The distribution of post-merge block space of a given entity. This tracks which MEV Relays said entity is procuring blocks from, on part with how many blocks are locally built.
</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="tags" type="array">
  The quality tag that maps back to said index. Read more about tags [here](https://mirror.xyz/ratedw3b.eth/f8TLAnN1e9kboHiPoctsNplGTD77EH6LXw9ymJV3Axc).
</ParamField>

<ParamField path="validatorCount" type="number">
  The number of validator keys that map to said index.
</ParamField>
