Governance Cycle
Nance embraces the concept of a Governance Cycle. Originally born from Juicebox's concept of a funding cycle, a Governance Cycle is a set amount of time that a DAO has to propose, discuss, vote, and execute proposals. Utilizing cyclical governance has many advantages over ad-hoc or asynchronous governance:
- Predictable - organization members know when they need to propose and vote
- Less voter burnout - voters have preset days they know they will need to vote, no need to constantly check for new proposals
- Batched execution - grouping proposal actions by cycle allows for more efficient execution
- Time to refine ideas - organization members can refine their ideas if they are rejected on an initial vote
Implementationβ
Nance is setup to track 4 stages of a Governance Cycle
- Temperature Check (suggestion: 3 days)
- organization members provide feedback on proposal content
- proposal authors can refine their proposal
- simple π π poll is taken (typically in Discord)
- proposals that achieve a configurable threshold of positive feedback by the end of this stage are moved to the Vote stage
- Vote (suggestion: 4 days)
- organization members vote on proposals, typically using their token-weighted voting power
- off-chain signature voting backed by Snapshot
- proposals that achieve a certain threshold of positive votes are moved to the Execution stage
- Nance supports complex passing thresholds in addition to simple majority
- Execution (suggestion: 4 days)
- signers of the organization's Safe assemble to execute proposals
- if using a Juicebox treasury, proposals must be executed before the edit deadline
- Nance allows multiple proposal actions to be rolled into a single safe multicall transaction, easing Safe signer burden
- Delay (suggestion: 3 days)
- downtime between Governance Cycles
- organization members can propose new ideas during this time for the next Governance Cycle
Nance recommends a 14 day Governance Cycle, but if your organization needs more or less time for each stage, Nance is configurable to your needs!
Next we'll walk through the stages that a proposal goes through during a Governance Cycle within the Nance platform starting with Propose.