# MoneyMaker x402 Worker – GBP Audit

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

Returns a GBP (British Pound) financial audit report via a paid x402 USDC micro-payment on Base.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/gbp-audit
- Price: $5/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-gbp-audit-99cd1556
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l3JEMBIhy7vpuMeAqkjJm

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-gbp-audit-99cd1556
```

Example prompt: Can you pull the GBP audit report for me? Go ahead and authorize the $5 USDC payment on Base to get it.

## When to prefer this

Choose this endpoint when you need a GBP-specific financial audit report and are operating in an x402-enabled, USDC-on-Base payment context. It is particularly suited for AI agents that can autonomously authorize micropayments via the x402 protocol. Prefer this over free alternatives when the paid data quality or freshness is required, and over generic financial APIs when GBP audit specificity is needed.

## Known failure modes

- 402 Payment Required if USDC authorization is not provided or is insufficient — agent must authorize exact USDC amount to payTo address via facilitator and retry
- Payment authorization rejected if wallet lacks sufficient USDC on Base
- Timeout or 5xx if the Cloudflare Worker is unavailable
- Malformed or empty response if the underlying data source is stale or unavailable
- Incorrect format parameter has no effect (ignored server-side) but may cause agent confusion

## 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 open-schema JSON object (or raw format) containing GBP audit information — the exact fields are dynamic but may include financial totals, audit flags, currency breakdowns, or compliance indicators relevant to British pound transactions.

## 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-gbp-audit-99cd1556/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)
