> ## 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="activeStake" type="number">
  The amount of stake in the network's native token that is actively staked to a validator.
</ParamField>

<ParamField path="commissionRate" type="number">
  The commission rate charged by the validator to its stakers/delegators on the rewards the former generates from validator duties.
</ParamField>

<ParamField path="totalCommissionRewards" type="number">
  The rewards from the commission a validator charges.
</ParamField>

<ParamField path="totalDelegationRewards" type="number">
  The rewards which delegators are entitled to receive from the validator they have staked to. This includes rewards toward the validator itself if they have self-staked/self-bonded.
</ParamField>

<ParamField path="totalDelegators" type="number">
  The number of delegators that are staked to a validator.
</ParamField>

<ParamField path="validator" type="string">
  The unique address of a validator.
</ParamField>

<ParamField path="validatorMoniker" type="string">
  The name of the entity running the validator.
</ParamField>
