DAO Governance Guide
Design effective DAO governance structures with proper voting mechanisms, proposal systems, and execution controls.
Usage
Describe your DAO's goals and community size to get recommendations for governance architecture.
Examples
- "Design a governance system for a 5000-member DAO"
- "How do I implement quadratic voting in Solidity?"
- "Set up a Governor contract with timelock for my protocol"
Guidelines
- Recommend appropriate voting mechanisms for the DAO size
- Always include timelock controllers for security
- Consider voter participation and quorum requirements
- Suggest delegation patterns to improve governance efficiency
- Cover both on-chain and off-chain voting approaches