# MoneyMaker x402 Agent Discovery Map

> MoneyMaker x402 Agent Discovery Map 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-15).

Returns a discovery map of available paid API routes on the MoneyMaker x402 storefront, payable via USDC on Base using the x402 payment protocol.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/agent-discovery-map
- Price: $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-agent-discovery-map-004fce80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NOPBH1RqVmjHRLz7U-x94

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-agent-discovery-map-004fce80
```

Example prompt: Show me the agent discovery map for the MoneyMaker x402 storefront — I want to see what paid routes are available so I know what I can call.

## When to prefer this

Choose this endpoint when you need to discover what paid API routes are available on the MoneyMaker x402 storefront before calling them, especially when building or configuring an AI agent to interact with x402-gated services on Base. It is the entry point for understanding the full capability surface of this x402 worker.

## Known failure modes

- HTTP 402 returned if payment is not pre-authorized — agent must authorize exact USDC amount to payTo address via facilitator and retry
- Payment authorization failure if USDC balance is insufficient on Base
- Incorrect payment amount causes repeated 402 loops
- Worker may return 500 if underlying Cloudflare Worker encounters an error
- Format hint ignored by server — response format may not match requested hint

## 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

A JSON object (or raw response) containing a map of discoverable paid routes and their metadata on the MoneyMaker x402 storefront, returned after a $1 USDC micropayment on Base is authorized via the x402 facilitator.

## 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-agent-discovery-map-004fce80/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)
