v2 diagram 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user