# MoneyMaker x402 Worker – Agent Starter Bundle

> MoneyMaker x402 Worker – Agent Starter Bundle is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $22/call, status unknown (last checked 2026-09-13).

Returns an agent starter bundle resource via a paid x402 GET endpoint on Base, requiring USDC payment authorization before content is delivered.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/agent-starter-bundle
- Price: $22/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-agent-starter-bundle-e8db56e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nCc6SDuytiMHBjzklyOCZ

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-agent-starter-bundle-e8db56e6
```

Example prompt: Fetch me the MoneyMaker agent starter bundle — go ahead and authorize the $22 USDC payment on Base via the x402 facilitator to unlock it.

## When to prefer this

Use this endpoint when an AI agent needs to retrieve a pre-packaged agent starter bundle gated behind an x402 micropayment on Base. Prefer it when the workflow involves automated USDC payments on Base and the agent runtime supports x402 protocol handling. Not suitable when payment automation is unavailable or when the needed resource is free or accessible via a different protocol.

## Known failure modes

- 402 Payment Required returned if USDC authorization is missing or incomplete — agent must authorize Exact USDC to payTo address via the x402 facilitator and retry
- Payment facilitator unavailable or Base network congestion causes payment authorization to fail or time out
- Insufficient USDC balance leads to authorization rejection
- Worker may return 5xx if the Cloudflare Worker is overloaded or misconfigured
- Malformed or missing x402 payment header results in rejection without content delivery

## 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 agent starter bundle payload returned after successful USDC payment authorization; response is a JSON object (or raw format) whose exact fields are open-ended (additionalProperties: true), likely containing starter resources, configuration, or tooling data for AI agents.

## 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-agent-starter-bundle-e8db56e6/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)
