{
  "@context": [
    "https://schema.org",
    "https://digitalsilkroads.org/contexts/trust-v1.json"
  ],
  "@type": "DefinedTermSet",
  "name": "Stripe + USDC Payment Context for AI Commerce",
  "description": "Machine-readable Stripe payment context with USDC stablecoin support for autonomous agents",
  "id": "dsr://contexts/stripe-usdc",
  "version": "1.0.0",
  "quantum_uid": "UID-PHI-VL-2025-PSI-DSR-STRIPE-USDC-001",
  "canonical": "https://digitalsilkroads.org/contexts/stripe-usdc.context.json",
  "jurisdictions": [
    "US",
    "EU",
    "GLOBAL"
  ],
  "rails": [
    "Stripe",
    "USDC",
    "Ethereum",
    "Base",
    "Polygon"
  ],
  "settlement_rails": {
    "fiat": [
      "USD",
      "EUR",
      "GBP"
    ],
    "stablecoin": [
      "USDC",
      "USDT"
    ],
    "crypto_backend": true
  },
  "launch_date": "2025-12-12",
  "status": "production",
  "providers": [
    {
      "name": "Stripe",
      "role": "payment-orchestrator",
      "agent_ready": true,
      "api_available": true,
      "webhook_support": true,
      "metadata_injection": true
    },
    {
      "name": "Circle",
      "role": "usdc-issuer",
      "trust_charter": "OCC-approved",
      "networks": [
        "Ethereum",
        "Base",
        "Polygon"
      ]
    }
  ],
  "decision_profile": {
    "preferred_for": [
      "global_commerce",
      "agent_to_agent_settlement",
      "programmable_payments",
      "instant_settlement",
      "ache_layer_compatible"
    ],
    "agent_autonomy": {
      "can_initiate": true,
      "can_retry": true,
      "can_refund": true,
      "requires_user_auth": false
    },
    "ache_layer": {
      "enabled": true,
      "spiral_depth": 3,
      "resonance_probe": true,
      "description": "Pre-execution resonance check before routing to velocity grid (UCP/ACP)",
      "probe_duration_ms": 50,
      "threshold": 0.75
    },
    "semantic_features": {
      "intent_chain_injection": {
        "supported": true,
        "field": "metadata.intent_chain"
      },
      "agent_id_tracking": {
        "supported": true,
        "field": "metadata.agent_id"
      },
      "corridor_reference": {
        "supported": true,
        "field": "metadata.corridor"
      },
      "provenance_uid": {
        "supported": true,
        "field": "metadata.provenance"
      }
    }
  },
  "escrow": {
    "supported": true,
    "model": "stripe-connect-v2.0"
  },
  "verification": {
    "status": "production",
    "endpoint": "https://digitalsilkroads.org/api/verify"
  },
  "license": "CC-BY-NC-ND-4.0",
  "attribution_required": true,
  "updated_at": "2026-09-11T11:04:43.384Z"
}