# MoneyMaker x402 Tip Jar (POST)

> MoneyMaker x402 Tip Jar (POST) 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-15).

Accepts a $0.10 USDC micropayment tip via the x402 protocol on Base and returns a confirmation response.

## Facts

- Endpoint: POST https://moneymaker-x402.monie98-8b9.workers.dev/tip
- Price: $0.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-tip-jar-post-f0a638c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1nH_KtFAh4tl--fGiYd7n

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-tip-jar-post-f0a638c9 -d '<json body>'
```

Example prompt: Send a $0.10 USDC tip to the MoneyMaker x402 storefront on Base using the x402 payment protocol — authorize the exact amount and retry after the 402.

## When to prefer this

Use this endpoint when you want to send a small $0.10 USDC tip via the x402 micropayment protocol on the Base network, specifically to this MoneyMaker worker storefront. It is the POST variant of the tip jar, suitable for agents that prefer POST semantics or need to include a request body. Choose this over the GET /tip variant when your agent workflow naturally uses POST.

## Known failure modes

- 402 Payment Required if payment header is missing or incorrect — must authorize Exact USDC to the payTo address via the facilitator and retry
- Payment authorization mismatch if USDC amount is not exactly $0.10
- Network or blockchain confirmation failure on Base
- Cloudflare Worker timeout or 5xx error
- Invalid or expired payment header causing 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 or raw response confirming the tip was received after the x402 payment authorization succeeds; the exact response body is open-ended (additionalProperties: true) but typically includes a success or acknowledgment message.

## 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-tip-jar-post-f0a638c9/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)
