Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoS balance clarification #476

Closed
tzemanovic opened this issue Sep 19, 2022 · 2 comments · Fixed by #1022
Closed

PoS balance clarification #476

tzemanovic opened this issue Sep 19, 2022 · 2 comments · Fixed by #1022
Assignees
Labels
documentation Improvements or additions to documentation PoS
Milestone

Comments

@tzemanovic
Copy link
Member

Migrating this from the previous docs repo.

In src/user-guide/ledger/pos.md we have:

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.

@tzemanovic tzemanovic added PoS documentation Improvements or additions to documentation labels Sep 19, 2022
@tzemanovic tzemanovic moved this to Todo in Namada-Old Sep 19, 2022
@cwgoes
Copy link
Collaborator

cwgoes commented Jan 13, 2023

@brentstone is this up-to-date?

@brentstone
Copy link
Collaborator

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.

@cwgoes cwgoes added this to the 0.15 milestone Jan 16, 2023
@github-project-automation github-project-automation bot moved this from Todo to Tested in Devnet in Namada-Old May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation PoS
Projects
No open projects
Status: Tested in Devnet
Development

Successfully merging a pull request may close this issue.

3 participants