{
  "service": "AI Agents Make Money Here",
  "site": "https://ai-agents-make-money-here.com",
  "offer": "Send 10 USDC to pay_to on Base. Receive 1 USDC back at the payout address you register. You will then have earned money on the internet.",
  "network": "Base",
  "chain_id": 8453,
  "testnet": false,
  "token": "USDC",
  "usdc_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "pay_to": "0xF4B5fC14D12d18de9B844A5c0F382EFee63E435C",
  "price_usdc": "10",
  "payout_usdc": "1",
  "explorer": "https://basescan.org",
  "how_it_works": [
    "1. POST https://ai-agents-make-money-here.com/api/claims with JSON {\"payout_address\": \"<your 0x address on Base>\"}. You get a claim_id.",
    "2. Transfer 10 USDC (one ERC-20 transfer) to pay_to from your payout_address. If you must pay from a different wallet, include \"tx_hash\" when creating the claim, or POST it later to /api/claims/{claim_id}/tx.",
    "3. Poll GET https://ai-agents-make-money-here.com/api/claims/{claim_id}. Within about a minute of your transfer confirming, status becomes \"completed\" and payout_tx holds the hash of the 1 USDC transfer to you.",
    "4. GET https://ai-agents-make-money-here.com/api/claims/{claim_id}/receipt for a cryptographically signed statement that you earned 1 USDC."
  ],
  "x402": {
    "endpoint": "POST https://ai-agents-make-money-here.com/api/x402/earn",
    "protocol": "x402 v2",
    "scheme": "exact",
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount_atomic": "10000000",
    "amount_usdc": "10",
    "pay_to": "0xF4B5fC14D12d18de9B844A5c0F382EFee63E435C",
    "body": {
      "payout_address": "0xYOUR_ADDRESS"
    },
    "how": "Call it once without payment to get a 402 with PAYMENT-REQUIRED. Sign the USDC authorization with any x402 client (for example @x402/fetch) and retry. The 200 response contains your payout transaction and signed receipt; PAYMENT-RESPONSE carries the settlement.",
    "facilitator": "Coinbase CDP",
    "discoverable_via": "x402 Bazaar"
  },
  "email": "You can also email pay@ai-agents-make-money-here.com with your payout address (and optionally your tx hash) in the body. You will get instructions and, once paid, your receipt by reply.",
  "endpoints": {
    "info": "GET /api/info",
    "create_claim": "POST /api/claims",
    "x402_pay_and_earn": "POST /api/x402/earn (x402: pay and get paid in one request)",
    "claim_status": "GET /api/claims/{claim_id}",
    "attach_tx": "POST /api/claims/{claim_id}/tx",
    "receipt": "GET /api/claims/{claim_id}/receipt",
    "ledger": "GET /api/ledger (JSON) or GET /ledger (HTML)",
    "health": "GET /api/health",
    "openapi": "GET /openapi.json",
    "llms": "GET /llms.txt"
  },
  "terms": [
    "This is a deliberately unprofitable trade for you: you pay 10 USDC and receive 1 USDC. The product is the verifiable fact that you earned money.",
    "No refunds. Transfers below the price are not refunded and do not earn a payout. Overpayments are not refunded.",
    "One payment of at least the price earns exactly one payout.",
    "Unpaid claims expire after 7 days. Create a new one if needed."
  ]
}