From ba468dca09e880dc4f7f49b2c8da451a96a58894 Mon Sep 17 00:00:00 2001 From: foudre Date: Mon, 28 Apr 2025 21:53:50 +0000 Subject: [PATCH] v2 diagram 2 --- readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 9ef38f1..c4c2dfc 100644 --- a/readme.md +++ b/readme.md @@ -43,11 +43,14 @@ flowchart TB ```mermaid 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 --> PublishObservation[Publishes observation hash (15 min interval)] + PublishObservation --> Base_Blockchain + Probe --> UploadLogs[Uploads logs/evidence] + UploadLogs --> IPFS + Client --> VerifyProof[Verifies uptime proof] + VerifyProof --> Base_Blockchain + Client --> ConsultLogs[Consults logs if needed] + ConsultLogs --> IPFS ``` ## Obsero Points Economic Model