Decentralization
Tags: network topology, validation, censorship resistance
Plain-language definition (from the beginner guide)
Decentralization means Bitcoin is not controlled by a bank, company, or government. Users interact peer-to-peer; no central party can unilaterally set policy, freeze accounts, or impose the kinds of gatekeeping familiar in banking.
Source: raw/Start/start.md
Technical and social dimensions
P2P architecture: Satoshi’s announcement stresses a system without a central server or trusted parties, grounded in cryptographic proof rather than trust.
Decentralization is not binary: Sovereignty Through Mathematics argues it is hard to achieve and hard to measure — unlike a simple alive/dead test. What can be checked: core consensus parameters (e.g. 21M cap, ~10-minute blocks with difficulty adjustment, Proof of Work) have remained stable in practice, supported by shared rules and deployment mechanisms such as BIP9-style miner signaling for some upgrades.
Full nodes and block size: The blocksize-war sources emphasize a distinction often missed: the goal of keeping blocks small includes preserving the ability of ordinary users to run fully validating nodes — decentralization of rule enforcement, not merely block propagation through a few large relays.
Sources: raw/Books/izobretaem-bitkoin/glava-1.md, raw/Books/Suverenitet-posredstvom-matematiki/chapter-4.md, raw/Books/vojna-za-razmer-bloka/glava-7.md
Skeptical note from the same corpus
The same book warns against “blockchain” branding without Bitcoin: decentralization is not proven by labels — verify where validation lives, who can change rules, and what work secures history.
Source: raw/Books/Suverenitet-posredstvom-matematiki/chapter-8.md (adjacent to Byzantine-generals discussion)
Sources
- What is Bitcoin? (theory guide)
- Inventing Bitcoin — Ch. 1
- Sovereignty Through Mathematics — Ch. 4
- The Blocksize War (book hub)
Related Terms
Glossary | governance | Proof of Work | running a node | Bitcoin | Satoshi Nakamoto
Related Pages
- governance — who actually controls rule changes
- proof-of-work — decentralization of block production vs security
- running-a-node — practical validation
- blocksize-war — decentralization of enforcement in debate
- byzantine-generals-problem — why trust-minimization matters