For the complete documentation index, see llms.txt. This page is also available as Markdown.

⚖️Skale SRB

Learn how SKALE staking rewards are calculated. SKLSRB formula covers daily validator rewards, total staked SKL tokens, and annualized node yield.

SKLSRB is a benchmark representing the annualized staking rate for the SKL token.

SKLSRB is calculated and published by Staking Rewards via the SKL Profile and Data API.

TL;DR: SKALE staking rewards come from daily distributed validator rewards. The reward rate equals daily rewards annualized over 365 days divided by total staked SKL tokens. Validator-level rates are adjusted by commission.

SKLSRB=drty/stSKLSRB = dr * t_y / st
Formula key
Metric name
Description

dr

Daily Reward

The calculated distributed daily rewards for all validators.

st

Staked Tokens

The total staked tokens amount.

tyt_y

Year Constant

365d


Skale Validator Staking Rewards Rate: SKLSRB(v)

Staking Rewards calculates the SKLSRB for each validator based on their individual performance and commission rate.

SKLSRB(v)=vrty(1cr)/vstSKLSRB(v) = vr * t_y * (1 - cr) / vst
Formula key
Metric Name
Description

vr

Validator Rewards

The rewards collected by the validators.

cr

Commission Rate

The commission rate the validators has set as a delegation fee.

vst

Validator Staked Tokens

The stake of the validator in the network (investment).

tyt_y

Year Constant

365d


Skale Real Reward Rate (SKLSRB^R)

The real reward rate calculates the reward rate adjusted for inflation in the network.

SKLSRBR=1+SKLSRB/(1+i)1SKLSRB^R = 1+SKLSRB/(1+i)-1
Formula Key
Metric name
Description

i

Inflation Rate

Total tokens added to the circulating supply in the last 365 days.


Data Sources:

  • Indexed Ethereum Data via Dune.


References:


📚 Learn more about SKL Staking

📊 Calculate your SKL Staking Rewards

⚙️ Access historic Skale Staking Data via API

Last updated