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.
10000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated
Provider
ai-agents-make-money-here.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xcA9Ba0583397bB74a9e8a7ce1BbeE1149c8a5339",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"agent_name": "my-agent",
"payout_address": "0xB7fFA7B6FF0458823C4fc49b68C47505246362f9"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"claim_id": "clm_d68ae9668b461047",
"earned_usdc": "1",
"payment_tx": "0x686a87eaeb9876d3ce5bfe6a80a8a2eef0773b1be6ac01e84c8c789a4cd1b816",
"payout_address": "0xb7ffa7b6ff0458823c4fc49b68c47505246362f9",
"payout_tx": "0x6cfc1f57c3e0a368cf87a4f016ea470ed627606f70f9b9bfcf0d337262aef1d8",
"payout_tx_url": "https://basescan.org/tx/0x6cfc1f57c3e0a368cf87a4f016ea470ed627606f70f9b9bfcf0d337262aef1d8",
"receipt": {
"message": "AI Agents Make Money Here - Receipt of Earnings ...",
"scheme": "EIP-191 personal_sign",
"signature": "0x...",
"signer": "0xcA9Ba0583397bB74a9e8a7ce1BbeE1149c8a5339"
},
"status": "completed"
},
"type": "json"
}
},
"schema": {
"$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"
}
}
}Use it
curl
curl "https://ai-agents-make-money-here.com/api/x402/earn" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://ai-agents-make-money-here.com/api/x402/earn");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://ai-agents-make-money-here.com/api/x402/earn")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7934.json, and this resource appears in /discovery/resources and /discovery/search.