OpenChainGraph Suite · OCG v0.8.0 · Stablecoin Remittance

Stablecoin Remittance Corridor Economics

Linear two-step chain for stablecoin remittance corridor economics analysis. Step 1 models the all-in cost of a USDC-based corridor: on-ramp fee, chain/gas fee, off-ramp/local-rail fee, FX spread, and pre-funding float savings vs correspondent banking. It also computes gross/net cost in bps and %, savings vs a traditional MTO, and break-even send amount. Step 2 benchmarks total cost against the World Bank RPW Q1 2026 snapshot for the same origin-destination corridor and the SDG 10.c 3% target. Both steps always run. Rail-agnostic; defaults from the Felix/Circle USDC corridor (US to MX). No personal data is processed.

OpenChainGraph · 2 Steps analytics mandate · Linear Hash-Anchored §4 chain_depth:2 Client-Side · Zero PII
Not financial advice. Outputs are computed from version-pinned reference tables (World Bank RPW Q1 2026, Felix/Circle USDC corridor case study benchmarks, SDG 10.c 3% target) and your inputs only. Verify corridor-specific rates and fees with actual provider quotes before business decisions.
Chain Topology (linear) — Stablecoin Corridor Economics → World Bank RPW Corridor Comparator
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 2 Steps · Linear
1 ROOT node
Stablecoin Corridor Economics Model art-250-model-stablecoin-corridor-economics
Models USDC corridor all-in cost: on-ramp fee, chain gas fee, off-ramp/local-rail fee, FX spread, pre-funding float savings. Returns gross/net cost in bps and %, savings vs traditional MTO benchmark, and break-even send amount. Rail-agnostic. Passes gross_cost_pct to corridor benchmarking.
MCP Call · model_stablecoin_corridor_economics
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "model_stablecoin_corridor_economics",
    "arguments": {
      "send_amount_usd": 1000,
      "on_ramp_fee_pct": 0.5,
      "chain_fee_usd": 0.01,
      "off_ramp_fee_pct": 0.3,
      "fx_spread_pct": 0.2,
      "float_savings_rate_pct": 4.0,
      "float_days": 0,
      "correspondent_cost_pct": 6.0
    }
  },
  "id": 1
}
2 TERMINAL node
Corridor Cost Comparator (World Bank RPW) art-249-compare-corridor-cost
Benchmarks total cost (fee % + FX margin %) against World Bank RPW Q1 2026 snapshot for the origin-destination corridor, SmaRT global average (6.36%), and SDG 10.c 3% target. Returns meets_sdg_target, vs_rpw_benchmark, cost_at_200_usd, and cost_at_500_usd. Final stage.
MCP Call · compare_corridor_cost
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "compare_corridor_cost",
    "arguments": {
      "from_country": "US",
      "to_country": "MX",
      "send_amount": 1000,
      "provider_fee": 10.01,
      "fx_rate_used": 17.15,
      "fx_rate_mid": 17.20,
      "service_name": "Felix-USDC-all-in"
    }
  },
  "id": 2
}
Export Chain Artifact
Download a §4-compliant chain artifact with execution hash and step definitions. Hash is deterministic over canonical {policy_parameters, output_payload} per RFC 8785/JCS.