# MoneyMaker x402 Worker – /x402-decode

> MoneyMaker x402 Worker – /x402-decode 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-13).

Decodes x402 payment protocol data via a micropayment-gated GET endpoint on the Base blockchain, requiring USDC payment authorization before returning results.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/x402-decode
- Price: $0.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-x402-decode-081ca34d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A7O8LbJhjjAqp36fcGMpc

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-x402-decode-081ca34d
```

Example prompt: Decode the x402 payload for me — go ahead and authorize the 0.1 USDC payment on Base through the facilitator and return the decoded result in JSON format.

## When to prefer this

Choose this endpoint when you specifically need to interact with the x402 pay-per-request protocol on the Base network using USDC micropayments, particularly for decoding x402-formatted data. Prefer it when your agent is already set up with a Base wallet and USDC balance and you want to test or integrate x402 payment flows. Not suitable for free API access, non-USDC payment rails, or non-x402 data decoding tasks.

## Known failure modes

- Insufficient USDC balance — payment authorization fails, 402 not resolved, no data returned
- Facilitator unavailable — x402 handshake cannot complete, request stalls or errors
- Invalid payment authorization — signature mismatch or wrong payTo address, server rejects and returns 402 again
- Network congestion on Base — payment confirmation slow, request times out
- Unexpected server error on Cloudflare Worker — 500 response with no decoded data

## 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 payload) containing the decoded x402 data after the 0.1 USDC micropayment on Base is authorized through the x402 facilitator. The response schema is open-ended (additionalProperties: true), so the exact fields depend on the encoded content.

## 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-x402-decode-081ca34d/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)
