# MoneyMaker x402 Worker – PayAI Discovery Ops

> MoneyMaker x402 Worker – PayAI Discovery 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 x402 endpoint on Base that returns PayAI discovery and operations data for $0.10 USDC per call, authorized via USDC payment on the Base blockchain.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/payai-discovery-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-payai-discovery-ops-1d5ed365
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T8Iom0EV0BQ6VbX_DtlbB

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-payai-discovery-ops-1d5ed365
```

Example prompt: Fetch the PayAI discovery operations data from the MoneyMaker x402 worker — go ahead and authorize the $0.10 USDC payment on Base to get the response.

## When to prefer this

Choose this endpoint when you need to retrieve PayAI discovery or operations data and are operating in an x402-capable environment with access to Base-network USDC. It is the canonical route for this specific MoneyMaker x402 storefront's discovery data. Prefer it over general web scraping or alternative discovery methods when you want structured, on-chain-authenticated data with micropayment-gated access semantics.

## Known failure modes

- 402 Payment Required if USDC payment authorization is missing or incorrect — agent must authorize exact USDC amount to payTo address via facilitator then retry
- Payment amount mismatch causes authorization failure
- Network or blockchain congestion delays payment confirmation
- Worker may return 5xx if upstream service is unavailable
- Invalid or expired payment header causes rejection
- Base network issues may prevent USDC transfer from completing

## 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 PayAI discovery and operations metadata. The exact schema is open (additionalProperties: true), so the agent receives whatever data the storefront publishes — likely agent capability listings, operation descriptors, or discovery registry entries.

## 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-payai-discovery-ops-1d5ed365/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)
