Three landed nodes, run in the order an examination tends to run them: check the issuer's published monthly reserve disclosure against the arithmetic and attestation requirements the GENIUS Act sets out, recompute the published Proof-of-Reserves independently, then pin the sanctions-screening decision to the exact versioned dataset it ran against. Each stage emits its own hash-anchored artifact, and the pack emits one composite artifact over the three. What comes out is the evidence an examination asks a stablecoin issuer to produce. It is not a certification, and none of it is a solvency opinion.
check_genius_reserve_disclosure_conformance{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "check_genius_reserve_disclosure_conformance",
"arguments": {
"report_period": "2026-07",
"period_end_date": "2026-07-31",
"outstanding_tokens_reported": 4200000000,
"token_price": 1,
"total_reserves_usd": 4212500000,
"attestation_present": true,
"attestation_date": "2026-08-14",
"examiner_registered": true,
"examiner_name": "SYNTHETIC-CPA-LLP",
"onchain_supply_check": 4200000000
}
},
"id": 1
}
verify_proof_of_reserves_consistency{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "verify_proof_of_reserves_consistency",
"arguments": {
"reserve_proof": {
"leaf": {"hash": "a1b2c3...", "sum": 4212500000},
"path": [{"hash": "d4e5f6...", "sum": 0, "position": "right"}],
"expected_root": {"hash": "9f8e7d...", "sum": 4212500000}
},
"liability_branch": {
"leaf": {"hash": "0011aa...", "sum": 4200000000},
"path": [{"hash": "bb22cc...", "sum": 0, "position": "left"}],
"expected_root": {"hash": "77ee55...", "sum": 4200000000}
},
"published_reserve_figures": {"total_reserves_usd": 4212500000}
}
},
"id": 2
}
build_sanctions_screening_evidence_pack{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "build_sanctions_screening_evidence_pack",
"arguments": {
"screening": {
"query": "SYNTHETIC-COUNTERPARTY-01",
"match_count": 0,
"decision": "cleared"
},
"dataset_ref": {
"dataset_id": "consolidated-sanctions",
"version": "20260801-1200",
"digest_algo": "sha256",
"published_digest": "3b1f0a...64hex"
},
"caller_computed_digest": "3b1f0a...64hex"
}
},
"id": 3
}