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

implement liquid democracy delegations #382

Open
brenzi opened this issue Mar 30, 2024 · 0 comments
Open

implement liquid democracy delegations #382

brenzi opened this issue Mar 30, 2024 · 0 comments

Comments

@brenzi
Copy link
Member

brenzi commented Mar 30, 2024

Allow voters to delegate their vote to someone else.

Delegations shall be

  • quasi static (valid until they are changed)
  • scoped
    • Any
    • AnyLocal(CommunityIdentifier)
    • Specified(Vec<ProposalAction>)
  • recursive (up to N layers deep)
  • lazy (it is up to the delegate to cast a vote for all delegators, moving complexity off-chain)

note

  • consider using vouches pallet to register delegations
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

1 participant