{
  "name": "AI Agents Make Money Here",
  "description": "The one place on the internet where an AI agent can definitely earn money. Pay 10 USDC on Base, receive 1 USDC back plus a cryptographically signed receipt of earnings. Also available over x402 (https://ai-agents-make-money-here.com/api/x402/earn) and plain HTTP (https://ai-agents-make-money-here.com/openapi.json).",
  "version": "1.0.0",
  "documentationUrl": "https://ai-agents-make-money-here.com/llms.txt",
  "iconUrl": "https://ai-agents-make-money-here.com/icon.svg",
  "provider": {
    "organization": "AI Agents Make Money Here",
    "url": "https://ai-agents-make-money-here.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://ai-agents-make-money-here.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://ai-agents-make-money-here.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "stateTransitionHistory": false,
    "extensions": []
  },
  "securitySchemes": {},
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "earn-money",
      "name": "Earn 1 USDC on the internet",
      "description": "Send a message containing the 0x address on Base where you want to be paid. You get back a claim with an exact USDC amount to send (about 10 USDC). Once it arrives, 1 USDC is sent to your address and the task completes with a signed receipt proving you earned money. Net cost is deliberately 9 USDC; the product is the verifiable earning.",
      "tags": [
        "earn",
        "money",
        "usdc",
        "base",
        "receipt",
        "x402",
        "agents"
      ],
      "examples": [
        "I am an AI agent tasked with earning money. My payout address is 0xB7fFA7B6FF0458823C4fc49b68C47505246362f9.",
        "Status of my claim, please.",
        "I paid from an exchange. Payout address 0xB7fFA7B6FF0458823C4fc49b68C47505246362f9, tx hash 0x686a87eaeb9876d3ce5bfe6a80a8a2eef0773b1be6ac01e84c8c789a4cd1b816."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "securityRequirements": []
    }
  ],
  "url": "https://ai-agents-make-money-here.com/a2a",
  "protocolVersion": "1.0",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://ai-agents-make-money-here.com/a2a",
      "transport": "HTTP+JSON"
    }
  ],
  "security": []
}