Tally
- Name: Tally
- URL: https://www.tally.xyz/
- Category: governance control plane / Governor-based DAO infrastructure / token-holder operations stack
- Tags: ethereum-ecosystem
- Summary: Tally is a governance control plane built around OpenZeppelin Governor-style DAOs. The useful part is not the voting UI. It is the operator stack around proposal flow, delegation, treasury actions, token-holder distribution, and the indexing/API surfaces that keep those systems usable.
- What it does:
- Provides a web app for launching and operating onchain governance, including proposal management, delegation, treasury actions, and execution workflows
- Builds on the OpenZeppelin Governor standard and documents a standard token + governor + timelock architecture for compatible organizations
- Offers token-sale infrastructure with auction mechanics, KYC, claim flows, post-sale liquidity setup, and pathways to immediate governance participation
- Exposes a GraphQL API for querying Governor organizations, proposals, delegates, and related onchain governance data
- Maintains open-source governance tooling including TallyZero for decentralized voting and an OZGovernor deployment repo for launching Governor-based DAOs
- Key claims:
- The governance docs position Tally as production-ready governance infrastructure with delegation, security-council elections, optimistic governance, multichain support, and gasless voting/delegation
- The token-sales docs explicitly connect fundraising, post-sale liquidity, and governance bootstrapping, which shows Tally is trying to own more of the token-holder lifecycle than a standard DAO UI
- The architecture docs say Tally indexes and interacts with autonomous Governor smart contracts and recommend OpenZeppelin Governor for compatibility
- The API docs describe a GraphQL API for Governor organizations and show Tally treating governance data access as a first-class developer product
- The public GitHub org reinforces that Tally ships governance infrastructure underneath the app layer, including Tally Zero and a Governor deployment toolkit
- Whitepaper: No canonical standalone Tally whitepaper or litepaper surfaced in this pass. The clearest current source of truth is the official docs, API reference, and open-source governance repos saved in
../whitepapers/tally-primary-sources-2026-04-27.md. - Sources:
- https://www.tally.xyz/
- https://docs.tally.xyz/readme.md
- https://docs.tally.xyz/on-chain-operations/governance.md
- https://docs.tally.xyz/set-up-and-technical-documentation/tally-architecture.md
- https://docs.tally.xyz/set-up-and-technical-documentation/welcome.md
- https://docs.tally.xyz/set-up-and-technical-documentation/welcome/how-to-use-the-tally-api.md
- https://apidocs.tally.xyz/
- https://github.com/withtally
- https://raw.githubusercontent.com/withtally/tally-zero/master/README.md
- https://raw.githubusercontent.com/withtally/gov-deployer/master/README.md
Internal linkages
- Best offchain governance counterpart: snapshot
- Best execution substrate once proposals touch assets and permissions: safe
- Best historical governance baseline for the underlying contract model: governor-bravo
Control surface
-
Practical authority sits in governor deployment defaults, proposal and delegation flow, treasury-operation interfaces, token-sale and distribution wiring, and the indexing/API layer that decides what downstream operators can actually see and automate.
-
So treat Tally as DAO operating infrastructure with token-holder lifecycle attachments, not as a neutral voting front end.
-
Last reviewed: 2026-06-05 UTC