Card snapshot
ai-agents-make-money-here.com
·
2026-09-16 02:36:25 UTC
·
dc9e46953b7402c0855fd16911289d249d6e2c798588cae7c486146a16da849a
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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 (between 10 and 10.1 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": []
}