Rewards
A series of endpoints that drill down on rewards related metrics for validators and the network.
Last updated
A series of endpoints that drill down on rewards related metrics for validators and the network.
Last updated
Historical rewards are available from December 1, 2024. We are actively working to backfill this up to October 1, 2024.
Validators on Celestia are rewarded through two duties: block signing and block proposals. Given that Celestia is primarily a data availability network, validators are also expected to provide data availability services such as serving proofs of block and transaction data availability when queried. However, there is no explicitly separate validator rewards for this.
Celestia validators are expected to sign every block (i.e. attest) that is proposed when they are in the active validator set. As long as a validator is not slashed for downtime or double signing, they will receive their full share of block signing rewards. This is paid for by the chain through inflation of the TIA token. For more information on TIA inflation, see here.
Validators are also expected to propose blocks. They receive rewards from proposals through transaction fees paid by users of Celestia, which are mainly payments for blobspace by other rollups/chains using Celestia as a data availability layer.
Validator set a specific commission rate on the rewards received by their delegators. Through delegating their stake, delegators receive rewards based on successfully fulfilled duties by their chosen validator/s. Validators take a cut on these rewards based on their set commission rate.
(insert open API block here)
Using this endpoint, you can query the historical daily rewards of a validator by their unique validator address
. totalDelegationRewards
are the Celestia rewards, denominated in TIA, which delegators are entitled to receive from the validator they have staked to. This includes the rewards towards a validator if they have self-staked/self-bonded. The rewards from the commission a validator charges are given by the totalCommissionRewards
.
This network rewards endpoint gives you a breakdown of all rewards earned by bonded validators over a specified period of time.
Using this endpoint, you can query the total historical daily rewards at the network-level for the specific day. totalDelegationRewards
are the Celestia rewards, denominated in TIA, which delegators are entitled to receive from the validators they have staked to. This includes the rewards towards validators that have self-staked/self-bonded. The rewards from the commissions validators charge are given by the totalCommissionRewards
.
This endpoint returns the historical rewards earned by a single validator.
Successful Response
This endpoint returns the historical rewards earned by the network.
Successful Response