DAO
AGFI Decentralized Governance is currently managed on GitHub using a dedicated repository using Issues to track each proposal.
Interface
All AGFI V3 contracts are implementations of OpenZeppelin standards, and so Tally has been used for DAO management.
Timelock
Derived from OpenZeppelin Contracts (last updated v4.6.0) (governance/TimelockController.sol)
Governor
Derived from OpenZeppelin Contracts (last updated v4.6.0) (governance/Governor.sol)
Implements Governor, GovernorSettings, GovernorCompatibilityBravo, GovernorVotes, GovernorVotesQuorumFraction, and GovernorTimelockControl.