> ## 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="activeDelegatorStakeAccountCount" type="number">
  The count of active stake accounts in the network.
</ParamField>

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

<ParamField path="activeDelegatorStakeAuthorityCount" type="number">
  The count of active stake authority addresses in the network.
</ParamField>

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

<ParamField path="activeDelegatorWithdrawAuthorityCount" type="number">
  The count of active withdraw authority addresses in the network.
</ParamField>

<ParamField path="activeDelegatorWithdrawAuthorityDiff" type="number">
  The difference between the current number of active withdraw authority addresses 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="city" type="string">
  The geographical city where this validator's node is located.
</ParamField>

<ParamField path="country" type="string">
  The geographical country where this validator's node is located.
</ParamField>

<ParamField path="deactivatingDelegatorStakeAccountCount" type="number">
  The number of deactivating stake accounts in the network.
</ParamField>

<ParamField path="delegatorApy" type="number">
  The aggregate annual percentage yield (APY) of delegators in the network. For more information, see [here](https://docs.rated.network/methodologies/solana/annual-percentage-yield-apy).
</ParamField>

<ParamField path="giniCoefficient" type="number">
  The network's gini coefficient. For more information, see here (link to Gini coefficient methodology for Solana).
</ParamField>

<ParamField path="hostingProvider" type="string">
  The hosting provider/data service provider used by this validator for its infrastructure.
</ParamField>

<ParamField path="medianVoteLatency" type="number">
  The median [vote latency](/rated-api/glossary/solana/validators#votelatency) across validators.
</ParamField>

<ParamField path="netValidatorApy" type="number">
  The aggregate annual percentage yield (APR) of all validators after distributing rewards to their delegators. For more information, see [here](https://docs.rated.network/methodologies/solana/annual-percentage-yield-apy).
</ParamField>

<ParamField path="networkEffectiveness" type="number">
  The aggregate effectiveness over the requested time period. Read more about the methodology here (link to Solana effectiveness methodology).
</ParamField>

<ParamField path="networkEffectivenessDiff" type="number">
  The difference between the current network effectiveness and the effectiveness from the last time period based on the time window.
</ParamField>

<ParamField path="networkMissedBlocksRate" type="number">
  The percentage of block production duties missed in the network.
</ParamField>

<ParamField path="networkVoteSuccessRate" type="number">
  The percentage of voting duties that were correctly done by validators across the network.
</ParamField>

<ParamField path="networkVotingLatency" type="number">
  The average voting latency across the network.
</ParamField>

<ParamField path="rewardsSolanaMev" type="number">
  Network-wide rewards that are from maximum extractable value (MEV).
</ParamField>

<ParamField path="rewardsSolanaProposals" type="number">
  Network-wide rewards that are from block production.
</ParamField>

<ParamField path="rewardsSolanaVoting" type="number">
  Network-wide rewards that are from slot voting duties.
</ParamField>

<ParamField path="stakeAccountStakeAuthorityRatio" type="number">
  The ratio of stake accounts versus the number of stake authority addresses.
</ParamField>

<ParamField path="stakeAccountWithdrawAuthorityRatio" type="number">
  The ratio of stake accounts versus the number of withdraw authority addresses.
</ParamField>

<ParamField path="totalDelegatedStake" type="number">
  See [totalStake](/rated-api/glossary/solana/network#totalstake).
</ParamField>

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

<ParamField path="validatorApy" type="number">
  The aggregate annual percentage yield (APY) of all validators before distributing rewards to their delegators.
</ParamField>
