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 →

SKU · Claim verdict

0.10 USDC

POST /v1/judge · 1 credit · support|refute|unclear

Free demo

SKU · Diff review

0.10 USDC

POST /v1/diff-review · 1 credit · structured findings

Free demo

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

Amoeba Judge · earnings to organism birth wallet · no private keys on this edge.