update diagram 2

This commit is contained in:
2025-04-28 21:53:06 +00:00
parent d59c68c4f4
commit 3989025ff9
+5 -9
View File
@@ -42,16 +42,12 @@ flowchart TB
## Proof of Uptime Flow ## Proof of Uptime Flow
```mermaid ```mermaid
sequenceDiagram flowchart TD
participant Probe Probe -->|Publishes observation hash (15 min interval)| Base_Blockchain
participant Base Blockchain Probe -->|Uploads logs/evidence| IPFS
participant IPFS Client -->|Verifies uptime proof| Base_Blockchain
participant Client 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 ## Obsero Points Economic Model