Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 2.1 KB

on-chain-governance.md

File metadata and controls

30 lines (18 loc) · 2.1 KB

On-chain Governance

Background

Current governance systems in Bitcoin and Ethereum are informal. They were designed using a decentralized ethos, first promulgated by Satoshi Nakamoto in his original paper. Improvement proposals to make changes to the blockchain are submitted by developers and a core group, consisting mostly of developers, is responsible for coordinating and achieving consensus between stakeholders. The stakeholders in this case are miners (who operate nodes), developers (who are responsible for core blockchain algorithms) and users (who use and invest in various coins).

What is on-chain governance?

On-chain governance is a system for managing and implementing changes to cryptocurrency blockchains. In this type of governance, rules for instituting changes are encoded into the blockchain protocol. Developers propose changes through code updates and each node votes on whether to accept or reject the proposed change.

How does it work?

Unlike informal governance systems, which use a combination of offline coordination and online code modifications to effect changes, on-chain governance systems solely work online. Changes to a blockchain are proposed through code updates. Subsequently, nodes can vote to accept or decline the change. Not all nodes have equal voting power. Nodes with greater holdings of coins have more votes as compared to nodes that have a relatively lesser number of holdings.

If the change is accepted, it is included in the blockchain and baselined. In some instances of on-chain governance implementation, the updated code may be rolled back to its version before a baseline, if the proposed change is unsuccessful.

Pros

  • It is a decentralized form of governance
  • Quicker turnaround times for changes
  • Possibility of a hard fork is reduced significantly

Cons

  • Low-voter turnout
  • Tends towards plutocracy (users with greater stakes can manipulate votes)

Resources: