Governance Module
Tools for achieving consensus
Last updated
Was this helpful?
Tools for achieving consensus
Last updated
Was this helpful?
Relevant smart contracts:
The Governance Module is a set of smart contracts that governance can use to modify and upgrade GEB.
DSPause
- the pause contract enforces a delay between scheduling a transaction (coming from a multisig or a voting contract) and executing it.
Malicious governance may want to extract all the collateral from the system or generate a high amount of debt that is not backed by collateral. There are two possible solutions to this problem:
Eliminate governance over most core system components (especially the ones that handle collateral balances).
Use DSPause
and add a delay to every schedule governance proposal.
An attacker could bypass the delay
or, if the authorization logic is flawed, propose and execute transactions that were not approved by token holders or by a multisig.
The governance module is meant to be controlled by the community (with the use of protocol tokens) or by the core team (in the initial stages post launch). Governance minimization is done at the protocol level by removing or bounding human control.