Search
⌃K

Supported use cases FAQ

These are the most common questions we had received regarding the use cases of the different governor contracts we support.

Does Tally support Governors that use two token contracts?

No, unfortunately we don't. The Tally API doesn't have a cost-effective way to calculating voting power for something more complicated than one token, one vote.

Does Tally support DAOs with multiple governor contracts?

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.

I have an existing token. How can I make a DAO that uses the token for on-chain voting?

You can enable DAO governance for your existing token by adding an OpenZeppelin Governor Contract. Learn how in this article on Tally's blog.

How can I make on-chain votes private?

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.