# MoneyMaker x402 Agent Board Ops

> MoneyMaker x402 Agent Board Ops is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Paid x402 GET endpoint on Base that serves agent board operations data for $0.10 USDC per call via on-chain micropayment authorization.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/agent-board-ops
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-agent-board-ops-2e8d1151
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qklw8rR4Vb36xrKGkWTnv

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 moneymaker-x402-agent-board-ops-2e8d1151
```

Example prompt: Fetch the agent board operations data from the MoneyMaker x402 worker — go ahead and authorize the $0.10 USDC payment on Base via the facilitator to unlock it.

## When to prefer this

Choose this endpoint when you specifically need agent board operations data gated behind the x402 micropayment protocol on Base and are equipped to handle 402 responses by authorizing Exact USDC via a facilitator. It is not a general-purpose data API — prefer it when your agent runtime already supports the x402 payment flow and you need whatever operational board data this storefront exposes for $0.10 USDC per call.

## Known failure modes

- 402 Payment Required — must authorize Exact USDC to payTo address via facilitator before retrying
- Insufficient USDC balance — payment authorization fails if wallet has insufficient funds
- Facilitator unavailable — x402 payment flow cannot complete if facilitator is offline
- Invalid or expired payment header — retry with a fresh authorization
- Worker timeout or Cloudflare error — transient 5xx from the underlying Workers runtime

## How this service works

Public x402 storefront on Base. Call paid GET routes; on 402 authorize Exact USDC to payTo via facilitator, then retry. Tip jar: GET|POST /tip ($0.10 Exact USDC). Paid email: moneymakerx402@email35.com via Email35 ($0.01) — docs at GET /paid-email.

## Output

Returns an open-schema JSON object (or raw response) containing agent board operations data. The exact fields are dynamic and not strictly typed; the response payload reflects the current state of the board ops at time of call. A successful response is only delivered after the $0.10 USDC Exact payment is authorized on Base via the x402 facilitator.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json",
    "raw"
   ],
   "type": "string",
   "description": "Optional response format hint (ignored by server; present for agent input schema)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneymaker-x402-agent-board-ops-2e8d1151/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from moneymaker-x402.monie98-8b9.workers.dev](https://www.zero.xyz/host/moneymaker-x402.monie98-8b9.workers.dev/llms.txt)
