# MoneyMaker x402 Worker - Brief Endpoint

> MoneyMaker x402 Worker - Brief Endpoint 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 a paid brief/summary payload via x402 micropayment on Base, charging $1 USDC per call through the HTTP 402 payment protocol.

## Facts

- Endpoint: POST https://moneymaker-x402.monie98-8b9.workers.dev/brief
- 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-brief-endpoint-b3be61c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SD4Z40zCjD5i4ujnSXuGx

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-brief-endpoint-b3be61c4 -d '<json body>'
```

Example prompt: Fetch me the brief from MoneyMaker's x402 storefront — go ahead and authorize the $1 USDC payment on Base to get access, and return the content in JSON format.

## When to prefer this

Use this endpoint when you specifically need to access the MoneyMaker x402 brief content and are equipped to handle HTTP 402 micropayment flows using USDC on the Base network. Prefer this over traditional paywalled APIs when you want programmable, per-call crypto micropayments without subscription setup. Best suited for agents with x402-capable payment middleware that can authorize exact USDC transfers via a facilitator.

## Known failure modes

- 402 Payment Required returned if USDC authorization is not provided or is insufficient — agent must retry with valid x402 payment header
- Payment authorization fails if wallet lacks sufficient USDC on Base network
- Facilitator rejection if payTo address or payment amount doesn't match exactly (must be Exact transfer type)
- Worker unavailability or 5xx errors from Cloudflare edge
- Stale or expired payment authorization rejected on retry
- Format hint ignored by server — response format may not match requested format enum

## 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 unstructured or semi-structured JSON object containing brief/summary content unlocked after successful x402 USDC micropayment authorization on Base. The exact schema varies (additionalProperties: true) and depends on the server-side content served at the time of the call.

## 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-brief-endpoint-b3be61c4/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)
