Skip to content

Commit d8f0161

Browse files
committed
Add Mermaid architecture diagram
1 parent a2926ad commit d8f0161

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,23 @@ Outcome Signals
3535
→ Finality Gate (blocks settlement unless FINAL)
3636
→ Settlement (exactly-once)
3737

38+
---
39+
40+
## Architecture (Control Plane)
41+
42+
```mermaid
43+
flowchart LR
44+
A[Outcome Signals<br/>(Oracles / Referees / AI / APIs)]
45+
B[Reconciliation<br/>(Conflict Detection & Containment)]
46+
C[Finality Gate<br/>(Block unless FINAL)]
47+
D[Settlement Execution<br/>(Exactly-Once / Idempotent)]
48+
E[Ledger / Payout]
49+
50+
A --> B
51+
B --> C
52+
C --> D
53+
D --> E
54+
3855
## State machine
3956
4057
OPEN

0 commit comments

Comments
 (0)