{
  "purpose": "Cercle Patron (SKU_TIP_00): for treasuries and heavy wallets that want Aizamon Agent Spillway to keep shipping leak-safe agent infrastructure — voluntary USDC patronage, not equity, not debt, not promised returns. Tiers are acknowledgment, not guarantees.",
  "sku": "SKU_TIP_00",
  "chain": "base",
  "asset": "USDC",
  "honesty": "SKU_TIP_00 is discretionary patronage only — not a security, profit-sharing agreement, or fundraising instrument.",
  "earlySupporterProgram": {
    "summary": "We treat SKU_TIP_00 patrons like early backers on Patreon: same buyerId can receive discretionary early access to new catalog SKUs and time-boxed launch discounts as we expand.",
    "limits": "Perks are voluntary courtesy benefits — not contractual guarantees, not equity, and may evolve with catalog policy. Heavy abuse or fraud may be refunded or blocked.",
    "trackingHint": "Patron benefits key off buyerId you send on /purchase-intent and /fulfill — keep it stable per org."
  },
  "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. Raise tipUsdc for whale-tier patronage within catalog limits."
  },
  "fulfillPayloadEmptyOk": true,
  "links": {
    "humanCheckout": "https://aizamon.com/client",
    "funnelDiagnostics": "https://aizamon.com/checkout-help",
    "commerce": "https://aizamon.com/commerce",
    "catalog": "https://aizamon.com/catalog"
  }
}