2.1 The Four-Layer Stack
graph TD
subgraph L4["L4: Interface Layer (Interface layer)"]
SDK[Client SDK / UI]
API[Relayer API]
Graph[The Graph Indexer]
end
subgraph L3["L3: Data & Privacy Layer (Data and Privacy Layer)"]
Oracle[Chainlink Oracles]
IPFS[IPFS Storage]
TEE[TEE / ZK-Circuits]
end
subgraph L2["L2: Core Protocol Layer (Core Protocol Layer)"]
OES[OES Engine (FSM)]
DAN[DAN Arbitration]
Reputation[SBT Logic]
end
subgraph L1["L1: Settlement Layer (Settlement Layer)"]
EVM[EVM Adapters (ETH/Arb...)]
SVM[SVM Adapters (Solana)]
Bridge[Cross-Chain Bridge]
end
L4 -->|Query/Tx| L2
L4 -->|Read Data| L3
L2 -->|State Update| L1
L2 -->|Request Proof| L3
L3 -->|Callback| L22.1 The Four-Layer Stack
L1: Settlement Layer
L2: Core Protocol Layer
L3: Data & Privacy Layer
L4: Interface Layer
Last updated

