5. Governor Configuration
The Governor Configuration Page is designed to set up and customize governance models for organisations, including 1 Token 1 Vote and Quadratic Voting. This interface allows users to define key parameters such as thresholds, voting periods, and additional features to enhance governance functionality.


Governor Deployment
All governor contracts within an organisation must currently be deployed to a single blockchain. This limitation is due to an integration with Tally, which is being worked on to support multi-chain deployment in the future.
Maximum Governors Per Organisation
Each organisation can deploy up to 10 governor contracts, allowing flexibility in governance structures.
Pre-Vote Veto and Vote Delay
If the Pre-Vote Veto module is selected, the Vote Delay setting is linked to the veto functionality. The number of days chosen for the vote delay corresponds to the time available to veto a proposal through the Pre-Vote Veto module. This action can be performed via the organisation’s summary page.
Pre-Execution Timelock and Veto
The Pre-Execution Timelock correlates with the Pre-Execution Veto module. The time selected for the timelock defines the window during which a proposal can be vetoed before execution.
Quadratic Threshold
The Quadratic Threshold introduces a hybrid governance model, combining 1 Token 1 Vote and Quadratic Voting. Up to a specified percentage of the token supply, voting follows the 1 Token 1 Vote mechanism.
Beyond this threshold, Quadratic Voting is applied.
For example, if a user holds 10% of the total token supply and the organisation sets a quadratic threshold of 5%, then:
The first 5% of tokens follow 1 Token 1 Vote.
The remaining 5% are calculated using Quadratic Voting, reducing the influence of large token holders.
This feature is designed to ensure fairness and reduce the disproportionate impact of large token holders on governance outcomes.
Step by Step Instructions
1. Select a Governance Model:
Choose 1 Token 1 Vote and Quadratic Voting.
Enter a unique name for the governor in the Governor Name field.
Select the blockchain for deployment using the Chain Selection dropdown menu. This is the chain that they governor contract will be deployed on.

2. Enable Additional Features (Optional):
Multi-Chain Voting: Activate if voting across multiple blockchains is required. Then turn on each chain. At a later stage you will activate the bridges you want to use to cast those votes.
Refund Mechanism: Enable to automatically reimburse transaction fees for governance participants. Reimbursement will take place only from the chain that the governor is deployed on.
Gitcoin Passport (Quadratic Voting only): Enable for sybil-resistance and identity verification. Please note that the Passport Score UI is currently being updated and instructions will be added later.


3. Configure Thresholds:
Set the Quorum Threshold* to define the minimum percentage of total votes required for proposal approval.
Define the Proposal Threshold* to specify the minimum votes needed for a proposal submission.

4. Set Timing Parameters:
Voting Period: Configure the duration for voting (e.g., 7, 10, or 14 days).
Vote Delay: Set the delay before voting begins after a proposal is submitted.
Pre-Execution Timelock: Define the waiting period before executing an approved proposal.

5. Add Additional Governors:
To create multiple governors, click the Add Another Governor button and repeat the configuration process for each new governor that you want to add.
6. Proceed to Review:
Once all configurations are complete, click Continue to proceed to the Veto Configuration step.
Last updated