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

# Delegators

> Glossary of terms found under /delegators

<ParamField path="aggregateValidatorEffectiveness" type="number">
  The stake-weighted effectiveness rating of the validators being delegated to. For more information on the effectiveness rating, see [here](https://docs.rated.network/methodologies/solana/solana-validator-effectiveness-rating).
</ParamField>

<ParamField path="blendedMevCommissionRate" type="number">
  The stake-weighted MEV commission rate being charged to a delegator based on its delegated validators.
</ParamField>

<ParamField path="blendedVoteCommissionRate" type="number">
  The stake-weighted voting rewards (i.e. staking rewards) commission rate being charged to a delegator based on its delegated validators.
</ParamField>

<ParamField path="delegatedStake" type="number">
  The amount of stake delegated.
</ParamField>

<ParamField path="delegations" type="object">
  The information related to the validators a delegator has delegated to including the percentage share of the delegator's stake.
</ParamField>

<ParamField path="delegatorApy" type="number">
  The annual percentage yield earned by a delegator. For more information see [here](https://docs.rated.network/methodologies/solana/annual-percentage-yield-apy).
</ParamField>

<ParamField path="mevCommissionPaid" type="number">
  The commission paid by this delegator on the MEV rewards it receives.
</ParamField>

<ParamField path="mevCommissionRate" type="number">
  The MEV commission rate being charged to a delegator based on its delegated validators.
</ParamField>

<ParamField path="mevRewards" type="number">
  The MEV rewards received by a delegator.
</ParamField>

<ParamField path="mevRewardsApr" type="number">
  The annual percentage rate earned by a delegator on the MEV rewards it receives.
</ParamField>

<ParamField path="missedStakingRewards" type="number">
  The estimated staking rewards (i.e. vote rewards) missed by a delegator based on validator underperformance. Feature to follow; defaults to 0 for now.
</ParamField>

<ParamField path="networkPenetration" type="number">
  The percentage of overall network stake the particular delegator is associated with.
</ParamField>

<ParamField path="poolName" type="string">
  The name of the staking pool
</ParamField>

<ParamField path="stakeAccount" type="string">
  The address of the stake account.
</ParamField>

<ParamField path="stakeAuthority" type="string">
  The stake authority address.
</ParamField>

<ParamField path="stakingCommissionPaid" type="number">
  The commission paid by a delegator on the staking rewards (i.e. vote rewards) it receives.
</ParamField>

<ParamField path="stakingRewards" type="number">
  The staking rewards a delegator receives. Specifically these are the rewards that delegators get from the successful voting duties that validators fulfill. These rewarded by the protocol through SOL inflation.
</ParamField>

<ParamField path="stakingRewardsApy" type="number">
  The annual percentage yield of a delegator on the staking rewards its receives.
</ParamField>

<ParamField path="status" type="string">
  The status of a stake account based on whether it is active (i.e. delegated), inactive (i.e. undelegated), activating (i.e. in the process of delegating), or deactivating (i.e. in the process of undelegating).
</ParamField>

<ParamField path="sumCommissionPaid" type="number">
  The total commission paid by a delegator to its validator delegate/s based on the rewards the former receives.
</ParamField>

<ParamField path="sumRewards" type="number">
  The total rewards (staking/voting and MEV) a delegator receives.
</ParamField>

<ParamField path="validatorDelegates" type="number">
  The number of validators a delegator is currently delegating to.
</ParamField>

<ParamField path="validatorEffectiveness" type="number">
  The validator effectiveness over the requested time period that applies to the validator being delegated to. For more information, see [here](https://docs.rated.network/methodologies/solana/solana-validator-effectiveness-rating).
</ParamField>

<ParamField path="validatorName" type="string">
  The name of the validator being delegated to.
</ParamField>

<ParamField path="validatorVoteAccount" type="string">
  The vote account address (i.e. unique identifier/pubkey) of the validator being delegated to.
</ParamField>

<ParamField path="voteCommissionRate" type="number">
  The voting rewards (i.e. staking rewards) commission rate being charged to a delegator based on its delegated validator.
</ParamField>

<ParamField path="withdrawAuthority" type="string">
  The withdraw authority address.
</ParamField>
