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