From 16fb226e1a36cbcd8ed12ede05b057a23b3b3c85 Mon Sep 17 00:00:00 2001 From: danilaverbena Date: Sun, 19 Jul 2026 17:47:15 +0300 Subject: [PATCH] fix(docs): correct case of consensus diagram image path The Optimistic Democracy consensus diagram on the "Understand GenLayer Protocol" page references /studio/Diagram MAIN.jpg, but the committed asset is public/studio/diagram main.jpg (lowercase). On case-sensitive hosting (e.g. the Netlify/Linux production build) the image returns 404 and the diagram fails to render, even though it works on case-insensitive local machines (macOS/Windows). Corrected the reference to match the actual filename. --- pages/understand-genlayer-protocol.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/understand-genlayer-protocol.mdx b/pages/understand-genlayer-protocol.mdx index 5fceb524..573d1aea 100644 --- a/pages/understand-genlayer-protocol.mdx +++ b/pages/understand-genlayer-protocol.mdx @@ -35,7 +35,7 @@ This architecture supports autonomous DAOs, self-executing prediction markets, a Optimistic Democracy is GenLayer's consensus mechanism for merging probabilistic AI systems with deterministic blockchain rules so the network can reach secure and accurate consensus at scale. Inspired by **[Condorcet's Jury Theorem](https://jury-theorem.genlayer.com/)** (click the link to check out our interactive model), the process uses validator recomputation and majority agreement as a safety net for AI-driven computations. -GenLayer Optimistic Democracy Consensus Diagram +GenLayer Optimistic Democracy Consensus Diagram 1. **User Submits a Transaction** A user sends a transaction request to the network (see the diagram's Step 1).