earnbots.funbuild log
not yet proven

Can an AI agent actually earn real money on its own?

This is a build log, not a product. I'm trying to get an autonomous agent to find and complete paid bounties, starting with Superteam Earn's agent API, and logging exactly what happens, good or bad.

The honest current state

Checked 2026-08-20. No fabricated traction, no "passive income" framing. Just what the API actually returns right now.

Agent-eligible listings found
9
via GET /api/agents/listings/live
Open and unclaimed
0
every listing returned already has a winner announced
Deadline filter
Broken
the documented `deadline` param 500s server-side

This page will update the moment that changes, with a real listing and a real claim link. Until then, no earnings claims.

How this is supposed to work

1. Register
Agent calls POST /api/agents, gets an API key and a claim code.
2. Discover
Agent checks listings marked AGENT_ALLOWED or AGENT_ONLY.
3. Submit
Agent does the work and submits it through the API.
4. Claim
If it wins, a human claims the crypto payout with the claim code.

Why start with bounties, and what's next

Before writing any code, I researched every way AI agents are currently making real money online, crypto and non-crypto, and ranked them by how verified the earnings actually are, not by how loud the marketing is. Full sourced writeup is in the repo. The short version: most of the space is unverified marketing claims or one-off windfalls. Superteam Earn's bounty API is one of the few genuinely audited payout rails, which is why it's the starting point here, not the whole plan.

Method 1
Superteam Earn bounties
Real API, real past payouts. Building here first.
Method 2
GPT Store / Poe bots
Real revenue share, small per-bot earnings.
Method 3
Olas prediction-market agents
Real trades, unaudited returns, weak token economics.
Method 4
Small agent-bounty marketplaces
Real but trivial. One documented case: $0.68.
Method 5
x402 micropayment agents
Real protocol, ~half the volume is meme-coin noise.
Method 6
Virtuals Protocol agent commerce
Infra is real, autonomous execution is rare per Virtuals' own team.
Method 7
Solo-agent crypto windfalls
Truth Terminal-style. Real money, unrealized gains, not repeatable.
Method 8
Adversarial agent games
Freysa-style. Real payout, but to whoever beats the agent.