Four 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, pin the sanctions-screening decision to the exact versioned dataset it ran against, then go granular on the reserves themselves by recomputing the ratio and the weighted-average maturity from the per-asset-class breakdown and reconciling that against an EDGAR N-MFP series summary and a declared on-chain supply figure. Each stage emits its own hash-anchored artifact, and the pack emits one composite artifact over the four. 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
}
recompute_stablecoin_reserve_3source{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "recompute_stablecoin_reserve_3source",
"arguments": {
"leg_a": {
"report_period": "2027-02",
"period_end_date": "2027-02-28",
"as_of": "2027-02-28",
"source_digest": "sha256:aaaa...64hex",
"total_reserves_usd": 1050000000,
"outstanding_tokens_reported": 1000000000,
"token_price": 1,
"reserves_in_fund_fraction": 0.8,
"asset_breakdown": [
{"asset_class": "us_coin_and_currency", "amount_usd": 50000000, "maturity_bucket_days": 0},
{"asset_class": "treasury_bill_93d_or_less", "amount_usd": 800000000, "maturity_bucket_days": 20},
{"asset_class": "government_mmf_solely_foregoing", "amount_usd": 200000000, "maturity_bucket_days": 25}
]
},
"leg_b": {
"as_of": "2027-02-28",
"source_digest": "sha256:bbbb...64hex",
"accession_number": "0001234567-27-000123",
"total_net_assets": 840000000,
"wam_days": 21,
"filing_date": "2027-03-05"
},
"leg_c": {
"as_of": "2027-02-28",
"source_digest": "sha256:cccc...64hex",
"onchain_supply": 1000200000
}
}
},
"id": 4
}