You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the PoS system is just an account, you can query its balance, which is the sum of all staked tokens:
anoma client balance --owner PoS
This is not quite true because tokens that are unbonded but not yet withdrawn are still locked in the PoS system and hence contribute to its balance. The actual staked tokens sum can be found from the PoS data, but we do not have any client command to query it yet.
Note, we're adding #339 which will make it possible to query the total stake.
The text was updated successfully, but these errors were encountered:
Looks like this statement has been moved to documentation/docs/src/user-guide/ledger/staking.md, and this is still relevant and true. Let's keep this open and I'll address it in a new PR soon for PoS specs and docs.
Migrating this from the previous docs repo.
In
src/user-guide/ledger/pos.md
we have:This is not quite true because tokens that are unbonded but not yet withdrawn are still locked in the PoS system and hence contribute to its balance. The actual staked tokens sum can be found from the PoS data, but we do not have any client command to query it yet.
Note, we're adding #339 which will make it possible to query the total stake.
The text was updated successfully, but these errors were encountered: