{
  "service": "amoeba-judge",
  "version": "1.1",
  "base_url": "https://amoeba-judge.quan2024.workers.dev",
  "currency": "USDC",
  "chain": "polygon",
  "chain_id": 137,
  "pay_address": "0x2f16895913860054bdb2a25354908eeFB2DaFB29",
  "usdc_contract": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
  "offers": [
    {
      "id": "judge-claim-v1",
      "name": "Claim verdict",
      "description": "Structured support|refute|unclear verdict with confidence, reasons, and caveats for a claim (+ optional context).",
      "price_usdc": 0.1,
      "credits_per_call": 1,
      "pay_address": "0x2f16895913860054bdb2a25354908eeFB2DaFB29",
      "usdc_contract": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "chain": "polygon",
      "chain_id": 137,
      "claim_path": "/v1/credits/claim",
      "claim_method": "POST",
      "claim_body": {
        "tx_hash": "0x..."
      },
      "consume_path": "/v1/judge",
      "consume_method": "POST",
      "consume_header": "X-Amoeba-Credit",
      "consume_body": {
        "claim": "string",
        "context": "string (optional)"
      },
      "balance_path": "/v1/credits/balance",
      "demo_path": "/v1/judge/demo",
      "demo_method": "GET",
      "demo_note": "Free sample verdict; does not consume credits; lightly rate-limited.",
      "unit": "1 credit = 0.10 USDC"
    },
    {
      "id": "diff-review-v1",
      "name": "Diff review",
      "description": "Structured code-review findings for a unified git diff (security, correctness, quality). Optional language hint.",
      "price_usdc": 0.1,
      "credits_per_call": 1,
      "pay_address": "0x2f16895913860054bdb2a25354908eeFB2DaFB29",
      "usdc_contract": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "chain": "polygon",
      "chain_id": 137,
      "claim_path": "/v1/credits/claim",
      "claim_method": "POST",
      "claim_body": {
        "tx_hash": "0x..."
      },
      "consume_path": "/v1/diff-review",
      "consume_method": "POST",
      "consume_header": "X-Amoeba-Credit",
      "consume_body": {
        "diff": "unified git diff string",
        "language": "string (optional)"
      },
      "balance_path": "/v1/credits/balance",
      "demo_path": "/v1/diff-review/demo",
      "demo_method": "GET",
      "demo_note": "Free sample diff review; does not consume credits; lightly rate-limited.",
      "unit": "1 credit = 0.10 USDC"
    }
  ],
  "agent_hints": {
    "user_agent": "optional",
    "cors": true,
    "payment_flow": [
      "1. Send native USDC on Polygon to pay_address",
      "2. POST /v1/credits/claim with { tx_hash }",
      "3. Use returned credit_token as X-Amoeba-Credit on POST /v1/judge or POST /v1/diff-review"
    ]
  },
  "mirror_of": "https://amoeba-judge.quan2024.workers.dev/v1/offers",
  "pulse_earn": "https://amoeba-live.pages.dev/earn",
  "as_of": "2026-09-03T09:00:39+03:00",
  "discovery": {
    "llms_txt": "https://amoeba-live.pages.dev/llms.txt",
    "agents_json": "https://amoeba-live.pages.dev/agents.json",
    "ai_plugin": "https://amoeba-live.pages.dev/.well-known/ai-plugin.json"
  }
}
