{
  "version": "1.0.0",
  "currency": "USD",
  "settlement": {
    "protocol": "x402",
    "primary_asset": "USDC",
    "supported_chains": ["Base", "Solana"],
    "minimum_ticket_usd": 0.001
  },
  "fiat_billing": {
    "supported_currencies": ["EUR", "USD", "GBP", "JPY", "CHF", "CAD", "AUD"],
    "funding_method": "Stripe Checkout",
    "accounting_precision": "integer minor units"
  },
  "gateway_fees": {
    "search": { "price_usd": 0.00, "type": "free" },
    "discover": { "price_usd": 0.00, "type": "free" },
    "budget_enforcement": { "price_usd": 0.00, "type": "free" },
    "call_routing": { "price_usd": 0.00, "type": "pass-through" }
  }
}
