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

# Finality Providers

> Glossary of terms found under /finalityProviders

<ParamField path="activeStake" type="number">
  The amount of stake in BTC that is actively staked to a validator.
</ParamField>

<ParamField path="btcAddress" type="string">
  The unique address on the Bitcoin chain of a finality provider.
</ParamField>

<ParamField path="btcPubkey" type="string">
  The unique public key on the Bitcoin chain of a finality provider.
</ParamField>

<ParamField path="commissionRate" type="number">
  The commission rate charged by the finality provider to its stakers/delegators on the rewards the former generates from its duties.
</ParamField>

<ParamField path="finalityProviderAddress" type="string">
  The unique address of a finality provider on the Babylon Genesis chain.
</ParamField>

<ParamField path="finalityProviderName" type="string">
  The name of the entity running the finality provider.
</ParamField>

<ParamField path="token" type="string">
  The token which the rewards are denominated by.
</ParamField>

<ParamField path="totalCommissionRewards" type="number">
  The rewards from the commission a finality provider charges.
</ParamField>

<ParamField path="totalDelegationRewards" type="number">
  The rewards which delegators are entitled to receive from the finality provider they have staked to.
</ParamField>

<ParamField path="totalDelegators" type="number">
  The number of delegators that are staked to a finality provider.
</ParamField>
