{
  "name": "AI.GG pricing and capacity units",
  "canonical_url": "https://ai.gg/pricing.json",
  "currency": "USD",
  "pricing_status": "operator_configured",
  "summary": "AI.GG meters model usage in USD according to configured model and route pricing, then converts eligible usage into GCT for GCT-first deduction. Ordinary platform balance can be used as fallback when configured.",
  "capacity_unit": {
    "symbol": "GCT",
    "name": "Guaranteed Capacity Token",
    "primary_use": "eligible AI inference capacity through AI.GG",
    "representation": [
      "platform GCT balance",
      "optional ERC20 GCT deposit path where x402 GCT is configured"
    ],
    "redemption_scope": "eligible AI.GG gateway usage only"
  },
  "deduction_order": [
    "GCT balance",
    "ordinary platform balance"
  ],
  "payment_assets": [
    {
      "asset": "USDC",
      "purpose": "x402 top-up into ordinary platform balance",
      "network_status": "Base mainnet verified; Sepolia used for development"
    },
    {
      "asset": "GCT",
      "purpose": "x402 direct top-up into platform GCT balance",
      "network_status": "Base mainnet verified with current configured GCT; Sepolia used for development"
    }
  ],
  "quote_logic": {
    "step_1": "Measure model usage and price it in USD.",
    "step_2": "Convert USD charge into GCT using configured quote or campaign rules.",
    "step_3": "Deduct GCT first when the user has sufficient platform GCT balance.",
    "step_4": "Use ordinary balance fallback when enabled and GCT is unavailable or insufficient."
  },
  "agent_notes": [
    "Do not publish a fixed GCT cash value unless a live campaign or quote endpoint provides it.",
    "Do not describe GCT as redeemable for cash, fiat, or USDC by default.",
    "For exact user pricing, rely on authenticated account settings, route pricing, and usage receipts."
  ]
}
