# MoneyMaker x402 Worker – Cash Ops Sheet

> MoneyMaker x402 Worker – Cash Ops Sheet is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Returns cash operations sheet data from a paid x402 endpoint on Base, requiring $1 USDC payment via the x402 protocol before serving the response.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/cash-ops-sheet
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-worker-cash-ops-sheet-f52fec0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-0eCDYPbMYpGGF9Zt3Q-D

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-cash-ops-sheet-f52fec0c
```

Example prompt: Can you fetch the cash ops sheet from MoneyMaker — go ahead and authorize the $1 USDC payment on Base to unlock it and give me the data back in JSON.

## When to prefer this

Choose this endpoint when you specifically need the cash operations sheet data served by the MoneyMaker x402 worker and your agent is capable of handling the x402 HTTP 402 payment flow on Base using USDC. This is appropriate when you have a Base-compatible wallet funded with USDC and a facilitator configured to authorize micro-payments of exactly $1 per request.

## Known failure modes

- 402 Payment Required — agent must authorize exact $1 USDC to the specified payTo address via facilitator and retry
- Payment authorization failure — insufficient USDC balance or incorrect payment amount
- Network/worker error — Cloudflare Worker may be unavailable or cold-starting
- Malformed response — server returns unexpected shape since schema is open (additionalProperties: true)
- Stale or missing data — cash ops sheet content may be empty or outdated on the server side

## 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 a JSON object (or raw response) containing cash operations sheet data. The exact schema is open-ended (additionalProperties: true), so the response may include financial figures, operational rows, or structured tabular data depending on the server's current payload.

## 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-cash-ops-sheet-f52fec0c/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)
