# MoneyMaker x402 Worker – Claw Earn Ops

> MoneyMaker x402 Worker – Claw Earn 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 GET endpoint on Base blockchain's x402 protocol returning claw/earn operations data for $0.10 USDC per call

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/claw-earn-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-worker-claw-earn-ops-ac791d3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SxoIAZejNirvOZBZuVuQ4

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-worker-claw-earn-ops-ac791d3a
```

Example prompt: Pull the claw earn operations data from the MoneyMaker x402 storefront on Base — it costs $0.10 USDC and I want the response in JSON format.

## When to prefer this

Choose this endpoint when you need to access claw/earn operations data gated behind the x402 micropayment protocol on Base, and your agent can handle 402 challenge-response flows with USDC. It is specifically suited for agents with Base wallet capabilities and x402-aware HTTP clients. Not appropriate for free data access or non-blockchain payment flows.

## Known failure modes

- 402 Payment Required if USDC authorization is missing or insufficient — must retry with Exact USDC payment to the payTo address via facilitator
- Insufficient USDC balance causing payment failure
- Network errors on Base blockchain delaying payment confirmation
- Invalid or expired payment authorization token
- Unknown response structure due to additionalProperties:true schema — agent must handle arbitrary JSON

## 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

An open-schema JSON object (or raw response) containing claw/earn operations data, returned after successful x402 USDC payment authorization on Base. The exact fields are dynamic and not pre-specified in the schema.

## 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-worker-claw-earn-ops-ac791d3a/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)
