> ## 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="poolFee" type="number">
  The pool fee or rewards commission rate that a stake pool/validator charges their members/delegators.
</ParamField>

<ParamField path="poolFlatFee" type="number">
  The flat fee, denominated in ADA, that a stake pool/validator charges to their delegators for staking with them.
</ParamField>

<ParamField path="poolHashAddress" type="string">
  The hashed address of the stake pool/validator.
</ParamField>

<ParamField path="poolId" type="string">
  The unique identifier of a stake pool/validator.
</ParamField>

<ParamField path="poolName" type="string">
  The name of a stake pool/validator.
</ParamField>

<ParamField path="poolOwnerStakeAddress" type="string">
  The staking address of the owner of the stake pool/validator.
</ParamField>

<ParamField path="poolTicker" type="string">
  A short-form identifier/name of a stake pool/validator.
</ParamField>

<ParamField path="totalEarnedDelegatorRewards" type="number">
  The total rewards earned by a specific stake pool's members/delegators. These are not yet distributed to said delegators.
</ParamField>

<ParamField path="totalEarnedValidatorRewards" type="number">
  The total rewards earned by a specific stake pool's leader/validator. These are not yet distributed to said validator.
</ParamField>

<ParamField path="totalRealizedDelegatorRewards" type="number">
  The total rewards that were received/distributed to a specific stake pool's members/delegators.
</ParamField>

<ParamField path="totalRealizedValidatorRewards" type="number">
  The total rewards that were received/distributed to a specific stake pool's leader/validator.
</ParamField>
