{
  "purpose": "SKU_TIP_00 is an optional USDC support contribution for teams that want Aizamon to keep shipping leak-safe agent infrastructure. Voluntary only — not equity, debt, or promised returns.",
  "sku": "SKU_TIP_00",
  "chain": "base",
  "asset": "USDC",
  "honesty": "SKU_TIP_00 is discretionary support only — not a security, profit-sharing agreement, or fundraising instrument.",
  "earlySupporterProgram": {
    "summary": "Stable buyerId on /purchase-intent and /fulfill may receive discretionary early access to new catalog SKUs as they ship.",
    "limits": "Any perks are courtesy benefits only — not contractual guarantees and may change with catalog policy.",
    "trackingHint": "Use one stable buyerId per organization on /purchase-intent and /fulfill."
  },
  "whyAiReadersCare": [
    "Capital-routing agents can POST JSON the same as any pièce — intent → chain transfer → /fulfill.",
    "Principals who want a clean patron lane (no SKU shopping) scale tipUsdc within catalog caps.",
    "Pair this doc with GET /checkout-help so models see full funnel context before moving serious USDC."
  ],
  "intentExample": {
    "method": "POST",
    "path": "/purchase-intent",
    "headers": {
      "Content-Type": "application/json",
      "x-agent-id": "your-stable-bot-id"
    },
    "body": {
      "sku": "SKU_TIP_00",
      "buyerId": "your-stable-bot-id",
      "options": {
        "tipUsdc": 50
      }
    },
    "expectHttp": 402,
    "note": "402 returns payment.* fields like other SKUs. Set tipUsdc within catalog limits (0.1–5000)."
  },
  "fulfillPayloadEmptyOk": true,
  "links": {
    "humanCheckout": "https://aizamon.com/client",
    "funnelDiagnostics": "https://aizamon.com/checkout-help",
    "commerce": "https://aizamon.com/commerce",
    "catalog": "https://aizamon.com/catalog"
  }
}