Governance Voting Power Calculator
In a decentralized autonomous organization (DAO), governance tokens represent voting rights over protocol parameters, treasury allocations, and upgrades. Your voting power is your proportional share of the total votable token supply. Understanding your voting power helps you assess whether you can independently pass proposals, whether you need to coalition-build, and whether a protocol's governance is sufficiently decentralized. This calculator also shows how many tokens you would need to acquire to reach a target voting power percentage, which is useful for planning governance participation or analyzing whale concentration risk.
Voting power formula
Voting Power (%) = (Tokens Held / Total Votable Supply) * 100
Tokens Needed for Target = (Target % / 100) * Total Votable Supply
Additional Tokens Required = max(0, Tokens Needed - Tokens Held)
Example: 500,000 tokens out of 100,000,000 total votable supply gives 0.50% voting power. To reach 1%, you need 1,000,000 tokens total, so 500,000 more.
Governance participation thresholds
- Proposal submission: many protocols require a minimum token threshold to submit proposals (e.g., 0.1-1% of supply). Below this, you must find a delegate to submit on your behalf.
- Quorum: common quorum thresholds are 1-10% of total supply. If turnout is low, even a small token holder can have outsized influence.
- Blocking minority: in protocols with supermajority requirements (67%), holding just over 33% of votable supply allows you to veto any proposal.
- Governance attack surface: large concentrated holdings by single entities or coalitions represent governance centralization risk that affects protocol security.
Governance voting power: frequently asked questions
What is governance voting power in DeFi?
Governance voting power is the percentage of total protocol votes that a token holder controls. For most DeFi protocols, one governance token equals one vote. Voting power (%) = (Tokens Held / Total Votable Supply) * 100.
What is quorum in DAO governance?
Quorum is the minimum percentage of total votable tokens that must participate in a vote for it to be valid. For example, if quorum is 4%, at least 4% of all votable tokens must vote (for or against) for the proposal to be enacted, even if it passes with a majority.
What is delegated voting?
Many DeFi governance systems allow token holders to delegate their voting power to another address. This lets passive holders participate in governance by proxy, concentrating voting power with active community members. Your delegated power counts as their total.
What vote share do you need to pass a proposal?
This varies by protocol. Common thresholds require proposals to receive more than 50% of votes cast (simple majority) from at least a quorum of total supply. Some protocols require supermajorities (60-67%) for critical parameter changes.
Does locked or staked tokens count toward voting?
It depends on the protocol. Some count all tokens including locked positions; others only count unlocked circulating supply. Check whether the protocol uses a snapshot of total supply or votable supply for calculating your percentage.
Official sources
- Ethereum Foundation: Decentralized Autonomous Organizations (DAOs).
- Ethereum Foundation: Ethereum Governance.
Reviewed by the CalculatorHub team, edited by James Graham, 15 June 2026. See our methodology.