If you have explored DeFi, you have probably seen a protocol with two tokens: a tradable base token and a prefixed version used for governance or rewards. This isn't just branding — each design encodes a view about who should hold power.
Model 1: The liquid governance token
The simplest design: one ERC-20 token, one vote per token. With checkpointing extensions, holders delegate voting power and the governor reads balances at a past block.
Pros: simple, liquid, composable. Cons: voting power can be borrowed or bought right before a vote, and short-term traders have the same say as long-term stakeholders.
Model 2: Staked or wrapped voting tokens
Holders deposit the base token into a staking contract and receive a derivative that carries voting rights — often named with a “g” (governance), “s” (staked) or “x” prefix. Some designs add an unstaking delay or cooldown.
- Voting power can't be flash-borrowed if the derivative requires time to mint or redeem.
- Stakers can be rewarded with fees or emissions for participating.
- Governance is limited to holders willing to accept extra lock-up and contract risk.
Model 3: Vote-escrow (ve) tokens
Popularised by Curve's veCRV, vote-escrow gives voting power proportional to both the amount locked and the lock duration (up to four years in Curve's case). Power decays linearly as the unlock date approaches unless the holder relocks.
Vote-escrow strongly rewards long-term alignment, but it created a secondary market for influence: “bribe” platforms and liquid-locker protocols emerged to buy or aggregate ve-voting power.
Model 4: Non-token and hybrid systems
Some DAOs add non-transferable elements: reputation, soulbound badges or a separate citizens' chamber. Optimism's bicameral design, with a Token House and a Citizens' House, is a well-known example of balancing token weight with identity-based voice.
Questions to ask about any governance token
- Can voting power be acquired and used within a single block or day?
- What does it cost a holder to participate (lock-ups, gas, risk)?
- Who holds the largest share of voting power today — including delegations?
- Is the staking or wrapping contract audited and upgradeable?
Token design is governance design. Before judging a vote, understand which holders the token model was built to empower.
This article is for educational purposes only and is not financial or legal advice. Quorum Lens is an independent publication and is not affiliated with any project mentioned.