Search
⌃K

Tally Contract Compatibility

How to make your Token and Governor contract compatible with Tally
Tally supports DAOs on Ethereum, Polygon, Optimism, Arbitrum, Avalanche, and various testnets .
Tally connects with the on-chain contracts for your DAO in two places. Tally’s servers index the on-chain data, and Tally’s web3 site helps users make calls directly to the contracts running on the blockchain.
Here, we describe the interface that your contracts need to follow to be compatible with Tally. The easiest way to be compatible is to fork Open Zeppelin Governor without changing anything.
If you do need to change something, check the dependencies here in the docs to make sure that your changes are compatible with Tally’s data indexing and web3 calls.