# ZivoeGovernorV2.sol

## Introduction

This contract is the governance contract.

This contract has the following responsibilities:

* Proposals are made here.
* Voting is conducted here.
* Increase voting power of stakers and vesters.
* Execute proposals.
* Interface with TimelockController (external contract) to facilitate execution.

#### This contract was adopted from the OpenZeppelin Governance Libary.

For further documentation: <https://docs.openzeppelin.com/contracts/4.x/api/governance>
