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

# Effectiveness

> Glossary of terms found under /effectiveness

<ParamField path="attesterEffectiveness" type="number">
  The aggregate attester effectiveness over the requested time period, that applies to said entity. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/rated-effectiveness-rating/raver-v3.0-current#attester-effectiveness).
</ParamField>

<ParamField path="avgInclusionDelay" type="number">
  The average inclusion delay over the requested time period, that applies to said entity. Read more about the methodology [here](https://docs.rated.network/documentation/explorer/ethereum/network-views/pools-operators-and-validators/entity-metrics-drill-down#inclusion-delay).
</ParamField>

<ParamField path="earnings" type="number">
  Net consensus rewards for the day that apply to said entity (i.e. net of penalties). This is a validator balance difference between the last epoch in the day and the last epoch in the previous day.
</ParamField>

<ParamField path="estimatedPenalties" type="number">
  Gross estimated protocol penalties accrued that apply to said entity.
</ParamField>

<ParamField path="estimatedRewards" type="number">
  Estimated gross validator consensus rewards that apply to said entity. Those are protocol rewards without protocol penalties accrued accounted for.
</ParamField>

<ParamField path="executionProposedEmptyCount" type="number">
  The number of empty blocks that said enitity has proposed.
</ParamField>

<ParamField path="proposedCount" type="number">
  The number of successful block proposals that said entity has been party to.
</ParamField>

<ParamField path="proposerDutiesCount" type="number">
  The number of block slots that said entity has been awarded. proposerDutiesCount minus proposedCount should give you the number of blocks missed by said entity.
</ParamField>

<ParamField path="proposerEffectiveness" type="number">
  The aggregate proposer effectiveness over the requested time period, that applies to said entity. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/rated-effectiveness-rating).
</ParamField>

<ParamField path="slashesReceived" type="number">
  The number of times said entity has been slashed.
</ParamField>

<ParamField path="sumAllRewards" type="number">
  All net consensus (i.e. rewards less penalties) and execution rewards, that apply to said entity. This should be the reflection of the net gain (or loss) a validator has recorded the period in question.
</ParamField>

<ParamField path="sumAttestationRewards" type="number">
  All aggregated attestation rewards, that apply to said entity. This includes rewards from sync committee duties/attestations
</ParamField>

<ParamField path="sumBaselineMev" type="number">
  Our attempt to separate MEV from priority fees, for blocks procured from MEV Relays by said entity. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/baseline-mev-computation).
</ParamField>

<ParamField path="sumConsensusBlockRewards" type="number">
  Consensus rewards earned by said index for successfully producing a block.
</ParamField>

<ParamField path="sumCorrectHead" type="number">
  The number of correct head votes found in said index's attestations.
</ParamField>

<ParamField path="sumCorrectTarget" type="number">
  The number of correct target votes found in said index's attestations.
</ParamField>

<ParamField path="sumExternallySourcedExecutionRewards" type="number">
  The sum of `sumPriorityFees` and `sumBaselineMev` from blocks proposed by said index that were sourced from mev-boost/MEV relays (i.e. blocks not built by the index itself).
</ParamField>

<ParamField path="sumInclusionDelay" type="number">
  The total inclusion delay for a period. Useful when computing the average inclusion delay of arbitrary periods.
</ParamField>

<ParamField path="sumLateSourcePenalties" type="number">
  The sum of all late source penalties for the period, that apply to said index.
</ParamField>

<ParamField path="sumLateTargetPenalties" type="number">
  Penalties for late target vote penalties, that apply to said index.
</ParamField>

<ParamField path="sumMissedAttestationPenalties" type="number">
  All penalties accrued for missed attestations, that apply to said index.
</ParamField>

<ParamField path="sumMissedAttestationRewards" type="number">
  Estimated missed rewards in cases of missed attestations, that apply to said index. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/penalties-and-missed-rewards/validator-missed-rewards-computation).
</ParamField>

<ParamField path="sumMissedConsensusBlockRewards" type="number">
  Estimated value of missed consensus block rewards in cases of missed block proposals, that apply to said index. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/penalties-and-missed-rewards/validator-missed-rewards-computation).
</ParamField>

<ParamField path="sumMissedExecutionRewards" type="number">
  Estimated execution rewards in case the validator missed a block proposal that apply to said index. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/penalties-and-missed-rewards/validator-missed-rewards-computation).
</ParamField>

<ParamField path="sumMissedSyncCommitteeRewards" type="number">
  Estimated missed rewards in cases of missed sync committee signatures, that apply to said index. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/penalties-and-missed-rewards/validator-missed-rewards-computation).
</ParamField>

<ParamField path="sumPriorityFees" type="number">
  Priority fees accrued from succesfully producing blocks that apply to said index.
</ParamField>

<ParamField path="sumSyncCommitteePenalties" type="number">
  Penalties for missed sync committee signatures, that apply to said index.
</ParamField>

<ParamField path="sumSyncCommitteeRewards" type="number">
  Rewards for fulfilled sync committee duties/signatures, that apply to said index.
</ParamField>

<ParamField path="sumWrongHeadPenalties" type="number">
  Wrong head penalties, that apply to said index. Only applicable pre-Altair.
</ParamField>

<ParamField path="sumWrongTargetPenalties" type="number">
  Penalties for wrong target vote penalties, that apply to said index.
</ParamField>

<ParamField path="totalAttestationAssignments" type="number">
  The total number attestation slots the pubkeys that map back to said index have been awarded attestation duties.
</ParamField>

<ParamField path="totalAttestations" type="number">
  The total number of attestations included in blocks. Note: an attestation can be included multiple times.
</ParamField>

<ParamField path="totalUniqueAttestations" type="number">
  The total number of unique attestations.
</ParamField>

<ParamField path="uptime" type="number">
  The average uptime (or participation rate) over the requested time period, that applies to said index. Read more about the methodology [here](https://docs.rated.network/network-explorer/entity-views/entity-metrics-drill-down#participation-rate).
</ParamField>

<ParamField path="validatorEffectiveness" type="number">
  The aggregate validator effectiveness over the requested time period, that applies to said index. Read more about the methodology [here](https://docs.rated.network/documentation/methodologies/ethereum/rated-effectiveness-rating).
</ParamField>
