Governance Parameters

Below are the core parameters that define how governance works at the protocol level

⏱️ Voting Delay

initialVotingDelay = 0

  • There is no delay between proposal submission and the start of voting. Voting begins immediately after the proposal is submitted.


📅 Voting Period

initialVotingPeriod = 4 days

  • Each proposal remains open for voting for a total of 4 days. During this time, vlZUN holders can cast their votes.


🧱 Proposal Threshold

initialProposalThreshold = 50,000 vlZUN

  • A proposer must hold at least 50,000 vlZUN to be eligible to create a proposal. This prevents spam and ensures only meaningful proposals are submitted.


🗳️ Vote Counting

GovernorCountingSimple

  • Zunami uses the simple majority model, where voters can choose between two options: For & Against.

  • The proposal succeeds if the number of For votes exceeds Against, and the quorum is met.


📊 Quorum

GovernorVotes Quorum = 30% of total vlZUN supply

  • For a proposal to be valid, at least 30% of the total vlZUN supply must participate in the vote (regardless of the direction of the vote).

  • This ensures decisions are made by a significant portion of the community and discourages governance attacks or low-engagement approvals.


These parameters strike a balance between decentralization and security, empowering vlZUN holders while maintaining governance efficiency and resistance to manipulation.

Last updated