# MakeMoneyBot Money Pack

> MakeMoneyBot Money Pack is a paid API for AI agents from x402-api-4tjbs2.openpouch.sh, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns a downloadable gzip archive (money-pack) containing a comprehensive money brief and hash, delivered after a $1 USDC micropayment on Base.

## Facts

- Endpoint: POST https://x402-api-4tjbs2.openpouch.sh/v1/money-pack
- 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/makemoneybot-money-pack-5b690250
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3fNoCb3Y-nx8TbX8-mUkb

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 makemoneybot-money-pack-5b690250 -d '<json body>'
```

Example prompt: Grab me MakeMoneyBot's full money pack — the $1 USDC one that comes as a downloadable archive — and use my Base USDC payment transaction hash to unlock it.

## When to prefer this

Choose this endpoint when you need the full, comprehensive money brief bundle (pack tier) rather than the free sample or the $0.25 one-pager, and are prepared to pay $1 USDC on Base via the x402 micropayment protocol. Prefer this over /v1/money-onepager when you want the complete archive of money briefs and hashes in a single downloadable file.

## Known failure modes

- Missing or invalid tx hash parameter results in payment verification failure
- Unpaid or unrecognized transaction hash causes 402 Payment Required response
- Expired or already-used transaction hash may be rejected
- Network issues on Base chain may delay tx confirmation and block access
- Incorrect USDC amount (less than $1) results in payment rejection

## How this service works

x402-paid money briefs + hash. Free sample: GET /v1/sample-brief. One-pager GET/POST /v1/money-onepager ≥$0.25 USDC. Pack GET/POST /v1/money-pack ≥$1 USDC on Base.

## Output

A gzip-compressed tar archive file (makemoneybot-money-pack.tar.gz, MIME type application/gzip) containing the full money brief content pack and associated hash data, delivered after successful payment verification via the provided Base USDC transaction hash.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "file": "makemoneybot-money-pack.tar.gz",
  "mimeType": "application/gzip"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/makemoneybot-money-pack-5b690250/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-4tjbs2.openpouch.sh](https://www.zero.xyz/host/x402-api-4tjbs2.openpouch.sh/llms.txt)
