-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improve staking page interactiveness #1782
Comments
Hey @jak-pan I think this could make a "good first issue" for one of the Polkadot Blockchain Academy alumni to work on during morekudos.com/carnival. Can we add this to the list? |
Hey @jak-pan! Just to make sure, we are on the same page. The '% staked out of total circulating supply' chart should alter when the user is entering the amount to stake, along with the projected APR? |
Hey, no, single users most probably don't have enough stake to push this much, albeit it's ok if we show increase here it will probably don't move much. It was meant to work when increasing stake. It's a little bit complicated as we don't have design for this yet but when increasing stake, you are moving on the time curve as we need to adjust the point in time where you are to not give you more unlocked stake instantly. This should be shown on the chart which you currently don't see as you don't have any stake. Also hovering over individual referenda could show you how much you could move (at least in term of unlock days and %) on the curve based on different voting locks you could chose. End goal is to have voting in app with referendum info that would store your preferred voting amount and lock time and show this movement on the staking curve in all while voting. |
Thanks for the explanation, looks fairly complex at the outset 😅 |
Yeah I think it's not the greatest first issue unless you like math pain :) But I will tag a few more issues that are and you can check if you like something. |
That would be great @jak-pan! |
Currently we don't show chart updates on i.e. increasing stake (we should show you what will happen when you increase stake)
The text was updated successfully, but these errors were encountered: