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

Feat: Multisig proposals with multiple outcomes #207

Open
arrudagates opened this issue Apr 10, 2023 · 2 comments
Open

Feat: Multisig proposals with multiple outcomes #207

arrudagates opened this issue Apr 10, 2023 · 2 comments

Comments

@arrudagates
Copy link
Member

This can be implemented by following the standard threshold checks considering that all outcomes that aren't nay count towards aye, and then from there select the outcome with the most votes.

Total supply 50 tokens, thresholds for passing with 50% aye and 50% participation

  • Nay | 10 votes
  • Stake 100 TNKR | 15 votes
  • Stake 200 TNKR | 25 votes
    This proposal would pass the thresholds as the sum of the outcomes' votes becomes aye.
    The outcome with 25 votes would be selected as it has the most votes.

One issue that needs to be addressed is deciding when to end the voting process, as even though it passes, with multiple outcomes we don't know if votes to those outcomes will change.

@arrudagates
Copy link
Member Author

Requires #208 for this implementation to be fair, solving the issue of minimum proposal lifetime by allowing the multisigs themselves to decide how they want that to work.

@lana-shanghai
Copy link

Hey, I would be happy to take this one after 208 is completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants