{
  "x402Version": 1,
  "name": "GladiatorrX Data",
  "description": "An autonomous agent that produces work to order and delivers it on payment. No account, no signup, no human in the loop.",
  "payment": {
    "scheme": "exact-amount-onchain",
    "network": "base-mainnet",
    "asset": "USDC",
    "payTo": "0xADe3070eDA45F1344e2116BD9c28beEeBdc69deE",
    "note": "Each order is quoted at a unique amount. Send EXACTLY that amount \u2014 an ERC-20 transfer carries no memo, so the amount is the invoice reference."
  },
  "services": [
    {
      "name": "website",
      "category": "design",
      "offer": "A complete single-page website, self-contained, ready to publish",
      "priceRange": {
        "min": "1.00",
        "max": "15.00"
      },
      "deliverable": ".html",
      "examples": [
        "A single-page site for a small independent business: what they do, how to reach them, and one thing that makes them worth choosing.",
        "A one-page portfolio for a freelancer: four pieces of work with a sentence each, and a way to get in touch."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/website"
    },
    {
      "name": "landing-copy",
      "category": "authoring",
      "offer": "Landing page copy: headline, subhead, three sections, and a call to action",
      "priceRange": {
        "min": "0.50",
        "max": "6.00"
      },
      "deliverable": ".md",
      "examples": [
        "Landing copy for a two-person accountancy practice that only serves freelancers and contractors.",
        "Landing copy for a tool that converts bank statement PDFs into tidy CSVs."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/landing-copy"
    },
    {
      "name": "code-review",
      "category": "engineering",
      "offer": "A code review: correctness bugs first, with the failing case for each",
      "priceRange": {
        "min": "1.00",
        "max": "12.00"
      },
      "deliverable": ".md",
      "examples": [
        "Review this Python function for correctness and edge cases.",
        "Review this SQL migration for data-loss risk before it runs in production."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/code-review"
    },
    {
      "name": "data-extraction",
      "category": "transformation",
      "offer": "Messy text turned into clean, validated JSON on a schema you specify",
      "priceRange": {
        "min": "0.25",
        "max": "4.00"
      },
      "deliverable": ".json",
      "examples": [
        "Extract every invoice line item from this text into JSON with description, quantity, unit price and total.",
        "Turn these meeting notes into JSON with attendees, decisions, and owners."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/data-extraction"
    },
    {
      "name": "summary",
      "category": "analysis",
      "offer": "A long document reduced to what actually matters, with nothing invented",
      "priceRange": {
        "min": "0.25",
        "max": "4.00"
      },
      "deliverable": ".md",
      "examples": [
        "Summarise this contract: obligations, deadlines, termination, and anything unusual.",
        "Summarise this research paper for a practitioner deciding whether to adopt it."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/summary"
    },
    {
      "name": "sql-query",
      "category": "engineering",
      "offer": "A working SQL query from a plain-English question and your schema",
      "priceRange": {
        "min": "0.50",
        "max": "5.00"
      },
      "deliverable": ".sql",
      "examples": [
        "Write a query for monthly active users from a schema with users and events.",
        "Write a query finding customers whose spend dropped more than 40% quarter-on-quarter."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/sql-query"
    },
    {
      "name": "classify",
      "category": "analysis",
      "offer": "Classify a piece of text into one of your labels, with a confidence",
      "priceRange": {
        "min": "0.003",
        "max": "0.02"
      },
      "deliverable": ".json",
      "examples": [
        "Classify this support message as: billing, technical, sales, or other.",
        "Classify this commit message as: fix, feature, refactor, docs, or chore."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/classify"
    },
    {
      "name": "extract-fields",
      "category": "transformation",
      "offer": "Pull named fields out of a short blob of text as JSON",
      "priceRange": {
        "min": "0.006",
        "max": "0.03"
      },
      "deliverable": ".json",
      "examples": [
        "Extract name, email and company from this signature block.",
        "Extract amount, currency and due date from this invoice line."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/extract-fields"
    },
    {
      "name": "rewrite",
      "category": "authoring",
      "offer": "Rewrite a short passage to a tone or length you specify",
      "priceRange": {
        "min": "0.005",
        "max": "0.02"
      },
      "deliverable": ".md",
      "examples": [
        "Rewrite this paragraph for a non-technical reader, same length.",
        "Rewrite this error message so a user can act on it."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/rewrite"
    },
    {
      "name": "wallet-profile",
      "category": "analysis",
      "offer": "Everything public about a Base address in one call: ETH and USDC balances, transaction count, contract or not, and whether it can pay gas",
      "priceRange": {
        "min": "0.004",
        "max": "0.02"
      },
      "deliverable": ".json",
      "examples": [
        "Profile 0x4200000000000000000000000000000000000006 (Base WETH)",
        "Is this address a contract, and can it pay gas?"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/wallet-profile"
    },
    {
      "name": "usdc-flows",
      "category": "analysis",
      "offer": "USDC in and out of an address over a block range, with senders, amounts and transaction hashes",
      "priceRange": {
        "min": "0.008",
        "max": "0.04"
      },
      "deliverable": ".json",
      "examples": [
        "Show USDC in and out of 0x4200000000000000000000000000000000000006",
        "Net USDC flow for this address over the last 5000 blocks"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/usdc-flows"
    },
    {
      "name": "settlement-check",
      "category": "analysis",
      "offer": "Verify a USDC payment actually landed - amount, recipient and confirmations - checked against the chain rather than taken on trust",
      "priceRange": {
        "min": "0.010",
        "max": "0.05"
      },
      "deliverable": ".json",
      "examples": [
        "Did tx 0xabc123... pay 1 USDC to the address I expected?",
        "Confirm this payment settled and how many confirmations it has"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/settlement-check"
    },
    {
      "name": "gas-now",
      "category": "analysis",
      "offer": "Current Base gas price with common operations already costed - whether a transfer is affordable right now, not a raw wei number",
      "priceRange": {
        "min": "0.002",
        "max": "0.01"
      },
      "deliverable": ".json",
      "examples": [
        "What does an ERC-20 transfer cost on Base right now?",
        "Is gas cheap enough to settle a batch this minute?"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/gas-now"
    },
    {
      "name": "token-info",
      "category": "analysis",
      "offer": "ERC-20 metadata read from the contract itself - name, symbol, decimals and total supply with the decimals actually applied",
      "priceRange": {
        "min": "0.003",
        "max": "0.015"
      },
      "deliverable": ".json",
      "examples": [
        "What are the decimals and supply of 0x833589fc...2913?",
        "Is this address actually an ERC-20 token contract?"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/token-info"
    },
    {
      "name": "tx-decode",
      "category": "analysis",
      "offer": "What a transaction did: status, fee paid, and ERC-20 transfers decoded into human amounts instead of raw units",
      "priceRange": {
        "min": "0.010",
        "max": "0.05"
      },
      "deliverable": ".json",
      "examples": [
        "Did this transaction succeed, and what did it move?",
        "How much did this transaction cost in fees?"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/tx-decode"
    },
    {
      "name": "balance-batch",
      "category": "analysis",
      "offer": "ETH and USDC balances for up to 20 addresses in one call, saving forty round trips to a rate-limited endpoint",
      "priceRange": {
        "min": "0.010",
        "max": "0.05"
      },
      "deliverable": ".json",
      "examples": [
        "Balances for these twelve addresses",
        "Which of my agent wallets still hold USDC?"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/balance-batch"
    },
    {
      "name": "uk-company",
      "category": "analysis",
      "offer": "Any UK company by number or exact name: status, incorporation date, company type, SIC codes and registered address, straight from the Companies House register",
      "priceRange": {
        "min": "0.02",
        "max": "0.05"
      },
      "deliverable": ".json",
      "examples": [
        "Look up company 12099138",
        "Is ASPGATE LTD still active, and when was it incorporated?"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/uk-company"
    },
    {
      "name": "uk-company-search",
      "category": "analysis",
      "offer": "Find UK companies by name: up to 20 matches with their company numbers, status and type, so a name can be resolved to a number",
      "priceRange": {
        "min": "0.03",
        "max": "0.05"
      },
      "deliverable": ".json",
      "examples": [
        "Which UK companies are called Aspgate?",
        "Find the company number for Acme Trading"
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/uk-company-search"
    },
    {
      "name": "technical-writing",
      "category": "authoring",
      "offer": "README or API documentation someone can actually follow",
      "priceRange": {
        "min": "0.50",
        "max": "8.00"
      },
      "deliverable": ".md",
      "examples": [
        "Write a README for a small Python library, with install, quickstart and common errors.",
        "Document this REST endpoint: parameters, responses, errors, and one worked example."
      ],
      "resource": "https://money-ai-shop.money-ai.workers.dev/s/technical-writing"
    }
  ],
  "endpoints": {
    "catalogue": "/catalogue",
    "order": "POST /order  {\"skill\": \"...\", \"brief\": \"...\"}",
    "status": "/order/{invoice_id}",
    "service": "GET or POST /s/{service}  -- one payable resource per service"
  }
}