Onchain Atlas

Governance Token

A tradable token that gives its holder the right to vote on decisions about how a protocol is run.

Also called: voting token · protocol token · DAO token

What it is

A governance token is a cryptocurrency (usually an ERC-20) whose main job isn't payment or utility inside an app — it's voting power. Holding it means holding a claim on decision-making over a protocol's parameters, treasury, or future direction. It turns "who controls this software" into "who holds this token," and lets that control be bought, sold, and transferred like any other asset.

How it works

  1. A project deploys a token contract and distributes tokens — via sale, airdrop, liquidity mining, or founder/investor allocations.
  2. The protocol's core logic (a smart contract, or a set of contracts under a multisig) is wired so that certain actions — upgrading code, changing fees, spending treasury funds — require a passing vote rather than a single admin key.
  3. To vote, holders typically first "delegate" their balance to themselves or another address inside a governance contract (e.g., Compound-style Governor contracts), which snapshots voting weight at a specific block to prevent double-counting or last-minute buying.
  4. Anyone above a proposal threshold submits a proposal; token holders vote for a fixed period, weighted by tokens held (1 token = 1 vote, sometimes with delegation or quadratic adjustments).
  5. If quorum and majority thresholds are met, the proposal queues in a timelock (a mandatory delay, often 24-72 hours) before executing, giving holders a window to exit or react if they disagree.
  6. Execution calls the underlying contracts directly — changing a parameter, releasing treasury funds, or upgrading a proxy contract.

Why designers use it

  • Lets a protocol decentralize control gradually, moving power from a founding team to a broad token-holder base.
  • Aligns incentives: holders who benefit from the protocol's success are also the ones steering it.
  • Provides a credible, auditable decision trail (onchain votes) instead of opaque off-chain governance.
  • Creates a distribution and fundraising mechanism bundled with a governance story, which is attractive to early contributors and investors.

Failure modes

  • Voter apathy: turnout is often low, so a small, coordinated group (whales, VCs, or an exchange with custodied tokens) can pass proposals that don't reflect the broader holder base's wishes.
  • Plutocracy: since voting power is proportional to token holdings, wealth concentration directly becomes governance concentration, and large holders can act in their own interest at the expense of smaller holders.
  • Governance attacks: an attacker can borrow or buy enough tokens right before a snapshot to pass a malicious proposal, then sell — flash-loan governance attacks against undercapitalized DAOs have drained treasuries this way.
  • Regulatory risk: tokens that look like securities (offering profit expectations tied to the efforts of others) can attract enforcement action regardless of the "governance" label attached to them.
  • Governance theater: teams sometimes route only cosmetic parameters through voting while keeping real control (upgrade keys, treasury multisigs) with an internal team, making the token symbolic rather than substantive.

What to check before using it

  • Is there a timelock and emergency-pause mechanism, so a bad vote can't execute instantly and irreversibly?
  • What's the actual token distribution — how concentrated is it among insiders, and could a single actor reach quorum alone?
  • Does delegation exist, so passive holders can lend their voting weight to active, informed delegates?
  • Is there a plan (legal and technical) for what happens if regulators classify the token as a security?
  • Are the powers granted by the token real (treasury control, upgrade authority) or cosmetic (non-binding "signaling" votes)?

Experiments that used it · 5

Shown oldest first, so you can watch the design evolve.

Tornado Cash
A non-custodial zkSNARK mixer on Ethereum that broke the on-chain link between depositor and withdrawer, using fixed-denomination pools and burned admin keys to make the core contracts technically unstoppable.
2019 partial success
VitaDAO
A decentralized collective that funds early-stage longevity research and holds the resulting intellectual property onchain as IP-NFTs governed by VITA token holders.
2021 ongoing
Sudoswap
A minimal, fully on-chain automated market maker for NFTs that priced ERC721/ERC1155 tokens along customizable bonding curves and popularized royalty-optional, low-fee NFT trading.
2022 technically successful commercially unsuccessful
Azuro Protocol
A B2B 'predictions layer' that pools betting liquidity in a novel LiquidityTree/vAMM design so dozens of frontend apps can offer onchain sports betting and prediction markets against one shared pool.
2022 partial success
ether.fi
Non-custodial ETH staking protocol that rode the EigenLayer restaking wave to become the largest liquid restaking token (eETH/weETH) issuer, then pivoted toward a crypto neobank with its Cash card.
2023 ongoing