Bitcoin VerityOpen comparator

Level 9 · Advanced technical layer

How Bitcoin changes: BIPs, soft forks and consensus

From proposal and implementation through review and activation to the rules nodes actually enforce.

Article
96
Reading time
17 minutes
Reviewed
10 September 2026

In a nutshell

A BIP is a public proposal or document, not an order to the network. Change takes effect through implementation, review, deployment and adoption. A soft fork tightens validity compatibly for old nodes; a hard fork makes rules that are not backward compatible.

01

A BIP records; it does not rule

BIP 3 describes technical, informational and process proposals. A number or status reflects the document process, not a community-wide vote. Editors assess format and readiness, not authority to change Bitcoin.

02

Code passes a separate filter

Bitcoin Core changes receive public review and tests. A maintainer can merge code into that project but cannot install it on other people's nodes. Operators, other implementations, wallets, businesses and miners choose compatible software.

03

Soft fork and hard fork

A soft fork narrows valid blocks, so an old node may accept a new block under looser old rules without checking the new restriction. A hard fork expands or incompatibly changes validity; disagreement can leave two persistent chains and assets.

04

Activation coordinates risk

BIP 9 used version bits, signalling windows, thresholds and a delay before enforcement. Signalling measures one kind of readiness, not a universal political vote. Outcomes depend on enforced code, economic acceptance and willingness to tolerate a split.

Level 9 · Advanced technical layer

Terms to know

BIP
A public Bitcoin Improvement Proposal, standard or process document.
Soft fork
A backward-compatible tightening of validity from old nodes' perspective.
Hard fork
A rule change whose newly valid data may be invalid to old nodes.

Common misconception

Bitcoin Core developers or miners can vote in a rule and force everyone to use it.

A more accurate explanation

Developers propose code and miners can signal or produce blocks, but each node enforces software its operator chose; incompatibility can cause a split.

A more accurate explanation

Is governance without a formal authority chaos?

Coordination is slower and less tidy than a company decision, but makes unilateral changes harder. Power and politics still exist; they are distributed across technical and economic roles.

96

Key takeaways

  1. 01A BIP is a proposal and record, not an order.
  2. 02Merging code does not update other nodes.
  3. 03Soft forks tighten rules; hard forks can split compatibility.
  4. 04Activation coordinates adoption but does not replace it.

A child-friendly recap

In very simple terms

A BIP is a public proposal, not an order. A rule takes effect only when people run software that enforces it; Bitcoin has no single boss or update button.

Reviewed: 10 September 2026

Sources and further reading

Sources support particular facts and definitions; listing one does not mean the editors endorse every view of its author.

01
BIP 3: updated BIP processBitcoin Improvement Proposals
bips.dev
02
Bitcoin Core: contribution rulesBitcoin Core
github.com
03
BIP 9: versionbits activationBitcoin Improvement Proposals
bips.dev
04
Bitcoin Developer Guide: consensus rulesBitcoin Developer Guide
developer.bitcoin.org

Educational material, not an investment recommendation.