subscan-explorer / subscan-essentials

Polkadot Substrate Explorer Subscan

Home Page:https://www.subscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total staked DOT value on subscan does not correspond to that on the JS UI

filippoweb3 opened this issue · comments

Problem

The number of staked DOT on the UI is 636.7249 MDOT, while on subscan is 695.405 MDOT. This leads to a staking rate of 56% on subscan vs. 51% on the JS UI. A 5% difference is significant, and the staking rewards depend on that percentage.

Would it be possible to check how subscan calculates those values?

Screenshot 2022-10-10 at 14 31 48

Screenshot 2022-10-10 at 14 31 59

commented

@filippoweb3 https://polkadot.subscan.io/validator This page can better display the current Era stake amount.
The stake amount on the home page stakedValue= sum(account bonded), which includes bonds that have not been successfully elected as validators and Nominated bonds.

And polkadot.js displays the currently active bonded amount. This is Consistent with subscan https://polkadot.subscan.io/validator. I hope this clears up your doubts

@freehere107 thanks for the answer, I checked and now it makes sense! I will close this issue ;)