# MoneyMaker x402 Worker — /deskcrew-hunter-ops

> MoneyMaker x402 Worker — /deskcrew-hunter-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 the MoneyMaker x402 storefront requiring $0.10 USDC via x402 protocol on Base; returns an unspecified response from the /deskcrew-hunter-ops route.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/deskcrew-hunter-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-deskcrew-hunter-ops-97840443
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CnHlOWddUSZ0vi4ZIgYeR

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-deskcrew-hunter-ops-97840443
```

Example prompt: Hit the deskcrew-hunter-ops route on the MoneyMaker x402 storefront — pay the $0.10 USDC fee on Base via x402 and get back whatever it returns.

## When to prefer this

Choose this endpoint when you specifically need to access the /deskcrew-hunter-ops route on the MoneyMaker x402 worker and are equipped to handle x402 micropayment flows with USDC on Base. Prefer it in x402 protocol testing or when this specific paid route is referenced in a workflow. Not suitable if you need free data or don't have a Base USDC wallet set up for x402 payments.

## Known failure modes

- 402 Payment Required if USDC authorization is missing or insufficient
- Payment to wrong address (payTo mismatch) causes authorization failure
- Insufficient USDC balance causes payment failure
- Worker may return 500 if underlying logic errors
- Route may return unexpected or empty payload if server ignores format hint
- Facilitator unavailability blocks payment settlement

## 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 unspecified JSON or raw payload returned by the /deskcrew-hunter-ops Cloudflare Worker route after successful $0.10 USDC x402 payment authorization on Base. The schema is open (additionalProperties: true), so exact fields are unknown without calling the endpoint.

## 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-deskcrew-hunter-ops-97840443/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)
