You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: