What is the Blockchain Trilemma?
Blockchain Trilemma — A concept describing the inherent tension in blockchain design where increasing one of scalability, security, or decentralization typically comes at the expense of another.
How It Works
Why It Matters
Common Questions
Which blockchains solve the trilemma?
No blockchain fully solves it. Ethereum aims to with sharding + rollups. Solana prioritizes scalability over decentralization. Bitcoin maximizes security and decentralization at the cost of scalability.
Can Layer 2 solve the trilemma?
Layer 2s (rollups, Lightning) inherit security from the base layer while scaling transactions. They improve the trade-off but do not eliminate it.
Is sharding a solution?
Sharding splits the chain into parallel segments, theoretically scaling throughput while maintaining decentralization. Ethereum planned sharding but pivoted to rollups.
Why is decentralization important?
Decentralization removes single points of failure, resists censorship, and enables trustless operation — the core value proposition of blockchains.