Skip to main content
Version: 1.0.0

Governance

ZIGChain Governance is a decentralized decision-making process that allows ZIGChain users to participate in the network's future. Users can vote on proposals, where each ZIG token equals one vote, to change parameters such as fees and validator count, or decide how to spend the treasury.

The Governance process is essential for ZIGChain's decentralized nature as it ensures the network evolves through Community consensus.

Governance Process Overview

The ZIGChain governance process follows five key stages:

  • 1️⃣ Community Consultation: Share your idea with the Community to gather feedback.

  • 2️⃣ Proposal Submission: Submit your formal proposal to the network with an initial deposit. Any ZIG holder can submit proposals.

  • 3️⃣ Deposit Period: During the deposit period, users can deposit ZIG to support the proposal and reach the minimum Deposit Amount. If the proposal reaches the minimum, it starts the Voting Period. If it doesn't, it is closed, and the deposited tokens are transferred back to the proposer and supporters.

  • 4️⃣ Voting Period: During the voting period, ZIGChain Delegators with bonded tokens (with ZIG on active validators) can vote on the proposal. The proposal needs to reach the quorum and the threshold to be valid.

  • 5️⃣ Voting Results: Once the voting period ends, the proposal is closed, and the final results are calculated.

    • If the proposal passes, it is executed and the deposited tokens are returned to the proposer and those who deposited the proposal.
    • If it is rejected, the deposited tokens are returned to the proposer and those who deposited the proposal.
    • If the proposal is vetoed, the deposited tokens are burned.

Governance Process Overview

Detailed Steps of the Governance Process

1️⃣ Share with the Community

While it is not mandatory, it is recommended that you share your idea with the Community before submitting a proposal. This way, you can gather feedback, improve your proposal, and gain supporters before submitting it to the network.

Use our forum to share your ideas with the Community.


2️⃣ Draft and Submit a Proposal

Any user holding ZIG can submit a proposal.

Submitting a proposal requires an initial deposit of at least 1,000 ZIG (minimum_initial_deposit_ratio * min_deposit = 0.04 * 25,000).

  • Minimum Initial Deposit Ratio Example:
    Alice submits a proposal and deposits 200 ZIG to support it. However, as it doesn't reach the minimum, it is not valid (0.04 * 25,000 = 1,000 ZIG), so Alice should deposit at least 1,000 ZIG to submit the proposal.

3️⃣ Deposit Period

To prevent spam, proposals must reach a minimum deposit of 25,000 ZIG before proceeding to the voting period. During the deposit period, ZIG holders can deposit any amount of ZIG to support the proposal. Once the total deposits reach 25,000 ZIG, the voting period begins. If the minimum deposit is not met by the end of the period, the proposal is closed, and all deposited ZIG are returned.

  • Deposit Period and Amounts Example:
    Alice submitted a proposal with a deposit of 20,000 ZIG. After 4 days, the proposal has yet to reach the minimum deposit amount (25,000), so the 20,000 ZIG are returned to Alice.

4️⃣ Voting Period

Once the deposit threshold is met, the proposal enters a voting phase lasting 4 days, or 1 day if expedited. ZIGChain delegators with bonded tokens (i.e., tokens staked with active validators) can cast vote as follows:

  • Yes
  • No
  • No with Veto (to reject malicious proposals)
  • Abstain

Votes cast by validators are automatically inherited by their delegators unless the delegators cast their own vote. If a delegator has both bonded and unbonded tokens, only the bonded tokens are considered in the vote count.

  • Voting Example:
    Alice has 10,000 ZIG delegated to 2 validators. Validator A has 6,000 ZIG (active) and Validator B has 4,000 ZIG (inactive). If Alice votes, only the 6,000 ZIG staked with Validator A are considered. If she doesn’t vote, her vote defaults to Validator A's choice.

5️⃣ Voting Results

A proposal must meet three conditions to pass:

  1. Veto Check:
    "No with Veto" votes must not exceed 33.4% of total votes; otherwise, the proposal is vetoed, and deposits are burned.

  2. Quorum Check:
    At least 33.4% of total bonded ZIGs must participate in the vote.

  3. Threshold Check:
    At least 51% of non-abstaining votes must be in favor.

Proposals are rejected if quorum or threshold are not met.

  • Quorum Example:
    Alice and Bob's proposal reaches the minimum deposit. With 1 million bonded ZIG in the network, 334,000 ZIG (33.4%) voting participation is needed to meet quorum. The proposal receives only 250,000 ZIG in voting participation during the voting period (less than the quorum), resulting in a return of deposits to Alice and Bob.

  • Veto Example:
    Alice proposes a malicious proposal. During the voting period, the proposal has the following votes:
    Yes - 100,000
    No - 50,000
    Abstain - 100,000
    No with Veto - 150,000

    The proposal is vetoed as the number of "No with Veto" votes is greater than total votes * veto threshold (150,000 > 400,000 * 33.4% = 133,333.33333). As it is tagged as a vetoed proposal, the deposited ZIG are burned.

  • Threshold Example:
    Alice submitted a proposal and deposited 25,000 ZIG to support it. The proposal has the following votes:
    Yes - 105,000
    No - 50,000
    Abstentions - 195,000
    No with Veto - 50,000

    The proposal reaches the quorum and is not vetoed. It is accepted if the number of yes votes exceeds the threshold calculation:
    Yes > 51% * (total votes - abstentions)
    (105,000 > 0.51 * (400,000 - 195,000)) -> (105,000 > 104,550)
    The proposal is accepted.

Special Cases in Governance

Expedited Proposals

Urgent matters can be submitted through an expedited proposal with a 1-day voting period and a higher threshold of 66.67% Yes votes (compared to 51% standard).

  • Expedite Example:
    Alice proposes an expedited proposal with a deposit of 500,000 ZIG. After meeting the minimum deposit requirement, the proposal enters a 1-day voting period where it must achieve both quorum and the 66.67% approval threshold to pass.

Cancel Proposals

Proposals can be canceled before the voting period ends. Upon cancellation, 50% of the total deposit is refunded to the proposer and supporters, while the remaining 50% is burned.

  • Cancel Proposal Example:
    Alice deposits 20,000 ZIG and Bob adds 5,000 ZIG to support the proposal. If Alice cancels the proposal, half of the total deposit (12,500 ZIG) is burned and half is returned proportionally:
    • Alice receives 10,000 ZIG
    • Bob receives 2,500 ZIG