What is governance token?
A token that gives holders a vote on changes to a protocol, such as fee levels or how a treasury is spent.
Not yet verifiedHow we verify
3 min read
In this entry
A token that gives holders a vote on changes to a protocol, such as fee levels or how a treasury is spent.
Voting power is normally proportional to tokens held, so large holders decide most outcomes. Holding a governance token is not by itself a claim on the protocol's revenue or assets.
You meet governance tokens whenever a decentralized application distributes control alongside its product: lending markets, decentralized exchanges, and staking protocols nearly all have one. The persistent misunderstanding is that the token is equity. It is not. What it entitles you to is whatever the protocol's own rules say, which is usually a vote and nothing else, and even that vote can be limited by quorum rules, delegate structures, and an emergency multisig that can act without a vote.
How it works
Governance runs in stages, and the details vary by protocol. A typical cycle looks like this.
- A proposal is drafted and discussed on a forum, often with a temperature check poll that costs nothing.
- The proposal moves on chain, or to a signed off-chain vote, with a snapshot of balances taken at a specific block so that tokens bought after the snapshot cannot vote.
- Holders vote directly or through a delegate they have assigned their weight to.
- If quorum and the approval threshold are met, execution follows, sometimes after a timelock delay that gives users a window to exit before the change takes effect.
Two structural features decide how much a vote is worth. The first is distribution: if a small number of addresses hold most of the supply, outcomes are effectively decided before voting opens, which is what holder concentration analysis measures. The second is the scope of what governance actually controls. Some protocols let holders change fees, add markets, and spend a treasury. Others reserve the important powers for a core team or a security council, and the token votes on comparatively little.
Example
Illustrative arithmetic. A protocol has 100 million tokens outstanding and a quorum requirement of 4 percent, so a valid vote needs 4 million tokens participating. Turnout in ordinary votes is 6 million. A holder with 2.5 million tokens is therefore not a minority voice: they are over 40 percent of a typical turnout and a majority of it when they vote alongside one mid-sized delegate. Buying 10,000 tokens gives you 0.17 percent of that turnout. The vote is real, and it is also arithmetic.
Why it matters when you buy
A governance token's supply is often heavily allocated to insiders with a release schedule, so check the unlock pressure view and holder concentration before treating the vote as meaningful. Where you buy also matters, since governance tokens are frequently thin outside one or two venues: the liquidity view shows how much size a market absorbs.
Related terms
- vetoken: locking tokens for greater voting weight
- proxy contract: how an approved change reaches production
- fee switch: the vote that routes revenue to holders
- circulating supply: how much of the supply can vote
- unlock: dates when insider voting weight arrives
- white paper: where the intended powers are described
Questions
Does holding a governance token pay me anything?
Only if the protocol has explicitly turned on a distribution to holders. Most have not, and the ones that have can switch it off by the same governance process that switched it on.
Can I vote if I keep my tokens on an exchange?
Usually not. Custodied tokens are held in the exchange's addresses, so any voting weight sits with the exchange rather than with you, and few exchanges pass it through.
Why do proposals pass with so little turnout?
Quorum thresholds are set low enough that ordinary business can proceed, and most holders never vote. That combination hands practical control to a small number of large holders and delegates.