What Is the Blockchain Trilemma?

The blockchain trilemma says a network can't maximize decentralization, security, and scalability at once. This explains why the tension is mechanical, why it's a heuristic rather than a theorem, and how modular designs try to route around it.
Lewis Jackson
CEO and Founder

The blockchain trilemma is the claim that a blockchain can't simultaneously maximize three properties: decentralization, security, and scalability. Push hard on any two and the third degrades. The framing comes from Vitalik Buterin, who used it to explain Ethereum's design choices, and it's since become the standard shorthand for why different chains look so different from each other.

Here's the thing most explanations skip: the trilemma isn't a theorem. Nobody has proven it the way the CAP theorem was proven for distributed databases. It's an engineering heuristic — a pattern that keeps showing up because of one specific mechanical constraint. Understanding that constraint is more useful than memorizing the triangle, because it tells you which "trilemma solutions" are real architectural moves and which are just marketing.

The Three Properties, Defined Precisely

Loose definitions make the trilemma sound mystical, so it's worth being exact.

Decentralization means the number of independent parties who can validate the chain's rules without trusting anyone else. The practical measure isn't validator count — it's the cost of running a node that fully verifies the chain. If verification requires a data center, only institutions verify, and everyone else trusts them.

Security means the cost of attacking the network: rewriting history, censoring transactions, or finalizing invalid state. In proof of work this is the cost of acquiring majority hashpower; in proof of stake it's the cost of acquiring and risking a large stake position.

Scalability means transaction throughput and, more precisely, throughput per unit of verification cost. A chain that processes 100,000 transactions per second isn't scalable in the trilemma's sense if every node needs 10 gigabits of bandwidth to keep up — it has just moved the bottleneck onto its participants.

Why the Tension Is Mechanical, Not Rhetorical

The link between the three properties is node requirements. That's the whole trilemma, mechanically.

To process more transactions per second, a chain has to either produce bigger blocks or produce them faster. Both increase the bandwidth, compute, and storage a node needs to stay synced. As node requirements rise, fewer independent parties can afford to verify the chain, so the validator and node set concentrates. Concentration weakens decentralization directly. And it weakens security indirectly, because a smaller set of large operators is easier to coerce, collude with, or attack — the attack surface shrinks from "thousands of anonymous participants" to "a few dozen entities with legal addresses."

You can watch each major chain pick its position along this constraint. Bitcoin caps throughput at roughly 7 transactions per second with 10-minute blocks, calibrated so a block propagates worldwide before the next one is found and so a node runs on modest hardware. Solana targets throughput in the thousands of transactions per second, and accepts validator hardware requirements — enterprise-grade processors, hundreds of gigabytes of RAM, high-end bandwidth — that keep its validating set smaller and more capital-intensive. Ethereum sits in between at the base layer and pushes execution to rollups rather than raising node requirements.

None of these are mistakes. They're deliberate answers to the same constraint, which is why arguing about which chain is "best" without naming the trade-off is mostly noise.

Heuristic, Not Theorem — and Why That Matters

The CAP theorem has a formal proof: during a network partition, a distributed system genuinely cannot be both consistent and available. The trilemma has no equivalent proof, and that's not a pedantic distinction. It means the trilemma describes the current engineering frontier, not a law of nature. The frontier can move.

It has moved, in fact. Two techniques weaken the assumed link between throughput and verification cost:

Validity proofs. A ZK rollup executes thousands of transactions off-chain and posts a succinct cryptographic proof that the execution was correct. Verifying the proof costs a node far less than re-executing the transactions. Verification cost stops scaling linearly with throughput — which is exactly the coupling the trilemma depends on.

Data availability sampling. Instead of downloading full blocks to confirm data was published, nodes sample small random chunks and rely on erasure coding to guarantee the whole block is recoverable. Ethereum's Danksharding roadmap is built on this. Again, per-node cost stops tracking total data volume.

Admittedly, neither technique deletes the trilemma. It relocates it. ZK rollups need provers, and proving is computationally heavy enough that prover markets concentrate. Data availability sampling needs enough independent samplers, and someone still has to build the blocks — which is why Ethereum's roadmap includes enshrined proposer-builder separation to contain the centralization that shows up at the block-building step. The honest summary: modular architectures shrink the trilemma's footprint at the verification layer and push the remaining trade-offs into narrower, more auditable roles.

What's Changing

The structural shift is that the trilemma is increasingly evaluated per-layer rather than per-chain. A rollup can inherit Ethereum's decentralization and security for settlement while making its own — usually much more centralized — choices about sequencing and execution. Whether that counts as escaping the trilemma or just redistributing it depends on which layer you're standing on, and both readings are defensible. EIP-4844 is live and reduced rollup data costs materially; PeerDAS and full Danksharding remain on the roadmap without confirmed dates. The monolithic high-throughput approach is also still being tested in production — Solana's Firedancer client work is partly an attempt to show that a fast chain can widen its validator set over time rather than concentrate further.

What Would Confirm the Framework

The trilemma remains a useful map if: data availability sampling ships on Ethereum mainnet without degrading node participation; ZK proving costs keep falling while prover sets diversify; and high-throughput monolithic chains continue to show measurably higher node requirements and more concentrated validator economics than low-throughput ones.

What Would Break It

The framework weakens if a chain sustains high throughput for years with node costs low enough that ordinary participants verify independently, without offloading work to a second layer — that would demonstrate the coupling between throughput and verification cost isn't binding. It would also weaken if formal analysis showed the trade-off space is materially wider than the triangle implies. A proven impossibility result in the other direction — making the trilemma a real theorem — would do the opposite and harden it.

Timing

Now: the trilemma actively explains observable architecture differences between Bitcoin, Ethereum, and high-throughput chains, and it's the right lens for evaluating any new chain's claims. Next: PeerDAS deployment and ZK prover decentralization are the developments most likely to shift where the trade-offs bind. Later: full Danksharding and single slot finality would together represent the largest planned redrawing of the frontier, on a multi-year horizon.

Boundary

This post covers the trilemma as an architectural framework. It doesn't rank chains, and it doesn't claim any position on the triangle is correct — that depends on what a system is for. "Chain X solved the trilemma" should be read as a prompt to ask where the verification costs actually went, not as a settled claim. Nothing here is a recommendation to use, buy, or build on any network.

Related Posts

See All
Crypto Research
New XRP-Focused Research Defining the “Velocity Threshold” for Global Settlement and Liquidity
A lot of people looking at my recent research have asked the same question: “Surely Ripple already understands all of this. So what does that mean for XRP?” That question is completely valid — and it turns out it’s the right question to ask. This research breaks down why XRP is unlikely to be the internal settlement asset of CBDC shared ledgers or unified bank platforms, and why that doesn’t mean XRP is irrelevant. Instead, it explains where XRP realistically fits in the system banks are actually building: at the seams, where different rulebooks, platforms, and networks still need to connect. Using liquidity math, system design, and real-world settlement mechanics, this piece explains: why most value settles inside venues, not through bridges why XRP’s role is narrower but more precise than most narratives suggest how velocity (refresh interval) determines whether XRP creates scarcity or just throughput and why Ripple’s strategy makes more sense once you stop assuming XRP must be “the core of everything” This isn’t a bullish or bearish take — it’s a structural one. If you want to understand XRP beyond hype and price targets, this is the question you need to grapple with.
Read Now
Crypto Research
The Jackson Liquidity Framework - Announcement
Lewis Jackson Ventures announces the release of the Jackson Liquidity Framework — the first quantitative, regulator-aligned model for liquidity sizing in AMM-based settlement systems, CBDC corridors, and tokenised financial infrastructures. Developed using advanced stochastic simulations and grounded in Basel III and PFMI principles, the framework provides a missing methodology for determining how much liquidity prefunded AMM pools actually require under real-world flow conditions.
Read Now
Crypto Research
Banks, Stablecoins, and Tokenized Assets
In Episode 011 of The Macro, crypto analyst Lewis Jackson unpacks a pivotal week in global finance — one marked by record growth in tokenized assets, expanding stablecoin adoption across emerging markets, and major institutions deepening their blockchain commitments. This research brief summarises Jackson’s key findings, from tokenized deposits to institutional RWA chains and AI-driven compliance, and explains how these developments signal a maturing, multi-rail settlement architecture spanning Ethereum, XRPL, stablecoin networks, and new interoperability layers.Taken together, this episode marks a structural shift toward programmable finance, instant settlement, and tokenized real-world assets at global scale.
Read Now

Related Posts

See All
No items found.
Lewsletter

Weekly notes on what I’m seeing

A personal letter I send straight to your inbox —reflections on crypto, wealth, time and life.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.