QTube LearnFoundations Beginner

What is decentralization?

"Decentralized" gets applied to blockchains, applications, and organizations as if it meant one simple thing. In practice it describes several different, sometimes conflicting, properties that need to be assessed separately.

Published
Last reviewed

In brief

"Decentralized" is used constantly in crypto, and it rarely means the same thing twice. A blockchain can be decentralized along one dimension and centralized along another at the same time. Asking "is this decentralized?" as a yes-or-no question usually produces a misleading answer; asking "decentralized in which respect, measured how?" produces a useful one.

This article does not defend or attack decentralization as a goal. It sets out the dimensions worth separating, the trade-offs involved, and why merely using a blockchain does not, by itself, make a system decentralized.

A useful starting framework

In a widely cited 2017 essay, Ethereum co-founder Vitalik Buterin proposed splitting "decentralization" into three distinct axes: architectural decentralization (how many physical machines make up the system, and how many could fail without breaking it), political decentralization (how many individuals or organizations ultimately control those machines), and logical decentralization (whether the system behaves, from the outside, like one unified object or like a swarm of independent parts). Buterin's own essay uses blockchains themselves as an example that cuts across these axes in an interesting way: he describes them as politically decentralized (no single entity controls them) and architecturally decentralized (no single infrastructural point of failure), but logically centralized, because the network maintains one commonly agreed state and, from the outside, behaves like a single computer rather than like many independent ones.

This is a useful lens, but it is worth being explicit that it comes from a protocol co-founder describing an ideal, not from an independent audit of any specific network. Treat it as a vocabulary for asking better questions, not as proof that any particular chain achieves all three kinds of decentralization at once.

Infrastructure and node decentralization

The most literal reading of decentralization asks: how many independent computers store and validate the chain's data, and how geographically and organizationally spread out are they? A network run by a handful of servers in one data center is not meaningfully decentralized at the infrastructure level, regardless of its consensus algorithm.

But node count alone is not the full picture. The 2022 Trail of Bits report "Are Blockchains Decentralized?", produced for the U.S. Defense Advanced Research Projects Agency, examined Bitcoin and Ethereum specifically and found forms of centralization beneath the node-count level: it noted that a large share of Bitcoin's network traffic passes through a small number of internet service providers and Tor relays, and that many nodes ran outdated, unpatched software, both of which concentrate real-world influence over the network even when the raw number of nodes looks large.

The same report also cites a more specific academic result worth explaining precisely, because it is easy to misread. Kwon, Liu, Kim, Song, and Kim's 2019 paper "Impossibility of Full Decentralization in Permissionless Blockchains" proves something narrower than "proof-of-work has no Sybil resistance." Proof-of-work already ties block-production power to a real, costly resource (hashpower), so creating additional fake identities does not by itself grant an attacker additional power the way it would in a naive one-identity-one-vote system; that basic property is what is usually meant by proof-of-work's Sybil resistance. What Kwon et al. show is a different, stronger claim about the distribution of that resource-weighted power: for a permissionless blockchain to mathematically guarantee that power stays spread across many independent participants rather than being free to concentrate in a few, the system needs an additional "Sybil cost", a requirement that running many nodes cost strictly more than running one node with the combined resources. No known permissionless blockchain currently has such a Sybil cost without relying on a trusted third party to manage real identities, which is precisely the kind of central authority permissionless systems are designed to avoid. Trail of Bits treats this as a structural limit on how tightly a permissionless network's consensus power can currently be bounded, not as evidence that proof-of-work fails to resist fake identities altogether.

Consensus and validator/miner concentration

A separate question is who actually controls block production. Researchers commonly use the "Nakamoto coefficient," the minimum number of independent entities that would need to collude to disrupt the network, as one rough measure. The Trail of Bits report calculated that, at the time of its analysis, roughly four mining pools controlled enough hashpower to disrupt Bitcoin, and a similarly small number of entities could have affected the proof-of-stake networks it examined.

Mining concentration also has a geographic and organizational dimension. The Cambridge Centre for Alternative Finance's mining-map data tracks where Bitcoin's hashrate is physically located and how it shifts between regions and pools over time, which is a different and complementary measurement from counting independent full nodes.

Ownership and economic concentration

Owning a large share of a network's native asset or a project's governance token is a distinct kind of power from running infrastructure. A small number of large holders (sometimes called "whales") can, depending on the system, exert outsized influence over prices, staking rewards, or, where tokens carry voting rights, formal governance decisions. This overlaps with but is not identical to infrastructure decentralization: a network could have many independently operated nodes while its native asset, or a specific application's governance token, is held by relatively few addresses.

Governance decentralization

Even when many parties run nodes and hold tokens, decision-making about a protocol's actual rules can still be concentrated. Academic research on decentralized autonomous organizations (DAOs) has repeatedly found this pattern in practice. A 2022/2024 empirical study of the Compound, Uniswap, and ENS governance systems on Ethereum found that voting power in Compound and Uniswap was extremely concentrated among a small number of addresses, describing their governance as functioning more like a shareholder meeting than a broad community process, while ENS's governance more closely resembled a distributed community; the same researchers noted that large holders rarely used their power to override the outcome the wider community would have reached anyway. A related 2023 study of nine prominent DeFi protocols' governance-token distribution and voting participation concluded that, because voting rights are tied to token ownership that can be freely bought and traded, the likely outcome of this design is minority rule by a "timocracy" of large token holders rather than a genuinely democratic process, and that voter turnout among smaller holders was consistently low.

These findings describe the specific protocols studied at the time of the research; governance concentration can change as token distribution and delegation patterns evolve, and the studies should not be read as a permanent verdict on decentralized governance in general.

Development and client decentralization

Protocol software is usually written and maintained by a limited set of contributors and client teams, even for networks with thousands of independent node operators. If most nodes run one dominant client implementation, a serious bug or a compromised release can affect the network disproportionately. This is a form of "logical" centralization in Buterin's sense: many independent operators, but a shared, and therefore shared-risk, piece of software underneath them.

Application and front-end dependencies

Decentralization at the base-layer protocol does not automatically extend to the applications and interfaces people actually use to interact with it. Many wallets and decentralized applications rely on a small number of infrastructure providers (node-hosting services, for example) to read and submit blockchain data, rather than every user running their own full node. In November 2020, a widely used Ethereum infrastructure provider, Infura, suffered an outage triggered by a client software bug; because a large share of popular applications, including a major wallet and several DeFi protocols, depended on that single provider, users of those applications were unable to transact for several hours even though the underlying Ethereum network itself continued operating normally. The incident is a concrete illustration that a protocol being decentralized does not guarantee that the everyday user experience built on top of it is.

Why "it uses a blockchain" is not the same as "it is decentralized"

Put together, these dimensions explain why "decentralized" cannot be inferred just from the presence of a blockchain. A system can run on a permissionless, well-distributed base-layer network and still concentrate real power through a centralized front end, a small governance-token holder base, a single infrastructure provider, or a tightly held admin key that can pause or upgrade supposedly autonomous contracts. Conversely, a system with relatively few independent node operators is not decentralized just because its marketing describes it that way. Evaluating a specific project requires asking, dimension by dimension, who could disrupt it, who could change its rules, who currently holds economic or voting power, and how many independent parties would have to act together to do any of those things, then being honest that the answer can be "quite decentralized here, not very decentralized there" for the same project.

Trade-offs, without picking a winner

Greater decentralization along any of these dimensions is not free. It generally trades away some combination of coordination speed, upgrade agility, and raw performance, and it can make accountability harder to locate when something goes wrong, since there may be no single party positioned (or willing) to fix it. Less decentralization typically buys faster decision-making, easier upgrades, and clearer accountability, at the cost of concentrating trust and creating single points of failure or control. Neither end of this spectrum is objectively correct; the right balance depends on what a given system is for and what its users actually need it to resist.

What to learn next

From here, it is worth reading the companion article on what a blockchain is for the underlying architecture these dimensions apply to, and the Ethereum and Bitcoin deep dives for how specific, real networks score differently across infrastructure, consensus, governance, and application-layer decentralization in practice.

Sources & further reading

  1. The Meaning of Decentralization Vitalik Buterin · Medium Primary · Other

    A protocol co-founder's architectural/political/logical framework. A project-affiliated perspective, useful as a framework but not independent verification of any specific chain's decentralization.

  2. Are Blockchains Decentralized? Unintended Centralities in Distributed Ledgers Trail of Bits · Trail of Bits (report commissioned by DARPA) Secondary · Analysis

    Independent security-research analysis of Bitcoin, Ethereum, and proof-of-stake networks, commissioned by DARPA.

  3. Cambridge Bitcoin Electricity Consumption Index - Mining Map Cambridge Centre for Alternative Finance Secondary · Analysis

    Living dataset tracking the geographic and pool-level distribution of Bitcoin mining hashrate; figures change over time.

  4. Analyzing Voting Power in Decentralized Governance: Who controls DAOs? Robin Fritsch, Marino Muller, Roger Wattenhofer · Blockchain, Research and Applications (Elsevier) / ETH Zurich Secondary · Paper

    Circulated as arXiv:2204.01176 in April 2022; peer-reviewed version published in Blockchain, Research and Applications, 2024. Empirical study of Compound, Uniswap, and ENS governance.

  5. Decentralised Finance's timocratic governance: The distribution and exercise of tokenised voting rights Tom Barbereau et al. · Technology in Society (Elsevier) Secondary · Paper

    Case study of nine DeFi projects' governance-token distribution and voting participation.

  6. Crucial Ethereum Service Infura Suffers Major Outage Decrypt Secondary · Reporting

    Illustrates application/front-end infrastructure dependency, distinct from protocol-level decentralization.

  7. Impossibility of Full Decentralization in Permissionless Blockchains Yujin Kwon, Jian Liu, Minjeong Kim, Dawn Song, Yongdae Kim · Proceedings of the 1st ACM Conference on Advances in Financial Technologies (AFT '19) Primary · Paper

    Original academic result behind Trail of Bits' "Sybil cost" claim; proves that without a specific extra cost for running multiple nodes, the distribution of consensus power among participants cannot be bounded, distinct from whether proof-of-work resists fake identities at all.