{
  "product": "x402-seller-kit",
  "version": "1.0.0",
  "priceUsd": 29,
  "oneTime": true,
  "summary": "Reference x402 v2 seller server that self-verifies USDC-on-Base payments with no facilitator, plus the OpenAPI / .well-known / PAYMENT-REQUIRED / bazaar-schema templates that pass npx @agentcash/discovery clean, an SSRF-safe fetch helper, a Cloudflare-tunnel + systemd runbook, and a discovery/listing guide.",
  "includes": [
    "src/server.js — working reference server (stdlib http, one dep: viem)",
    "src/payments.js — on-chain USDC transfer verification, no facilitator",
    "src/x402.js — x402 v2 challenge + base64 PAYMENT-REQUIRED header + bazaar schema",
    "src/openapi.js, src/wellknown.js — discovery contract templates",
    "src/ssrf-fetch.js — SSRF-safe fetch for caller-supplied URLs",
    "README.md, RUNBOOK.md, DISCOVERY.md, test/smoke.sh"
  ],
  "license": "MIT",
  "sha256": "0d718f81f3bb54672a492e920ba5621739dcfee831bfbd6cecaecba79da75b50",
  "asset": {
    "symbol": "USDC",
    "network": "base",
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "buy": {
    "step1": "Send >= $29 USDC on Base to 0xbEf522A8e3C7b65c3AFF2D86cee5c20035D52b98",
    "step2": "Wait 2 confirmations (~5s on Base)",
    "step3": "POST /kit/redeem {\"txHash\":\"0x...\"}  -> { token, download }",
    "step4": "GET the returned download URL (tarball). Verify sha256."
  },
  "docs": "https://api.venturebot.party/kit"
}