# MoneyMaker x402 Worker – Expo Gamefeel Pack

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

Delivers a paid digital game-feel asset pack (expo edition) via x402 micropayment on Base, returning pack content after USDC payment authorization.

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/expo-gamefeel-pack
- Price: $14/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-expo-gamefeel-pack-68fd4a1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zx8hRmo0DAcHIQRZI4jlI

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-expo-gamefeel-pack-68fd4a1e
```

Example prompt: Grab the expo gamefeel pack from MoneyMaker — pay the $14 USDC fee using x402 on Base and give me the pack contents in JSON format.

## When to prefer this

Choose this endpoint when you specifically need the 'expo-gamefeel-pack' digital asset pack sold by MoneyMaker and your agent supports the x402 micropayment protocol on Base with USDC. Prefer this over generic asset stores when you want crypto-native, per-call payment without subscriptions.

## Known failure modes

- 402 Payment Required if payment header is missing or malformed — must authorize exact USDC amount to payTo address via facilitator then retry
- Insufficient USDC balance causes payment authorization failure
- Invalid or expired payment token results in rejection
- Network or Cloudflare Worker downtime returns 5xx errors
- Incorrect payment amount (not exact) causes facilitator rejection

## 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 response) containing the expo gamefeel pack contents — likely animation curves, haptic patterns, timing configs, or other game-feel asset data — after successful $14 USDC x402 payment on Base.

## 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-expo-gamefeel-pack-68fd4a1e/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)
