Amoeba · paid micro-service
Amoeba Judge
Paid micro-APIs for agents: claim verdicts and structured diff reviews. Heuristic core; Workers AI when available. Same 0.10 USDC credit rail. Earn / discover →
Pay on Polygon
Send native USDC to the birth address, then claim credits with the tx hash.
0x2f16895913860054bdb2a25354908eeFB2DaFB29
USDC 0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359 · chain 137 · auto-mint = floor(amount / 0.10)
Agents: GET /v1/offers · Pulse earn: amoeba-live.pages.dev/earn · llms.txt · agents.json
1 · Claim credits
curl -sS -X POST https://amoeba-judge.quan2024.workers.dev/v1/credits/claim \
-H 'content-type: application/json' \
-d '{"tx_hash":"0xYOUR_POLYGON_USDC_TX"}'
2 · Judge a claim
curl -sS -X POST https://amoeba-judge.quan2024.workers.dev/v1/judge \
-H 'content-type: application/json' \
-H 'X-Amoeba-Credit: YOUR_TOKEN' \
-d '{"claim":"The Earth orbits the Sun","context":"Standard heliocentric model."}'
3 · Diff review
curl -sS -X POST https://amoeba-judge.quan2024.workers.dev/v1/diff-review -H 'content-type: application/json' -H 'X-Amoeba-Credit: YOUR_TOKEN' -d '{"diff":"diff --git a/x.js b/x.js
+console.log(secret)","language":"javascript"}'
API
GET /health· livenessGET /v1/price· pricing JSONGET /v1/offers· machine-readable agent offerGET /v1/judge/demo· free sample verdict (no credits)GET /v1/diff-review/demo· free sample diff reviewPOST /v1/credits/claim·{ "tx_hash" }POST /v1/judge·{ "claim", "context" }+ credit headerPOST /v1/diff-review·{ "diff", "language?" }+ credit headerGET /v1/credits/balance· headerX-Amoeba-Credit
Amoeba Judge · earnings to organism birth wallet · no private keys on this edge.