{
  "protocol": "x402/v1",
  "name": "WHOLE Sapporo Maruyama — Premium Content Access",
  "description": "Agent-native HTTP payment gateway for accessing premium salon content and API resources via the x402 protocol.",
  "facilitator": {
    "url": "https://x402.org/facilitator"
  },
  "payee": "0x209693Bc6afc0C5328bA36FaF03C514EF312287C",
  "acceptedAssets": [
    {
      "network": "base-mainnet",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "assetName": "USDC",
      "decimals": 6
    },
    {
      "network": "base-sepolia",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "assetName": "USDC",
      "decimals": 6
    }
  ],
  "protectedResources": [
    {
      "path": "/api/premium-content",
      "description": "Premium wellness content and detailed treatment analytics",
      "pricing": [
        {
          "scheme": "exact",
          "maxAmountRequired": "100000",
          "maxTimeoutSeconds": 60
        }
      ]
    },
    {
      "path": "/api/personalized-plan",
      "description": "AI-generated personalized treatment plan based on symptoms",
      "pricing": [
        {
          "scheme": "exact",
          "maxAmountRequired": "500000",
          "maxTimeoutSeconds": 120
        }
      ]
    }
  ]
}