Architecture Graph#
Click any node to jump to its deep architecture doc. Use scroll to zoom, drag to pan.
This graph is the spatial counterpart to the Flow Explorer, which walks the protocol phase-by-phase. Use the graph when you want to see how everything connects; use the Flow Explorer when you want to see when.
Reading the graph#
- Actors (green) issue intents - Takers submit RFQs, Solvers bid on them.
- Engines (cyan) coordinate off-chain work - the RFQ auction, the cross-chain Oracle, the WORM audit chain.
- Contracts (purple) are on-chain - InputSettler + OutputSettler custody funds; ComplianceRegistry gates participation.
- Each edge carries the relationship it represents (
submits RFQ,attests claim,writes events).