Supported Use Cases FAQ
Common questions on the use cases for different governor contracts Tally supports
Last updated
Was this helpful?
Common questions on the use cases for different governor contracts Tally supports
Last updated
Was this helpful?
No. The Tally API doesn't have a cost-effective way of calculating voting power for something more complicated than one token, one vote.
Yes, with a workaround. Each Governor gets its own page. Tribe DAO, for example, has three Governors: , , and . Other DAOs have upgraded their Governor and left the old one on Tally for posterity.
You can enable DAO governance for your existing token by adding an OpenZeppelin Governor Contract. Learn how in .
You can implement private voting top of a Governor with Flexible Voting. Implement the in the Governor, then you can deploy a shielded pool that uses zero-knowledge proofs or MPC to keep votes private. Voters can move their votes into the pool. Then, pool can send its vote totals back to the Governor without revealing the votes.