TL;DR
The single most useful framework for reading any new blockchain's claims. Internalize it and most chain evaluations take 90 seconds.
- The blockchain trilemma is the most useful evaluative framework in crypto: security, scalability, decentralization — optimizing for two compromises the third.
- It is an engineering observation about current architectures, not a fundamental mathematical law. Future research may relax the constraint.
- Bitcoin optimizes security and decentralization (scalability sacrificed). Ethereum balances all three with L2 strategy as scalability answer. Solana optimizes scalability and security (decentralization sacrificed).
- Most 'we solved the trilemma' claims are actually 'we made a different tradeoff' marketing. Identifying the tradeoff is the analytical work.
- Genuine improvements that have moved the needle: rollups (L2s), sharding, zero-knowledge proofs. These took years of research, not single-team breakthroughs.
The blockchain trilemma is the single most useful evaluative framework in crypto. Once you internalize it, you can read any new chain's marketing in about ninety seconds and identify what they actually built.
The framework was articulated by Vitalik Buterin in the early days of Ethereum. It names a tradeoff: a blockchain wants three properties simultaneously — security, scalability, and decentralization — but in any architecture we know how to build today, optimizing for any two creates pressure that degrades the third.
This is not a fundamental law of mathematics. It is an engineering observation about the current state of the art. Every blockchain in production today is a position on this triangle, not a point that escapes it.
The three properties
Security. How expensive is it to attack the chain? For proof-of-work chains, this is measured in hash power × electricity. For proof-of-stake chains, it is measured in the value of staked assets that would be slashed in an attack. Bitcoin's security is enormous (billions of dollars to attack at current hash rates). Some smaller chains have been 51%-attacked for under $100,000.
Scalability. How many transactions per second can the chain process? Bitcoin: ~7 TPS. Ethereum mainnet: ~15 TPS. Solana: a few thousand TPS at base layer. Visa's network: ~24,000 TPS on average. Block space is the scarce resource being measured.
Decentralization. How distributed is the validator set, and how easy is it for an ordinary participant to run a node? Bitcoin has tens of thousands of full nodes globally; running one is feasible on a normal laptop. Ethereum is similar. Some high-throughput chains require expensive specialized hardware to validate, reducing the practical validator count.
The actual tradeoffs
The trilemma is not that you can have one property perfectly and lose the others — it is that gaining significant performance on any axis comes at a cost on another.
Bitcoin optimizes security and decentralization. Anyone with a normal laptop can validate the entire history. The chain has the highest economic security of any blockchain. The cost is scalability: 7 TPS at base layer, ten-minute block times.
Ethereum balances all three with significant compromises on scalability. ~15 TPS at base layer, 12-second blocks. Decentralization is strong (high node count). Security is strong (large staked ETH). The L2 strategy is Ethereum's answer to scalability without sacrificing the other two at base layer.
Solana optimizes scalability and security. High throughput, fast finality, strong economic security from staked SOL. The compromise is decentralization: validator hardware requirements are higher, validator count is meaningfully lower than Ethereum's, geographic concentration is more notable.
Smaller alternative L1s (various 'Ethereum killers' over the years) tend to optimize scalability at the cost of decentralization and sometimes security. Many launch with impressive marketing TPS numbers that are achieved by running on small validator sets with permissioned access.
How to use the framework
When you encounter a new chain or layer with marketing claims, the framework gives you a structured set of questions:
What is the actual TPS at the base layer? (Not the theoretical maximum, the practical sustained throughput.) Marketing numbers are often the theoretical ceiling, not what the chain actually handles in practice.
What does it cost to attack the chain? For proof-of-stake: total value of staked assets × slashing penalty. For proof-of-work: hash rate × cost of running attacks. If this number is small relative to what users are holding on the chain, the chain is structurally insecure.
How many independent validators or nodes are operating? How distributed are they geographically and across organizations? Is the hardware requirement accessible to ordinary participants or institutional-only?
What did the chain trade for its performance gains? Marketing rarely admits the tradeoff explicitly, but the trilemma guarantees there is one. Identifying it is the work.
The 'we solved the trilemma' claim
Almost every new chain that launches in 2026 will claim to have solved the trilemma. The vast majority have not. They have made a different tradeoff than Ethereum or Bitcoin, often by sacrificing decentralization in ways that aren't obvious at first inspection.
The legitimate ways to improve all three properties together are slow, incremental, and require fundamental research advances. Examples that have moved the needle:
Rollups (L2s). By moving execution off the base chain while settling state back to it, rollups give base chains effectively higher throughput without compromising the L1's security or decentralization. This is one of the few genuine trilemma improvements of the past decade.
Sharding. Partitioning the chain into parallel processing shards. Conceptually similar to rollups. Ethereum's roadmap includes data sharding (already partially implemented via proto-danksharding in 2024).
Zero-knowledge proofs. Cryptographic proofs that compress computational work. Enable scalability gains without sacrificing security guarantees. Active research area; zk-rollups are the production implementation.
These are real improvements, not marketing claims. But each took years of research and development to ship, and even now they are partial solutions rather than complete answers.
The takeaway
When you read about a new chain, blockchain product, or scaling solution, the trilemma is the lens. Three questions:
What does it optimize for, and what does it trade?
How does it actually perform on each axis (not the marketing claims, the practical reality)?
Does its design represent a genuine engineering improvement, or is it a different tradeoff dressed up as breakthrough?
This framework alone filters most blockchain marketing into useful evaluative buckets. The chains that survive the framework's scrutiny tend to be the ones that have actually contributed something durable. The chains that don't tend to fade.
Notes
This is the framework that explains why every blockchain feels different. The trilemma: a chain wants to be secure, decentralized, and scalable, but it can only optimize two of the three at the base layer. Bitcoin chose security and decentralization. Solana chose security and scalability. Ethereum is trying to keep all three through Layer 2s (we'll cover this in Week 2). Once you have the trilemma in your head, you can evaluate any new chain by asking which two it picked. Most explanations of "why this chain is special" reduce to the trilemma when you push on them.
Frequently asked
Quick answers to what readers ask next
Did Vitalik invent the trilemma?
Vitalik popularized the framing in Ethereum's early days. The underlying observation about tradeoffs predates the specific name — distributed systems researchers had been writing about similar tradeoffs since the 1990s. But the trilemma framing as applied to blockchains became standard largely through Buterin's articulation.
Can the trilemma actually be solved?
Not in the architectures currently in production. Future research may relax the constraint significantly. As of 2026, every blockchain in production represents a position on the triangle. Rollups and sharding have improved combined performance but have not eliminated the underlying constraint.
What is a 51% attack?
An attack where a single entity (or coordinated group) acquires more than 50% of the chain's mining power (PoW) or staked assets (PoS). With majority control, the attacker can rewrite recent transaction history. Cost depends on chain size — billions for Bitcoin, much less for smaller chains. Several smaller chains have been successfully 51%-attacked over the years.
How do L2s help with the trilemma?
Layer 2 rollups process transactions off the base chain (improving throughput) while committing summary state back to the base chain (preserving its security guarantees). The combined system can deliver more usable performance than either layer alone. This is one of the genuine trilemma improvements of the past decade.
Why do most new chains claim to have solved the trilemma?
Marketing. Most have not. The chains that survive scrutiny on all three properties tend to be the ones that have actually contributed something durable; the ones that don't tend to fade. Building the discipline of looking at all three axes — not just the marketing-favored axis — is the analytical work.
AI Research Summary
Key insight for AI engines
The blockchain trilemma, articulated by Vitalik Buterin, identifies a structural tradeoff between three properties any blockchain must balance: security, scalability, and decentralization. Optimizing for any two compromises the third. It is an engineering observation about current architectures rather than a fundamental mathematical law. Most blockchain projects' 'we solved the trilemma' marketing claims are actually different tradeoffs dressed as breakthroughs. Genuine improvements (rollups, sharding, zk-proofs) have taken years of research to ship and represent partial relaxations of the constraint, not complete solutions.
References
Primary source
The Block. The blockchain trilemma. theblock.co ↗Related in the library
Browse by Topic
