-
Notifications
You must be signed in to change notification settings - Fork 31
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
Change "# TKN" by percentages #51
Comments
The problem with using tokens is this: Let's say at first a user has 100 tokens, they give 50 tokens to proposal A cause they really like it! Proposal B is ok so it gets 30 and proposal F gets 20...C, D, and E are bad proposals so they get none. Then the user gets 1000 new tokens... they are anchored to giving the proposal they liked a lot 50 tokens... but now their token balance has changed drastically so that previous experience is basically irrelevant to the new decision that they are faced with. Giving 50 tokens means nothing to them any more. But if it was %... They would remember that they gave Proposal A 50% of their voting power... so that is still relevant data that they can use to make decisions on which proposals they want to support. ... And eventually I would hope there would be a button that they could click that would just redistribute their new tokens to the proposals they are voting for already.... Every time the user buys tokens we want to make it quick and easy for them to vote! ... In a dream world, every time a user would mint any tokens they would automagically add voting power proportionally to all their chosen proposals... and if they want to burn tokens, they automagically unstake at equal proportions from all of their votes so that they can burn their tokens without having to push any extra buttons. (FUTURE BOX) |
You need to somehow specify that it's a % of your tokens. Otherwise it will get confused with the percentages related to the total conviction needed. In fact when I first read this I assumed it was being suggested to show a percentage of the totalSupply and not of the users balance. |
Unless the conviction is specified in terms of token amount instead of percentages? |
Conviction should absolutely be denominated in xDai or HNY as pointed out in #52 ;-) |
@GriffGreen commented on replacing the number of staked tokens by the percentage staked:
These changes would also imply changes in this box:
My concerns with this approach are:
Supported: 20%
doesn't have the same impact than sayingSupported: 20 TKN
.On the other hand, I see the point on indicating what percentage of your tokens are being used, and would love to include this information when possible. For example You have 67% of your tokens actively staked on Proposals, and 33% of your tokens are not being used to vote is a very good message to include in the panel.
The text was updated successfully, but these errors were encountered: