Validator Payout Overview · Polkadot Wiki (2024)

Era Points

For every era (a period of time approximately 6 hours in length in Kusama, and 24 hours inPolkadot), validators are paid proportionally to the amount of era points they have collected. Erapoints are reward points earned for payable actions like:

  • issuing validity statements for parachain blocks.
  • producing a non-uncle block in the Relay Chain.
  • producing a reference to a previously unreferenced uncle block.
  • producing a referenced uncle block.

note

An uncle block is a Relay Chain block that is valid in every regard, but which failed to becomecanonical. This can happen when two or more validators are block producers in a single slot, and theblock produced by one validator reaches the next block producer before the others. We call thelagging blocks uncle blocks.

Payments occur at the end of every era.

Era points create a probabilistic component for staking rewards.

If the mean of staking rewards is the average rewards per era, then the variance is thevariability from the average staking rewards. The exact DOT value of each era point is not known inadvance since it depends on the total number of points earned by all validators in a given era. Thisis designed this way so that the total payout per era depends on Polkadot'sinflation model, and not on the number of payableactions (f.e., authoring a new block) executed. For more information, checkthis stackexchange post.

With parachains now on Polkadot, a large percentage of era points will come from parachainvalidation, as a subset of validators are selected to para-validate for all parachains each epoch,and those para-validators can generate more era points as a result. Para-validators are rewarded 20era points each for each parachain block that they validate.

In this case, analyzing the expected value of staking rewards will paint a better picture as theweight of era points of validators and para-validators in the reward average are taken intoconsideration.

High-level breakdown of reward variance

This should only serve as a high-level overview of the probabilistic nature for staking rewards.

Let:

  • pe = para-validator era points,
  • ne = non-para-validator era points,
  • EV = expected value of staking rewards,

Then, EV(pe) has more influence on the EV than EV(ne).

Since EV(pe) has a more weighted probability on the EV, the increase in variance against theEV becomes apparent between the different validator pools (aka. validators in the active set andthe ones chosen to para-validate).

Also, let:

  • v = the variance of staking rewards,
  • p = number of para-validators,
  • w = number validators in the active set,
  • e = era,

Then, v ↑ if w ↑, as this reduces p : w, with respect to e.

Increased v is expected, and initially keeping p ↓ using the same para-validator set forall parachains ensuresavailability andapproval voting. In addition, despite v ↑ on an e to ebasis, over time, the amount of rewards each validator receives will equal out based on thecontinuous selection of para-validators.

There are plans to scale the active para-validation set in the future

Payout Scheme

No matter how much total stake is behind a validator, all validators split the block authoringpayout essentially equally. The payout of a specific validator, however, may differ based onera points, as described above. Although there is a probabilistic component toreceiving era points, and they may be impacted slightly depending on factors such as networkconnectivity, well-behaving validators should generally average out to having similar era pointtotals over a large number of eras.

Validators may also receive "tips" from senders as an incentive to include transactions in theirproduced blocks. Validators will receive 100% of these tips directly.

Validators will receive staking rewards in the form of the native token of that chain (KSM forKusama and DOT for Polkadot).

For simplicity, the examples below will assume all validators have the same amount of era points,and received no tips.

Validator Set Size (v): 4
Validator 1 Stake (v1): 18 tokens
Validator 2 Stake (v2): 9 tokens
Validator 3 Stake (v3): 8 tokens
Validator 4 Stake (v4): 7 tokens
Payout (p): 8 DOT

Payout for each validator (v1 - v4):
p / v = 8 / 4 = 2 tokens

Note that this is different than most other Proof-of-Stake systems such as Cosmos. As long as avalidator is in the validator set, it will receive the same block reward as every other validator.Validator v1, who had 18 tokens staked, received the same reward (2 tokens) in this era as v4who had only 7 tokens staked.

Running Multiple Validators

It is possible for a single entity to run multiple validators. Running multiple validators mayprovide a better risk/reward ratio. Assuming you have enough DOT, or enough stake nominates yourvalidator, to ensure that your validators remain in the validator set, running multiple validatorswill result in a higher return than running a single validator.

For the following example, assume you have 18 DOT to stake. For simplicity's sake, we will ignorenominators. Running a single validator, as in the example above, would net you 2 DOT in this era.

Note that while DOT is used as an example, this same formula would apply to KSM when running avalidator on Kusama.

Validator Set Size (v): 4
Validator 1 Stake (v1): 18 DOT <- Your validator
Validator 2 Stake (v2): 9 DOT
Validator 3 Stake (v3): 8 DOT
Validator 4 Stake (v4): 7 DOT
Payout (p): 8 DOT

Your payout = (p / v) * 1 = (8 / 4) * 1 = 2

Running two validators, and splitting the stake equally, would result in the original validator v4to be kicked out of the validator set, as only the top v validators (as measured by stake) areselected to be in the validator set. More important, it would also double the reward that you getfrom each era.

Validator Set Size (v): 4
Validator 1 Stake (v1): 9 DOT <- Your first validator
Validator 2 Stake (v2): 9 DOT <- Your second validator
Validator 3 Stake (v3): 9 DOT
Validator 4 Stake (v4): 8 DOT
Payout (p): 8 DOT

Your payout = (p / v) * 2 = (8 / 4) * 2 = 4

With enough stake, you could run more than two validators. However, each validator must have enoughstake behind it to be in the validator set.

The incentives of the system favor equally-staked validators. This works out to be a dynamic, ratherthan static, equilibrium. Potential validators will run different numbers of validators and applydifferent amounts of stake to them as time goes on, and in response to the actions of othervalidators on the network.

Slashing

Although rewards are paid equally, slashes are relative to a validator's stake. Therefore, if you dohave enough DOT to run multiple validators, it is in your best interest to do so. A slash of 30%will, of course, be more DOT for a validator with 18 DOT staked than one with 9 DOT staked.

Running multiple validators does not absolve you of the consequences of misbehavior. Polkadotpunishes attacks that appear coordinated more severely than individual attacks. You should not, forexample, run multiple validators hosted on the same infrastructure. A proper multi-validatorconfiguration would ensure that they do not fail simultaneously.

Nominators have the incentive to nominate the lowest-staked validator, as this will result in thelowest risk and highest reward. This is due to the fact that while their vulnerability to slashingremains the same (since it is percentage-based), their rewards are higher since they will be ahigher proportion of the total stake allocated to that validator.

To clarify this, let us imagine two validators, v1 and v2. Assume both are in the active set,have commission set to 0%, and are well-behaved. The only difference is that v1 has 90 DOTnominating it and v2 only has 10. If you nominate v1, it now has 90 + 10 = 100 DOT, and youwill get 10% of the staking rewards for the next era. If you nominate v2, it now has10 + 10 = 20 DOT nominating it, and you will get 50% of the staking rewards for the next era. Inactuality, it would be quite rare to see such a large difference between the stake of validators,but the same principle holds even for smaller differences. If there is a 10% slash of eithervalidator, then you will lose 1 DOT in each case.

caution

If a validator is oversubscribed in an era, staking rewards are distributed only to the the topnominators and the rest of the nominators do not receive any rewards. This is not the case forslashing! Every active nominator of the validator committing slashable offence will be slashed.

Nominators and Validator Payments

Nominated stake allows you to "vote" for validators and share in the rewards (and slashing) withoutrunning a validator node yourself. Validators can choose to keep a percentage of the rewards due totheir validator to "reimburse" themselves for the cost of running a validator node. Other than that,all rewards are shared based on the stake behind each validator. This includes the stake of thevalidator itself, plus any stake bonded by nominators.

info

Validators set their preference as a percentage of the block reward, not an absolute number ofDOT. Polkadot's block reward is based on the total amount at stake, with the reward peaking whenthe amount staked is at 50% of the total supply. The commission is set as the amount taken by thevalidator; that is, 0% commission means that the validator does not receive any proportion of therewards besides that owed to it from self-stake, and 100% commission means that the validatoroperator gets all rewards and gives none to its nominators.

In the following examples, we can see the results of several different validator payment schemes andsplit between nominator and validator stake. We will assume a single nominator for each validator.However, there can be numerous nominators for each validator. Rewards are still distributedproportionally - for example, if the total rewards to be given to nominators is 2 DOT, and there arefour nominators with equal stake bonded, each will receive 0.5 DOT. Note also that a singlenominator may stake different validators.

Each validator in the example has selected a different validator payment (that is, a percentage ofthe reward set aside directly for the validator before sharing with all bonded stake). Thevalidator's payment percentage (in DOT, although the same calculations work for KSM) is listed inbrackets ([]) next to each validator. Note that since the validator payment is public knowledge,having a low or non-existent validator payment may attract more stake from nominators, since theyknow they will receive a larger reward.

Validator Set Size (v): 4
Validator 1 Stake (v1) [20% commission]: 18 DOT (9 validator, 9 nominator)
Validator 2 Stake (v2) [40% commission]: 9 DOT (3 validator, 6 nominator)
Validator 3 Stake (v3) [10% commission]: 8 DOT (4 validator, 4 nominator)
Validator 4 Stake (v4) [ 0% commission]: 6 DOT (1 validator, 5 nominator)
Payout (p): 8 DOT

Payout for each validator (v1 - v4):
p / v = 8 / 4 = 2 DOT

v1:
(0.2 * 2) = 0.4 DOT -> validator payment
(2 - 0.4) = 1.6 -> shared between all stake
(9 / 18) * 1.6 = 0.8 -> validator stake share
(9 / 18) * 1.6 = 0.8 -> nominator stake share
v1 validator total reward: 0.4 + 0.8 = 1.2 DOT
v1 nominator reward: 0.8 DOT

v2:
(0.4 * 2) = 0.8 DOT -> validator payment
(2 - 0.8) = 1.2 -> shared between all stake
(3 / 9) * 1.2 = 0.4 -> validator stake share
(6 / 9) * 1.2 = 0.8 -> nominator stake share
v2 validator total reward: 0.8 + 0.4 = 1.2 DOT
v2 nominator reward: 0.8 DOT

v3:
(0.1 * 2) = 0.2 DOT -> validator payment
(2 - 0.2) = 1.8 -> shared between all stake
(4 / 8) * 1.8 = 0.9 -> validator stake share
(4 / 8) * 1.8 = 0.9 -> nominator stake share
v3 validator total reward: 0.2 + 0.9 DOT = 1.1 DOT
v3 nominator reward: 0.9 DOT

v4:
(0 * 2) = 0 DOT -> validator payment
(2 - 0) = 2.0 -> shared between all stake
(1 / 6) * 2 = 0.33 -> validator stake share
(5 / 6) * 2 = 1.67 -> nominator stake share
v4 validator total reward: 0 + 0.33 DOT = 0.33 DOT
v4 nominator reward: 1.67 DOT

As a seasoned expert in blockchain technology and decentralized systems, I bring a wealth of knowledge to the intricate dynamics of staking, validators, and reward mechanisms in blockchain networks like Polkadot and Kusama. My expertise is grounded in a deep understanding of consensus algorithms, network protocols, and the economic principles that govern these ecosystems.

Now, let's delve into the concepts presented in the provided article:

  1. Era Points:

    • Era points are reward points earned by validators for specific actions during each era, a time period of approximately 6 hours in Kusama and 24 hours in Polkadot.
    • Actions include issuing validity statements for parachain blocks, producing non-uncle blocks in the Relay Chain, producing references to unreferenced uncle blocks, and producing referenced uncle blocks.
    • Uncle blocks are valid Relay Chain blocks that failed to become canonical due to synchronization issues among validators.
    • Payments to validators occur at the end of each era, and era points introduce a probabilistic component to staking rewards.
  2. Parachain Validation and Era Points:

    • With parachains on Polkadot, a significant portion of era points come from parachain validation.
    • Para-validators, a subset of validators, are selected to para-validate for all parachains each epoch and earn 20 era points for each validated parachain block.
    • Analyzing the expected value of staking rewards involves considering the weighted influence of era points from both validators and para-validators.
  3. Reward Variance:

    • The high-level breakdown of reward variance involves parameters like para-validator era points (pe), non-para-validator era points (ne), expected value of staking rewards (EV), variance (v), number of para-validators (p), number of validators in the active set (w), and era (e).
    • Variance increases with the number of validators in the active set, affecting the ratio of para-validators to validators.
  4. Payout Scheme:

    • All validators, regardless of total stake, split block authoring payouts equally.
    • Payout for a specific validator may differ based on era points earned.
    • Validators receive staking rewards in the native token of the chain (KSM for Kusama, DOT for Polkadot).
    • Validators may also receive tips from senders for including transactions in their blocks.
  5. Running Multiple Validators:

    • Running multiple validators can provide a better risk/reward ratio.
    • The payout for each validator is influenced by the stake and the validator set size.
    • Increasing the number of validators can result in higher returns, but each validator must have sufficient stake.
  6. Slashing:

    • Slashes are relative to a validator's stake.
    • Running multiple validators doesn't absolve from consequences of misbehavior.
    • Coordinated attacks are punished more severely.
  7. Nominators and Validator Payments:

    • Nominated stake allows individuals to vote for validators without running a validator node.
    • Validators set a percentage preference for the block reward as their payment.
    • Different validator payment schemes impact the distribution of rewards among validators and nominators.

These concepts collectively contribute to a comprehensive understanding of the intricate mechanics governing the staking, validation, and reward systems in the Polkadot and Kusama ecosystems.

Validator Payout Overview · Polkadot Wiki (2024)

FAQs

What is the payout for Polkadot staking? ›

How much can I make staking Polkadot? The current estimated reward rate of Polkadot is 11.59%. This means that, on average, you can earn about 11.59% for current block/epoc rewards for Polkadot.

What is the minimum dot in Polkadot validator? ›

To start a validator instance on Polkadot, the minimum bond required is 0 DOT.

How many validators should I select for Polkadot? ›

Choose more than one validator

Therefore, it is safer to choose as many trustworthy validators as possible (up to 16 on Polkadot and up to 24 on Kusama).

What is the Polkadot network answer? ›

Polkdot is a blockchain and ecosystem designed for decentralized and other applications to be built on. It is designed so that developers rent application slots (in the future, they will purchase time slots rather than rent) for their applications to use the Polkadot Relay chain.

How often does Polkadot pay APY? ›

What is the Polkadot staking APY? The Polkadot staking reward is approximately 15%. Polkadot staking rewards are claimable by stakers every 24 hours.

How often are DOT staking rewards paid? ›

Every 24 hours

How to know a good validator? ›

Frequent Updates. A good quality validator should also keep their nodes updated to prevent any loopholes for an attack that could lead to a penalty on their stake. The best validators have a website or presence on social media to provide frequent updates to their delegators.

How many validator nodes does Polkadot have? ›

The closest contenders are operating with around 150 validators, while Polkadot is already securely running with 297 validators. Additionally, other projects sometimes have a different definition of validator that approximates more closely to remote signing keys without the full operation of a validating node.

What is the ideal staking rate in Polkadot? ›

Ideal Staking Rate​

The ideal staking rate can vary between 45% to 75% based on the number of parachains that acquired a lease through an auction (this excludes the System parachains), based on the implementation here. where auction_proportion is obtained by computing min(auctioned_slots, 60) / 300 .

How many Polkadot do you need to stake on ledger? ›

This amount is subject to change based on network parameters. For instance, as of May 2024, a minimum of 254 DOT coins was needed to qualify for staking rewards. You can check the current minimum required amount by visiting https://polkadot.js.org/apps/#/staking and selecting the 'Targets' tab.

What are the rewards of a validator? ›

Validators earn financial rewards for carrying out their assigned duties: proposing and validating blocks. As we'll explain in more detail later, these rewards come from new ETH issuance, priority fees from transactions, and maximal extractable value (MEV).

How to choose Polkadot staking pool? ›

An account can only be a member of one pool at a time.
  1. Connect your account to the Staking Dashboard.
  2. Navigate to the "Pools" tab and click the "Join" button: ...
  3. Find the pool you would like to join and click the "Join" button next to it: ...
  4. In this panel, you can enter the amount you want to bond.
Jun 27, 2024

How many transactions does Polkadot do a day? ›

Based on the data directly from the blockchain, Polkadot is hitting more than 1,000,000 transactions every day.

Is Solana or Polkadot better? ›

Solana focuses on high throughput and efficiency with a single-chain platform utilizing a proof-of-history (PoH) consensus mechanism. Solana boasts higher transaction speeds (up to 65,000 TPS) compared to Polkadot (around 1,000 TPS), but faces criticisms regarding centralization and security risks.

Which problem does Polkadot solve mainly? ›

Polkadot is a network protocol that allows arbitrary data — not just tokens — to be transferred across blockchains. This means Polkadot is a true multi-chain application environment where things like cross-chain registries and cross-chain computation are possible.

Is it worth to stake Polkadot? ›

Why stake on Polkadot? Polkadot's staking system is built for maximum security, decentralization, and fair representation. Get DOT for helping support the most energy-efficient blockchain technology and protect your tokens against dilution. Get started with just 1 DOT and help build the future of Web3.

What is the yield of dot staking? ›

Earn rewards on Polkadot up to 15.37% APY. Compare staking rewards and features on 18 platforms.

What are staking rewards usually paid out in? ›

While many cryptocurrencies pay out staking rewards in a network's original coins or tokens, other blockchains have created their own or separate coins and tokens which are utilised as staking rewards, as well as for the blockchain's internal operations.

What percentage does staking dot pay on ledger? ›

Earn staking Polkadot rewards

The current annual yield on Polkadot is around 14%, minus the validators' commission rate. Carefully select your validator(s) as the rewards you'll receive will depend on them.

Top Articles
Virtual Private Network VPN Market 2024 | Predictions for the Fastest Growing Industry in 2032
Extreme Couponing or Coupon Fraud?
Zabor Funeral Home Inc
Bashas Elearning
Missed Connections Inland Empire
Craigslist Cars And Trucks For Sale By Owner Indianapolis
T Mobile Rival Crossword Clue
How to know if a financial advisor is good?
Die Windows GDI+ (Teil 1)
Soap2Day Autoplay
Magic Mike's Last Dance Showtimes Near Marcus Cedar Creek Cinema
Eka Vore Portal
Games Like Mythic Manor
Echat Fr Review Pc Retailer In Qatar Prestige Pc Providers – Alpha Marine Group
2 Corinthians 6 Nlt
Lancasterfire Live Incidents
How do I get into solitude sewers Restoring Order? - Gamers Wiki
Dirt Removal in Burnet, TX ~ Instant Upfront Pricing
Plan Z - Nazi Shipbuilding Plans
Pay Boot Barn Credit Card
Race Karts For Sale Near Me
Metro Pcs.near Me
Epguides Strange New Worlds
Ein Blutbad wie kein anderes: Evil Dead Rise ist der Horrorfilm des Jahres
Bible Gateway passage: Revelation 3 - New Living Translation
R. Kelly Net Worth 2024: The King Of R&B's Rise And Fall
Galaxy Fold 4 im Test: Kauftipp trotz Nachfolger?
Surplus property Definition: 397 Samples | Law Insider
Tokyo Spa Memphis Reviews
Ou Football Brainiacs
Jackass Golf Cart Gif
Mosley Lane Candles
Khatrimmaza
2012 Street Glide Blue Book Value
Cross-Border Share Swaps Made Easier Through Amendments to India’s Foreign Exchange Regulations - Transatlantic Law International
Jefferson Parish Dump Wall Blvd
Hannibal Mo Craigslist Pets
Ksu Sturgis Library
159R Bus Schedule Pdf
Sam's Club Gas Prices Deptford Nj
Craigslist Freeport Illinois
Birmingham City Schools Clever Login
Pekin Soccer Tournament
Centimeters to Feet conversion: cm to ft calculator
Gas Buddy Il
Theatervoorstellingen in Nieuwegein, het complete aanbod.
300+ Unique Hair Salon Names 2024
Publix Store 840
Superecchll
Hkx File Compatibility Check Skyrim/Sse
Koniec veľkorysých plánov. Prestížna LEAF Academy mení adresu, masívny kampus nepostaví
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated:

Views: 6748

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.