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