stabilitydao / inception-contracts

Smart contracts from the Inception epoch of the Stability DAO
https://stabilitydao.org
MIT License
12 stars 4 forks source link

On-chain governance #2

Closed a17 closed 2 years ago

a17 commented 2 years ago

Motivation DAO needs a Governance contract. On-chain governance is a mechanism that enables the decentralized community to govern the protocol through direct on-chain voting. On-chain governance is most reliable for transparent protocol management because it guarantees a transparent consensus forming process.

Details The native token has the voting capability provided by the ERC20Votes extension. Optimal base implementation for us is openzeppelin-contracts Governon.sol How to set up on-chain governance