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

Aragon: Delegate Voting for Aragon DAOs #174

Open
VictoQ opened this issue Feb 24, 2023 · 0 comments
Open

Aragon: Delegate Voting for Aragon DAOs #174

VictoQ opened this issue Feb 24, 2023 · 0 comments

Comments

@VictoQ
Copy link
Collaborator

VictoQ commented Feb 24, 2023

Description 📃

A lot of DAOs are currently requesting a delegate governance mechanism, similar to how representative democracies are structured today. Many token holders don’t necessarily have the time to spend reviewing each proposal in depth, which is why some would rather delegate their voting power to someone else.

The objective is: build a delegate governance model for Aragon DAOs. Token holders should be able to delegate their tokens to representatives they trust to vote in proposals representing their voice. In order to do this, you’ll likely have to build a token wrapper contract as well as an Aragon governance plugin.

The token wrapper contract is for the DAO’s voting tokens (you can choose whether to focus on ERC-20s or ERC-721s or both). This wrapper contract should enable delegating functionality so that the token can represent the vote of someone else, without that person having to actually transfer the token to someone else.

Then, build a governance mechanism plugin that counts how many tokens have been delegated to an address when counting the votes for a given proposal.

Acceptance Criteria 🏁

- DAO members should be able to delegate their tokens to others
- Build a working plugin and publish it to the aragonOSx protocol
- Create documentation about how the plugin works
- Bounty will be judged based on effectiveness:
    - DAO members should be able to delegate their vote to someone else
    - That delegated vote should be counted when counting the results of a given DAO proposal
- Bonus points for building a good UX/UI for this
- Other contracts from the ecosystem may be used and repurposed.

Reward Pool 💸

USDC 3000

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

Successfully merging a pull request may close this issue.

1 participant