Diagrams (SR-level quick scans)
These are simplified web versions; the canonical diagram pack lives in the repo.
End-to-End Overview
flowchart LR
A[SPV Legal] --> B[Custody + Insurance]
B --> C[Evidence: SHA-256 + IPFS]
C --> D[XRPL Canonical Attestation]
D --> E[Facility / Draw]
E --> F[Distribution / Token / Settlement]
Canonical vs Mirror Rails
flowchart TD
XR[XRPL: Canonical registry/evidence] --> XRT[XRPL tx memo anchors]
ST[Stellar: Mirror rail only] --> STM[Stellar issuance/distribution]
XRT -. parity constraints .-> STM
EVM[EVM: Optional adapter] -. never canonical .-> XR
Attestation Ceremony (short)
flowchart TD
P[Pre-flight: hashes/CID verified] --> S[Sign XRPL attestation tx]
S --> H[Record tx hash + ledger index]
H --> U[Update Master Asset Record + portal]
Canonical diagram pack (repo)