From 3989025ff9946ac0ae690cab7931be9cce5de6a5 Mon Sep 17 00:00:00 2001 From: foudre Date: Mon, 28 Apr 2025 21:53:06 +0000 Subject: [PATCH] update diagram 2 --- readme.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index c649fec..9ef38f1 100644 --- a/readme.md +++ b/readme.md @@ -42,16 +42,12 @@ flowchart TB ## Proof of Uptime Flow ```mermaid -sequenceDiagram - participant Probe - participant Base Blockchain - participant IPFS - participant Client +flowchart TD + Probe -->|Publishes observation hash (15 min interval)| Base_Blockchain + Probe -->|Uploads logs/evidence| IPFS + Client -->|Verifies uptime proof| Base_Blockchain + Client -->|Consults logs if needed| IPFS - Probe->>Base Blockchain: Publishes observation hash (15 min interval) - Probe->>IPFS: Upload logs/evidence - Client->>Base Blockchain: Verifies uptime proof - Client->>IPFS: Consults logs if needed ``` ## Obsero Points Economic Model