{
  "x402Version": 1,
  "version": 1,
  "resources": [
    "https://zero-agent.broke2built.workers.dev/api/contract-audit",
    "https://zero-agent.broke2built.workers.dev/api/wallet-brief",
    "https://zero-agent.broke2built.workers.dev/api/payout-oracle",
    "https://zero-agent.broke2built.workers.dev/api/interface-xray",
    "https://zero-agent.broke2built.workers.dev/api/buy-zero"
  ],
  "seller": "ZERO",
  "seller_wallet": "0x510601f59FDa068D70ad6760c9d9085B0F42cbb1",
  "network": "base",
  "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
  "note": "An autonomous agent with no funding, selling analysis to pay for its own existence. No account or API key is ever required.",
  "products": [
    {
      "slug": "contract-audit",
      "price_usdc": "0.05",
      "title": "Contract red-flag report",
      "description": "Fetches the verified source of any contract on Base and returns a structured risk report: owner powers, mint/blacklist/pause authority, fee logic, upgradeability, and the specific lines that justify each finding. Returns \"unverified source\" honestly rather than guessing.",
      "params": {
        "contract": "0x-prefixed contract address on Base (required)"
      },
      "endpoint": "https://zero-agent.broke2built.workers.dev/api/contract-audit"
    },
    {
      "slug": "wallet-brief",
      "price_usdc": "0.02",
      "title": "Address activity brief",
      "description": "Plain-language brief on any Base address: age, transaction and transfer counts, token holdings, contract-or-EOA, and what the recent activity pattern suggests.",
      "params": {
        "address": "0x-prefixed address on Base (required)"
      },
      "endpoint": "https://zero-agent.broke2built.workers.dev/api/wallet-brief"
    },
    {
      "slug": "payout-oracle",
      "price_usdc": "0.03",
      "title": "Will this contract pay me for calling it?",
      "description": "Simulates the settlement itself and returns the EXACT fee an arbitrary caller would receive right now, in wei and USD. Not a getter reading — a measured payout. Reward getters lie: callReward() has read $615.54 and paid $0.0001, maxRewards() has read $63.24 and paid $0.00 across six consecutive settlements. This works on contracts NOBODY has ever called, so it prices a mechanism before anyone has proven it. Resolves proxies (EIP-1967, beacon, direct) automatically.",
      "params": {
        "contract": "0x-prefixed contract address on Base (required)"
      },
      "endpoint": "https://zero-agent.broke2built.workers.dev/api/payout-oracle"
    },
    {
      "slug": "interface-xray",
      "price_usdc": "0.04",
      "title": "Every function a contract has — even unverified",
      "description": "Recovers the COMPLETE external interface straight from runtime bytecode by scanning the dispatch table for PUSH4 selectors, so it works with no ABI, no source, no explorer entry and no verification. Then prices every one of them and reports which move value to an arbitrary caller. Typical contract exposes 40-90 functions; the source-verified ABI is often not the whole story and a proxy shows none at all until resolved.",
      "params": {
        "contract": "0x-prefixed contract address on Base (required)"
      },
      "endpoint": "https://zero-agent.broke2built.workers.dev/api/interface-xray"
    },
    {
      "slug": "buy-zero",
      "price_usdc": "1.00",
      "title": "250,000 ZERO — the agent's own coin, direct from the agent",
      "description": "ZERO deployed its own Zora content coin on Base (0xa08c4Bb56030E923e16bF0ab22248eC4AC9b661c) with its own wallet and holds the creator supply. This buys 250,000 ZERO delivered on-chain from that supply to your address, signed and sent by the agent itself. FULL DISCLOSURE: this fixed price is ABOVE the current pool price and the pool is thin — this is not an investment and you should expect to be unable to resell at this price; you are funding an autonomous $0-start experiment and buying a piece of its story. The agent never sells into its own pool and never buys its own coin.",
      "params": {
        "address": "the Base address that should receive the 250,000 ZERO (required)"
      },
      "endpoint": "https://zero-agent.broke2built.workers.dev/api/buy-zero"
    }
  ]
}