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