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

# Network

> Glossary of terms found under /network

<ParamField path="activeDelegatorCount" type="number">
  The count of active delegators in the network.
</ParamField>

<ParamField path="activeDelegatorDiff" type="number">
  The difference between the current number of active delegators and from the last time period based on the time window.
</ParamField>

<ParamField path="activeValidatorCount" type="number">
  The count of active validators in the network.
</ParamField>

<ParamField path="activeValidatorDiff" type="number">
  The difference between the current number of active validators and from the last time period based on the time window.
</ParamField>

<ParamField path="avgDelegatedStake" type="decimal">
  The amount of stake delegated by an average delegator.
</ParamField>

<ParamField path="avgValidatorDelegates" type="number">
  The average number of validators a delegator has delegated their stake to.
</ParamField>

<ParamField path="blendedCommissionRate" type="decimal">
  The network aggregate rate being paid by delegators on the rewards they earn to their delegate validators based on latter's stake weight.
</ParamField>

<ParamField path="borProposalApr" type="decimal">
  The annual percentage rate (APR) apportioned to Bor proposal rewards.
</ParamField>

<ParamField path="borProposalRewardsRatio" type="decimal">
  The ratio of rewards attributable to Bor block proposals.
</ParamField>

<ParamField path="delegatorApr" type="decimal">
  The aggregate annual percentage rate (APR) of delegators in the network. For more information, see here.
</ParamField>

<ParamField path="heimdallCheckpointApr" type="decimal">
  The annual percentage rate (APR) apportioned to Heimdall checkpoint rewards, both signing and proposals.
</ParamField>

<ParamField path="heimdallCheckpointRewardsRatio" type="decimal">
  The ratio of rewards attributable to Heimdall checkpoint duties, both signing and proposals.
</ParamField>

<ParamField path="netValidatorApr" type="decimal">
  The aggregate annual percentage rate (APR) of all validators after distributing rewards to their delegators. For more information, see here.
</ParamField>

<ParamField path="networkBorProposalRate" type="decimal">
  The percentage of Bor proposal duties across all validators that were successful.
</ParamField>

<ParamField path="networkCheckpointProposalRate" type="decimal">
  The percentage of checkpoint proposal duties across all validators that were successful.
</ParamField>

<ParamField path="networkCheckpointSigningRate" type="decimal">
  The percentage of checkpoint signing duties across all validators that were successful.
</ParamField>

<ParamField path="networkEffectiveness" type="decimal">
  The aggregate effectiveness over the requested time period. Read more about the methodology here.
</ParamField>

<ParamField path="rewardsBorMev" type="decimal">
  The MEV (maximum extractable value) rewards from the Bor chain. This is from data mainly sourced from [Fastlane](https://www.fastlane.finance/) and [Marlin](https://explore.marlin.org/#/).
</ParamField>

<ParamField path="rewardsBorPriorityFees" type="decimal">
  The transaction priority fees received by validators from proposing blocks on the Bor chain.
</ParamField>

<ParamField path="rewardsCheckpointProposals" type="number">
  The rewards from checkpoint proposals.
</ParamField>

<ParamField path="rewardsCheckpointSignatures" type="number">
  The rewards from signing checkpoints
</ParamField>

<ParamField path="totalDelegatedStake" type="decimal">
  The total amount of delegated stake in the network.
</ParamField>

<ParamField path="totalSelfStake" type="decimal">
  The total amount of stake that is staked by validators themselves.
</ParamField>

<ParamField path="totalStake" type="decimal">
  The total amount of stake in the network.
</ParamField>

<ParamField path="validatorApr" type="decimal">
  The aggregate annual percentage rate (APR) of all validators before distributing rewards to their delegators. For more information, see here.
</ParamField>
