> ## 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="nominatorCount" type="number">
  The total number of nominators (delegators) that are staked to a validator.
</ParamField>

<ParamField path="ownStake" type="decimal">
  The amount staked by a validator to itself (self-stake).
</ParamField>

<ParamField path="stashAccountAddress" type="string">
  The address attributable to a validator that controls the staking operations.
</ParamField>

<ParamField path="totalDelegatorRewards" type="decimal">
  The total rewards claimed/received by nominators (delegators/stakers) attributed to a validator based on the former's stake weight.
</ParamField>

<ParamField path="totalStake" type="decimal">
  The total stake attributable to a validator.
</ParamField>

<ParamField path="totalValidatorRewards" type="decimal">
  The total rewards claimed/received by a validator.
</ParamField>

<ParamField path="validatorName" type="string">
  The name of a validator primarily based on the supplied metadata for a validator. If no name is available, this is generated based on the first six characters of a validator's stash account address.
</ParamField>
