OpenChainGraph · Stablecoin Reserves · Chain

FIUSD Reserve Attestation Receipt

Four-step verify-side chain: reserve-attestation precheck, MiCA-style reserve stress simulation, partner-jurisdiction routing, and partner-stablecoin readiness score compose into a daily reserve-precheck receipt a regulator or auditor of a community bank can independently replay.

Linear · 4 steps Verify-Side Only Hash-Anchored §4 OCG v0.8.7 Client-Side · Zero PII
Who this is for: FIUSD program office staff, community-bank CROs, and state regulators/auditors who need a replayable readiness verdict ahead of a GENIUS Act reserve-regime review — not a substitute for the issuer's own attestation.
⚠ Flag · Verify-Side Only

This chain is strictly the auditor/regulator verify surface (it rides the live RESERVE-WATCH cron). It does NOT build or imply an issuer-side reserve-report pre-filer or composer. The receipt asserts "these inputs replay to this readiness verdict," and never "these reserves are attested or proven." There is no claim of cryptographically verifying an underlying reserve PDF.

Honest Proof-Scope Legend

Each step's receipt entry carries that kernel's existing proof status honestly — this chain composes only already-shipped, already-proven kernels; there is no new groth16 proving step for this composition. The chain's claim_strength is the minimum across steps: it is replayable-by-hash, not a fresh cryptographic proof of the underlying reserves.

Computing…
Pending
DAG · 4 steps · art-06 → rca-02 → art-111 → art-110 · optional art-121 anchor tail
STEP 1GENIUS Act Reserve Attestation Precheck
Prechecks the daily reserve-attestation inputs against the GENIUS Act reserve regime.
→ Handoff: reserve-attestation precheck result feeds Stage 2 reserve stress simulation
🔗 art-06-genius-act-reserve-attestation
MCP Call · precheck_reserve_attestation
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": { "name": "precheck_reserve_attestation", "arguments": { "issuer_ref": "SYNTHETIC-ISSUER-FIUSD" } },
  "id": 1
}
STEP 2MiCA Reserve Stress Simulation
Simulates the stablecoin reserve under stress scenarios for cross-regime comparison.
→ Handoff: reserve stress simulation result feeds Stage 3 jurisdiction routing
🔗 rca-02-mica-reserve-stress
MCP Call · simulate_stablecoin_reserve
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": { "name": "simulate_stablecoin_reserve", "arguments": { "issuer_ref": "SYNTHETIC-ISSUER-FIUSD" } },
  "id": 2
}
STEP 3ARC Corridor Jurisdiction Router
Routes the corridor to its applicable partner-stablecoin jurisdiction regime.
→ Handoff: jurisdiction routing result feeds Stage 4 partner readiness scoring
🔗 art-111-arc-corridor-jurisdiction-router
MCP Call · route_partner_stablecoin_jurisdiction
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": { "name": "route_partner_stablecoin_jurisdiction", "arguments": { "issuer_ref": "SYNTHETIC-ISSUER-FIUSD" } },
  "id": 3
}
STEP 4ARC Partner-Stablecoin Onboarding Readiness Score
Scores partner-stablecoin onboarding readiness and composes the final readiness verdict (ready / gaps).
🏁 Terminal stage · readiness verdict (ready/gaps); optional art-121 anchor_document_integrity tail anchors the receipt digest
🔗 art-110-arc-partner-stablecoin-onboarding
MCP Call · score_partner_stablecoin_readiness
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": { "name": "score_partner_stablecoin_readiness", "arguments": { "issuer_ref": "SYNTHETIC-ISSUER-FIUSD" } },
  "id": 4
}
Export Chain Artifact
Download a §4-compliant chain artifact with execution hash, step definitions, and regulatory basis. Hash is deterministic over canonical {policy_parameters, output_payload} per RFC 8785/JCS.