From 98ac675f41d235e43bcf915369dcaf6a8fa67bfb Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Fri, 6 Feb 2026 20:37:27 +0900 Subject: [PATCH] Update The Blockchain Trilemma --- The-Blockchain-Trilemma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-Blockchain-Trilemma.md b/The-Blockchain-Trilemma.md index afebbff..10cc603 100644 --- a/The-Blockchain-Trilemma.md +++ b/The-Blockchain-Trilemma.md @@ -22,4 +22,4 @@ The trouble is that the laws of physics conspire in such a way that any system c Given that [DLTs](Distributed-Ledger-Technologies-(DLTs)) are distributed systems, the CAP theorem applies to them. Algorand, for example, addresses the problem by favoring security over availability — their network simply stops during a sufficiently large network split, i.e. dropping the "P" in "CAP". As an example of how the CAP theorem forces the blockchain trilemma, consider that in the context of DLTs claiming "instant finality" it is relevant to inquire how they can guarantee that in the face of network splits. -The Gajumaru solves the blockchain trilemma in a novel way that is related to both its architecture and its approach to [[consensus]]. \ No newline at end of file +The Gajumaru solves the blockchain trilemma in a novel way that is related to both its architecture and its approach to [consensus](Consensus). \ No newline at end of file