an advanced smart contract standard enabling seamless omnichain governance integration into DAOs
The multichain / omnichain governor is based on a set of smart contracts inherited and used in different chains, it utilizes cross chain bridging from zetaChain or CCIP from chainlink. This standard will allow users to interact with DAOs on other chains, by just being holder of their tokens in the main chain, they can vote and delegate votes from any other supported chain in the protocol.
Composed of 5 core smart contracts :
MultichainGovernor.sol
This contract is inherited and deployed on the settlement chain (i.e. Polygon)
MultichainGovernorAdapter.sol
This contract is deployed on side chains (i.e. BSC)
MultichainGovernorFunctionsConsumer
This contract is deployed on settlement chain (i.e. Polygon)
MultichainGovernorVotes
This contract is deployed on settlement chain (i.e. Polygon)
MultichainGovernorVotesAdapter
This contract is deployed on side chains (i.e. BSC)
IMPORTANT : Contracts and their adapters deployed on side chains will have similar ABIs for seemless integration in the FE.