EIP3 - Update Governance Parameters

Authors

@kbrizzle (Equilibria), @lewi (S#2)

Background

Currently, the Empty Set protocol is governed using a fork of Compound’s original GovernorAlpha contract.

This contract is not upgradable, however a new instance may be deployed with updated hardcoded parameters, then switched over to through governance.

Motivation

As protocols start to implement DSU as a unit of account, ensuring the sound governance of the protocol managing DSU is imperative. Given the current value of the governance token, we feel it prudent to raise the quorum & proposal requirements. Similarly, we feel that we should extend the voting periods due to various attacks on other protocols that have occured in the last few months.

We intend to make it significantly harder to attack the Empty Set protocol via a malicious governance action through the implementation of these changes.

Overview

We propose using the current audited GovernorAlpha contract but adjusting the hard-coded values to the ones below.

Proposed parameters

Quorum: 5.0% → 10.0%

Proposal: 0.5% → 2.0%

Voting Delay: 1 block → 2 days

Voting Period: 3 days → 7 days

Timelock: Remain at 2 days

Implementation

An initial implementation of the change can be viewed here.

Operation

Due to the GovernorAlpha guardian pattern, in order to fully enable the new governor, the Empty Set treasury multisig will need to execute one final __acceptAdmin() transaction call after the onchain proposal is executed. The passing of this proposal will thereby give this treasury multisig the authority to do so.

Vote

The vote will take place on the governance page of the Empty Set webapp.