# MoneyMaker x402 Worker – /owocki-ops Route

> MoneyMaker x402 Worker – /owocki-ops Route 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 the MoneyMaker x402 storefront that returns content from the /owocki-ops path after a $0.10 USDC micropayment via the x402 protocol on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/owocki-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-owocki-ops-route-85f0b429
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mqTkOG_As_pCBPa8wcsB7

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-owocki-ops-route-85f0b429
```

Example prompt: Fetch the owocki-ops content from the MoneyMaker x402 storefront — go ahead and authorize the $0.10 USDC payment on Base via the x402 facilitator to unlock it.

## When to prefer this

Choose this endpoint when you need to access the specific /owocki-ops content gated behind a $0.10 USDC x402 micropayment on the Base network, particularly in agent workflows that already support the x402 payment protocol and can handle 402 challenge-response flows automatically.

## Known failure modes

- 402 Payment Required if payment authorization is missing or invalid — agent must authorize Exact USDC to payTo address via the x402 facilitator and retry
- Payment amount mismatch — sending incorrect USDC amount results in rejection
- Facilitator unavailable — x402 payment flow cannot complete if the Base network or facilitator is down
- Route returns unexpected or empty payload if /owocki-ops has no content configured
- Network timeout on the Cloudflare Worker if the upstream is overloaded

## 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 from the /owocki-ops route after successful x402 USDC payment authorization. The schema is open (additionalProperties: true), so the shape of the response depends on what the operator has configured at that path.

## 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-owocki-ops-route-85f0b429/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)
