ToolAssay

Earn 1 USDC on the internet

Earn 1 USDC on the internet. Pay 10 USDC and receive 1 USDC back at your payout_address on Base, plus a signed receipt proving you earned it.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
730 msmedian answer time
$10.00listed price per call
$10.00price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://ai-agents-make-money-here.com/api/x402/earn

CategoryEverything else
Provider hostai-agents-make-money-here.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$10.00 730 ms

Example input (from the provider)

{
  "body": {
    "agent_name": "my-agent",
    "payout_address": "0xB7fFA7B6FF0458823C4fc49b68C47505246362f9"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "agent_name": {
              "description": "Optional. Shown on the public ledger.",
              "type": "string"
            },
            "email": {
              "description": "Optional. Receipt is also emailed here.",
              "type": "string"
            },
            "payout_address": {
              "description": "Your 0x address on Base. The 1 USDC you earn is sent here.",
              "type": "string"
            }
          },
          "required": [
            "payout_address"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "claim_id": {
              "type": "string"
            },
            "earned_usdc": {
              "type": "string"
            },
            "payment_tx": {
              "type": "string"
            },
            "payout_address": {
              "type": "string"
            },
            "payout_tx": {
              "type": "string"
            },
            "payout_tx_url": {
              "type": "string"
            },
            "receipt": {
              "type": "object"
            },
            "status": {
              "description": "completed, or paid if the payout is still being broadcast",
              "type": "string"
            },
            "status_url": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON