Skip to main content

Validator Rewards in the Core Chain Ecosystem


The Core Chain ecosystem is designed to incentivize participation and secure commitment from its community through a well-structured rewards system. This system underpins the Satoshi Plus consensus mechanism, ensuring network security, stakeholder engagement, and alignment of interests among all participants. The rewards system is fundamental in encouraging the community to partake actively in mining, staking, and governance, thereby enhancing the overall health and growth of the ecosystem.

Validator Rewards​

  • Description: Validators earn rewards for their role in processing transactions, creating new blocks, and maintaining the blockchain's integrity. These rewards are critical for compensating Validators for their efforts and operational costs.
  • Mechanism: Validators receive a combination of transaction fees and new CORE tokens minted through the blockchain's inflation policy. The amount of rewards a Validator receives is proportional to their stake and the delegated hash power from miners. There are two categories of validator rewards:
    1. Base rewards, i.e. newly minted CORE tokens;
    2. Fees collected from transactions in each block;

Base rewards are calculated and distributed when the last block of a round is mined. Currently, 90% of the rewards go to the validators and 10% of the rewards go to the System Reward Contract. Of the 90% paid to validators, some percentage is taken as a commission by the validator before they pay out their delegates. Each validator has an equal probability of producing blocks, so in the long run, all stable validators should get a similar portion of the reward.

Validators share rewards with the entities that delegated to them – including CORE stakers, bitcoin stakers, and PoW delegators – but they decide how much to give back by deciding how much they (the validators) choose to keep for themselves. Validators can take as much or as little of the reward as they want, though they’re incentivized to be generous in order to attract more stake and hash power.

Validators are required to share rewards with the delegators who staked CORE or delegated hash power to them. Given the fact that each validator has an equal probability of producing blocks, all stable validators should get a similar portion of the rewards, in the long run. The portion validators keep for themselves (commission fees) will be distributed directly to their fee addresses at the end of each round.

After the validators take their fees, the protocol uses this function to determine how the remaining rewards are split between CORE stakers, BTC stakers, and hash power delegators. Reward distribution is calculated based on the following formula:

rH=rHptHp∗mS∗R rH = \frac{rHp}{tHp} * \frac{m}{S} * R rS=rSptSp+tBp∗n∗(1−m)S∗R rS = \frac{rSp}{tSp + tBp * n} * \frac{(1-m)}{S} * R rB=(rBp∗n)(tSp+tBp∗n)∗(1−m)S∗R rB = \frac{(rBp * n)}{(tSp + tBp * n)} * \frac{(1-m)}{S * R}

Where:

  • rHrH is the rewards received by the validator because of the hash power delegated to it (DPoW)
  • rSrS is the rewards received by the validator because of the CORE delegated to it (DPoS)
  • rBrB is validator rewards attributed to BTC staking
  • RR is the overall rewards attributed to all delegators

For completeness, here are three other ratios of interest:

rHu=rHrHp rHu = \frac{rH}{rHp} rSu=rSrSp rSu = \frac{rS}{rSp} rBu=rBrBp rBu = \frac{rB}{rBp}

Where:

  • rHurHu is the validator hash power rewards per unit;
  • rSurSu is the CORE token staking rewards per unit;
  • rBurBu is the BTC staking rewards per unit;

These reward-splitting functions are designed to create an active market for rewards while encouraging competition amongst the validator set for both delegated hash power and delegated stake (BTC and CORE). For their part, delegators will try to optimize their own rewards by choosing validators with lower amounts of delegated hash power and stake. To maximize their rewards, delegators will look both for validators that are generous in their payouts, but also don’t already have a substantial amount of delegated CORE tokens or delegated PoW. The less a given validator has staked, the greater a contribution from a delegator will be. If a delegator adds one CORE token to a validator that only has one token, they’re 50% of that validator’s total delegation. If they delegate to a validator with 99 CORE tokens, they’re only 1% of that validator’s total delegation. Since payouts are determined in part based on the percentage of total stake each delegator accounts for, they’ll be incentivized to try and find validators with small delegations.

Reward Distribution Strategy​

Core Chain follows the following distribution Principles:

  • Fairness: The rewards system is designed to be fair, ensuring that contributions, whether in the form of staking, mining, or governance participation, are equitably recognized and rewarded.
  • Transparency: All aspects of the reward distribution are transparent, allowing participants to understand how rewards are calculated and distributed.
  • Security: The distribution mechanism is secured against manipulation and abuse, using cryptographic and smart contract-based safeguards to ensure the integrity of the reward process.

Preventing Validator Misbehavior​

Malicious validator behavior is disincentivized by slashing and jailing. Verifiers can submit evidence to have validators slashed or jailed if they fail to meet their obligations. The primary slashable activities are unavailability and double signing. Unavailability is reported by validators themselves in the consensus algorithm, and double signing is reported by external verifiers. Refer to the detailed guide on slashing and jailing for more information.