TLDR: A research paper by Dr. Craig S. Wright formally refutes the widely cited “blockchain trilemma,” which claims an inherent trade-off between decentralization, security, and scalability. The paper argues that the trilemma is based on semantic ambiguity, misapplication of distributed systems theory, and a failure to define operational metrics. It redefines these terms, emphasizing Bitcoin’s design as a deterministic, stateless distribution protocol where scalability is an engineering outcome, security comes from verifiable cryptographic evidence, and decentralization is rooted in economic incentives and rule enforcement, not mere node count. Empirical evidence from Bitcoin SV is presented as a counter-example, demonstrating that all three properties can be achieved simultaneously, challenging the notion of an inherent trade-off.
For years, the concept of the “blockchain trilemma” has been a cornerstone of discussions around distributed ledger technologies. This idea suggests that no blockchain can simultaneously achieve maximum decentralization, security, and scalability, implying that one must always be sacrificed for the other two. However, a recent research paper titled A Formal Rebuttal of “The Blockchain Trilemma: A Formal Proof of the Inherent Trade-Offs Among Decentralization, Security, and Scalability” by Dr. Craig S. Wright from the University of Exeter challenges this widely accepted notion, arguing that the trilemma is a fundamental misunderstanding rather than a proven constraint.
Deconstructing the Trilemma’s Foundations
The paper asserts that the blockchain trilemma lacks formal grounding. It’s not derived from a coherent adversarial model or demonstrable through standard theories in distributed systems, complexity analysis, or information security. Instead, it relies on vague terminology, circular reasoning, and misapplied analogies from network theory. Terms like “decentralization,” “security,” and “scalability” are often used without clear, consistent definitions, leading to confusion and false conclusions.
Dr. Wright’s rebuttal systematically breaks down these conceptual failures. He argues that the trilemma conflates network topology with protocol-level architecture, mischaracterizes Bitcoin’s design, and fails to base its claims on rigorous complexity or adversarial models. By re-examining Bitcoin as a deterministic, stateless distribution protocol, the paper concludes that scalability is not an inherent trade-off but an achievable engineering outcome.
Redefining Key Concepts
The paper provides clearer definitions for the three pillars:
-
Decentralization: This is not merely about the number of nodes in a network or their geographical spread. Instead, it refers to the economic inability of any single actor or small group to arbitrarily alter the protocol rules or control decision-making. In Bitcoin, decentralization stems from protocol-enforced non-discretion and the economic incentives that align miners to follow the rules, rather than a simple count of active relayers.
-
Security: Rather than being an emergent social property or dependent on participation redundancy, security in Bitcoin arises from the provability of hash-based evidence. It’s rooted in the immutable nature of cryptographic hash functions and the public dissemination of block headers. Simplified Payment Verification (SPV) clients can verify transactions securely without needing to process entire blocks, relying on the cryptographic integrity of the header chain.
-
Scalability: Often misunderstood as inherently incompatible with reduced verification costs, scalability is presented as an engineering challenge related to bandwidth and latency constraints. The paper argues that modern network technologies like IPv6 multicast allow data to reach many endpoints without increasing sender overhead, meaning that scalability is not limited by the number of participants but by physical and economic limits that can be optimized.
Challenging Methodological Flaws
The rebuttal highlights several methodological weaknesses in the original trilemma’s arguments. It points out the inconsistent use of formal language, the absence of a unified adversary framework, and the failure to ground definitions in computational theory. For instance, the paper criticizes the “Node Fallacy,” which assumes all nodes are homogeneous and equally influential, when in reality, only miners (those producing blocks with proof-of-work) hold economic agency in consensus formation.
Furthermore, the paper refutes the misapplication of classical distributed systems theorems like FLP (Fischer, Lynch, Paterson) and CAP (Consistency, Availability, Partition tolerance). It argues that Bitcoin does not operate under the same assumptions as the systems these theorems describe. Bitcoin is a probabilistically synchronous system that tolerates temporary disagreements and relies on economic convergence to the longest valid chain, not synchronous negotiation or real-time consistency across all nodes.
Empirical Evidence from Bitcoin SV
A crucial part of the rebuttal involves empirical evidence, particularly from the Bitcoin SV (BSV) network. The paper uses BSV as a real-world counter-example to the trilemma. BSV, which adheres to Bitcoin’s original protocol design, has demonstrated the ability to process extremely large blocks (exceeding 4GB in some cases) and sustain high transaction throughput (over 100,000 transactions per second in laboratory conditions, and over 50 million transactions in a single block on mainnet) without compromising security or decentralization.
This real-world performance, according to the paper, disproves the notion that scalability must come at the cost of other properties. BSV achieves this through efficient block propagation, SPV client functionality, and a stable rule set enforced by economically incentivized miners. The paper concludes that the trilemma is not a universal law but a “pseudoproblem” stemming from flawed assumptions and a lack of engagement with operational realities.
Also Read:
- Unpacking the Limits of Large Language Models: Why Bigger Isn’t Always Better
- Unpacking Agent Cascading Injection: A New Threat to Multi-Agent AI Systems
Implications for the Future
The paper concludes by calling for greater rigor in blockchain research, urging academics to move beyond speculative heuristics and engage with formal verification and empirical data. It suggests that the widespread acceptance of the trilemma highlights a systemic issue in academic discourse where prevailing narratives can become dogma without sufficient proof or falsifiability. By discarding the trilemma, the field can focus on genuine architectural and engineering challenges, fostering innovation rather than being constrained by unproven limitations.


