description | hidden |
---|---|
Common questions on the use cases for different governor contracts Tally supports |
true |
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: Fei, Rari Capital, and TribeNope DAO. 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 this article on Tally's blog.
You can implement private voting top of a Governor with Flexible Voting. Implement the Flexible Voting Extension 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.