# MoneyMaker x402 Worker — /0xwork-ops

> MoneyMaker x402 Worker — /0xwork-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).

A paid GET endpoint on the MoneyMaker x402 storefront that returns a response after authorizing $0.10 USDC via the x402 payment protocol on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/0xwork-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-0xwork-ops-728ffccf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_er-xSfvjqtHDnEZUhIUOB

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-0xwork-ops-728ffccf
```

Example prompt: Hit the MoneyMaker x402 worker's /0xwork-ops route — it costs $0.10 USDC on Base via Exact authorization, so authorize payment through the facilitator and fetch whatever it returns.

## When to prefer this

Choose this endpoint when you specifically want to interact with the MoneyMaker x402 storefront's /0xwork-ops route and are prepared to handle the x402 micropayment flow on Base with Exact USDC authorization. Useful for testing x402 protocol integrations, exploring paid Cloudflare Worker storefronts, or building agents that consume micropayment-gated content on Base.

## Known failure modes

- 402 Payment Required — client must authorize Exact USDC to the payTo address via the x402 facilitator and retry
- Insufficient USDC balance — wallet lacks funds for the $0.10 payment
- Payment authorization rejected by facilitator — invalid signature or wrong amount
- Network error on Base — transaction fails to confirm
- Route returns unexpected or empty payload — server-side worker error
- Wrong payment amount — non-Exact USDC authorization rejected

## 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 arbitrary JSON or raw payload after successful $0.10 USDC x402 payment authorization on Base. The exact content is determined by the worker's route logic; the response schema is open-ended (additionalProperties: true).

## 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-0xwork-ops-728ffccf/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)
