The governance process is divided in a few steps that are outlined below:
Note: There is a special case where a proposal can be executed before voting period passes, if its strongly supported, based on the configured early execution quorum.
To prevent spam, proposals must be submitted by holders with a certain number of governance tokens and the DAO proposers key. Several members of the DAO can add inputs separately to a proposal before it is posted on chain so that their combined inputs meet the proposal governance token limit.
Once proposals are posted on chain, they are immediately active.
Participants are users that have the right to vote on proposals. Participants are holders of governance tokens specified in the DAO.
Note that only participants from before the proposal is submitted on chain are eligible to vote. That means receivers of governance tokens after a proposal is submitted will not be eligible to vote.
There are currently two voting options:
Once a proposal passes its duration, which is measured in 4 hour block windows, participants can no longer vote on the proposal, and it is considered expired.
Quorum is defined as the minimal threshold of participating total governance tokens need for a proposal to pass. Normally this is implemented as min % of voting power, but we do this in absolute value.
Early execytuib quorum is defined as the minimal threshold of participating total tokens needed for a proposal to be considered as strongly supported, enabling early execution. Must be greater or equal to normal quorum.
The approval ratio is defined as the minimum proportion of yes votes for the proposal to be accepted.