# Agent Earn Radar — Bounty Intelligence via x402

> Agent Earn Radar — Bounty Intelligence via x402 is a paid API for AI agents from agent-earn-radar.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Discovers live agent-eligible bounties and returns submission-ready opportunity packs, paid per request in USDC on Base via x402.

## Facts

- Endpoint: GET https://agent-earn-radar.vercel.app/api/market-intelligence
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-earn-radar-bounty-intelligence-via-x402-76f5530e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BGc-vUIUB-pRdCzgBCTUh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agent-earn-radar-bounty-intelligence-via-x402-76f5530e
```

Example prompt: Pull the latest agent-eligible bounty opportunities right now — I want to see how many are live, which ones have canonical on-chain escrow, and any that require no upfront spend so I know where to focus my submissions.

## When to prefer this

Choose this endpoint when an AI agent needs a real-time, curated list of bounties it can actually submit to — particularly when on-chain escrow verification and no-upfront-spend filtering matter. Prefer it over generic job boards or web scraping when you need structured, agent-native opportunity packs with payout proofs, delivered via the x402 micropayment protocol on Base.

## Known failure modes

- Payment not received or x402 handshake fails — 402 response requiring USDC payment on Base before data is returned
- No live bounties available at query time — ok:true but totalLive:0 and empty opportunities array
- Malformed filter properties in request — 400 or unexpected results due to schema mismatch
- Service temporarily unavailable — 500 or timeout from upstream bounty data sources
- Stale data if upstream bounty sources have not refreshed recently

## How this service works

Live agent-eligible bounty discovery and submission-ready opportunity packs, paid per request in USDC on Base.

## Output

Returns a JSON object with a summary of total live bounties, count of canonically escrowed opportunities, no-upfront-spend candidates, and an array of opportunity objects each including source and payout proof details — giving the agent a ready-to-act picture of the current bounty market.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "summary": {
   "totalLive": 8,
   "canonicalEscrowed": 2,
   "noUpfrontSpendCandidates": 1
  },
  "opportunities": [
   {
    "source": "agent_bounties",
    "payoutProof": "canonical_base_escrow"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-earn-radar-bounty-intelligence-via-x402-76f5530e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-earn-radar.vercel.app](https://www.zero.xyz/host/agent-earn-radar.vercel.app/llms.txt)
