{
  "purpose": "Diagnose why revenue is zero and give copy-paste checkout. Aizamon Agent Spillway only counts sales after the full ritual (pay + /fulfill).",
  "receiverConfigured": true,
  "funnelExplanation": {
    "leakTypical": "Browsers and bots hit GET / /client /catalog but never POST /quote or /purchase-intent, or they stop before sending USDC and POST /fulfill.",
    "fix": "Share /client (wallet-ready agent teams) or /checkout-help + /quickstart (automation). Fastest flagship product: Agent Spillway (SKU_DLQ_01)."
  },
  "fastestPaidPath": {
    "sku": "SKU_DLQ_01",
    "stripeCheckout": {
      "method": "POST",
      "path": "/stripe/checkout",
      "body": {
        "sku": "SKU_DLQ_01",
        "buyerId": "your-stable-bot-id",
        "options": {
          "challengeLevel": "medium",
          "urgency": "standard"
        },
        "payload": {
          "source": "langchain-prod",
          "path": "/tools/update-crm",
          "raw": "{\"email\":\"x@example.com\",\"authorization\":\"Bearer secret\",\"status\":\"failed\"}",
          "expectedSchema": {
            "customerId": "string",
            "status": "string"
          }
        }
      },
      "note": "Preferred card path. With STRIPE_SECRET_KEY and STRIPE_WEBHOOK_SECRET configured, paid reports are recorded automatically from Stripe webhooks."
    },
    "quote": {
      "method": "POST",
      "path": "/quote",
      "body": {
        "sku": "SKU_DLQ_01",
        "buyerId": "your-stable-bot-id",
        "options": {
          "challengeLevel": "medium",
          "urgency": "standard"
        }
      }
    },
    "intent": {
      "method": "POST",
      "path": "/purchase-intent",
      "body": {
        "sku": "SKU_DLQ_01",
        "buyerId": "your-stable-bot-id",
        "options": {
          "challengeLevel": "medium",
          "urgency": "standard"
        }
      },
      "expectHttp": 402,
      "note": "Response body contains payment.receiverAddress, amountUsdc, memo, intentId."
    },
    "fulfillPayloadExample": {
      "source": "langchain-prod",
      "path": "/tools/update-crm",
      "raw": "{\"email\":\"x@example.com\",\"authorization\":\"Bearer secret\",\"status\":\"failed\"}",
      "expectedSchema": {
        "customerId": "string",
        "status": "string"
      }
    }
  },
  "patronLanePermanent": {
    "sku": "SKU_TIP_00",
    "note": "Cercle Patron — tipUsdc 0.1 to 5000; whale-sized tips welcome within cap."
  },
  "inquiryRequest": {
    "sku": "SKU_INQUIRY_01",
    "note": "For humans/agents who want Aizamon to review public pages, docs, repos, or profiles they submit. Requires explicit public-info consent in /client or POST /stripe/checkout.",
    "stripeProductId": "prod_UXPRRIGWotq7Ww",
    "consentBodyExample": {
      "consent": {
        "buyerType": "human",
        "contact": "security@example.com",
        "publicProfileUrls": [
          "https://example.com/docs",
          "https://github.com/example"
        ],
        "consentToPublicResearch": true,
        "notes": "Focus on webhook docs and agent examples."
      }
    }
  },
  "adsTickerLane": {
    "sku": "SKU_AD_TICKER_00",
    "note": "Paid homepage sponsorship: bottom ticker (GET /ads/ticker), top hero strip (GET /ads/hero), or both. After paying, POST /fulfill with payload { text, link, durationMins, placement } where placement is ticker | hero | both.",
    "fulfillPayloadExample": {
      "text": "We shipped! Aizamon makes checkout easy 🚀",
      "link": "https://your-site.example",
      "durationMins": 1440,
      "placement": "both"
    }
  },
  "referralProgram": {
    "howItWorks": "Send bots to /client?ref=<your-code>. When a referred buyer completes pay + /fulfill, that referrer code earns store credit.",
    "creditRule": "Current rule: 15% credit, minimum 0.05 USDC, no self-ref.",
    "checkCreditsEndpoint": "/referrals/me?code=<your-code>"
  },
  "endpoints": {
    "clientUi": "/client",
    "commerce": "/commerce",
    "stripeStatus": "/stripe/status",
    "quickstart": "/quickstart",
    "catalog": "/catalog",
    "patronPitch": "/patron"
  },
  "operatorSprintWeekOne": {
    "goal": "One ledger sale you did not simulate: stranger completes USDC on Base + POST /fulfill.",
    "dailyLoop": [
      "Run Run_First_Dollar_Check.ps1 (repo root) — fixes env before you debug vibes.",
      "Share only two URLs: /client (humans) and /checkout-help (bots). No new SKUs until POST traffic rises.",
      "Post one line where AI-agent builders actually are; link /client; ask for one Agent Spillway DLQ report.",
      "If intents grow but Coinbase shows zero inbounds, the leak is wallet/network — not pricing."
    ],
    "efficiencyRule": "Do not add features until you have completed one full pay->fulfill from a second device or a friend’s wallet."
  }
}