# chain can be "polkadot" or "kusama"
chain = "polkadot"
first_session = 5200
current_session = 5391

oversubscription_limit = 256

# Values expressed in NEW-DOT or KSM
if(chain=="polkadot"){
  normalization = 1/10000000000
} else {
  normalization = 1/1000000000000
}

# Additional normalization
normalization_thousands = 1/1000
normalization_millions = 1/1000000
normalization_billions = 1/1000000000

Notes
Data collection is done. Missing nominator tables: 39 missing validator tables: 39, missing nominators bonded amount: 0
Some definitions:
1) Number of nominations: The sum of active nominations allocated to validators (including excess nominations). Note that the median of active nominations per nominator is 1. That menas the number of nominations roughly corresponds to the number of nominators but there are some deviations (a few nominators might be counted several times because they have multiple active nominations).
2) Oversubscribed nominations: The sum of nominations exceeding the 64 limit of validators.
3) Number of targets: The sum of validators a nominator selects to be included in the nomination set.

Metrics on the Network

The current staking rate is 50.4358715% with an average of 51.147323%.

Metrics on Nominators

The above graph illustrates how much bond was withdrawn. To be able to withdraw bonds, it first need to be unbonded by the users. Therefore, we see the effect of the unbonding after it occured (28 days for Polkadot and 7 days for Kusama).

Metrics on Validators