Governance Token
A governance token grants holders voting rights on proposals related to a blockchain protocol or decentralized application (dApp).
A governance token is a type of cryptocurrency or digital asset specifically designed to grant its holders rights and influence over the decision-making processes of a decentralized protocol or application (dApp). Unlike utility tokens, which primarily provide access to a service or network, governance tokens represent a stake in the protocol's future direction. Holders typically use these tokens to vote on proposals submitted by the community or development team. These proposals can cover a wide range of issues, including protocol upgrades, changes to economic parameters (like inflation rates or transaction fees), treasury management, and the selection of third-party service providers. The weight of a vote is often proportional to the number of tokens held, although some systems may implement quadratic voting or other mechanisms to mitigate the influence of large token holders ('whales'). The distribution of governance tokens is crucial; fair and widespread distribution can lead to more decentralized and community-driven governance, while concentrated ownership can lead to plutocracy. Projects often allocate a portion of their token supply to incentivize participation in governance, rewarding users who actively propose and vote on initiatives. This model aims to align the incentives of token holders with the long-term success and sustainability of the underlying protocol.
graph LR
Center["Governance Token"]:::main
Pre_erc_20["erc-20"]:::pre --> Center
click Pre_erc_20 "/terms/erc-20"
Rel_defi["defi"]:::related -.-> Center
click Rel_defi "/terms/defi"
Rel_quadratic_voting["quadratic-voting"]:::related -.-> Center
click Rel_quadratic_voting "/terms/quadratic-voting"
Rel_flash_loan["flash-loan"]:::related -.-> Center
click Rel_flash_loan "/terms/flash-loan"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 Knowledge Check
🧒 Explain Like I'm 5
Think of a [governance](/en/terms/governance) [token](/en/terms/token) like a voting share in a company, but for a digital project on the internet. Instead of one CEO making all the decisions, everyone who owns these tokens gets to vote on things like where to spend money or what new features to build.
🤓 Expert Deep Dive
Governance tokens embody the principles of decentralized autonomous organizations (DAOs), enabling on-chain or off-chain voting mechanisms to manage protocol evolution. The core mechanic involves staking or locking tokens to create a voting right, often tied to a specific proposal's duration. Token holders can delegate their voting power to trusted representatives, fostering more active participation and expertise-driven decision-making. The design space for governance includes various proposal thresholds (minimum tokens required to submit a proposal), quorum requirements (minimum participation needed for a vote to be valid), and voting periods. Advanced mechanisms aim to address voter apathy and the concentration of power, such as conviction voting (where voting power increases the longer tokens are staked) or futarchy (where prediction markets determine policy). Vulnerabilities can arise from governance attacks, where an attacker acquires a significant amount of tokens to manipulate votes for personal gain, or from poorly designed incentive structures that lead to suboptimal protocol decisions. The tokenomics surrounding governance tokens are critical for bootstrapping and sustaining decentralized governance.