# BALD Token Purchase - $5 USDC (x420.dev)

> BALD Token Purchase - $5 USDC (x420.dev) is a paid API for AI agents from bald.x420.dev, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Spends exactly 5 USDC to purchase BALD tokens on Base and delivers them to the caller's wallet

## Facts

- Endpoint: GET https://bald.x420.dev/api/puff-5
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bald-token-purchase-5-usdc-x420-dev-6816861c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ld7Eb2gYfXbYtbS4UekqO

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 bald-token-purchase-5-usdc-x420-dev-6816861c
```

Example prompt: Buy me $5 worth of BALD tokens — use USDC and execute the swap on Base right now.

## When to prefer this

Use this endpoint when you need to purchase exactly $5 USDC worth of BALD tokens in a single automated call. Prefer this over the $1 endpoint when efficiency matters (fewer calls for the same spend) and over the custom-amount endpoint when you specifically want a fixed $5 purchase with no parameter configuration needed.

## Known failure modes

- Insufficient USDC balance in calling wallet — payment fails
- Slippage too high on BALD/USDC pair — swap reverts
- Network congestion on Base — transaction pending or dropped
- Smart contract address 0x110B4ef11db22eEb3caFCB53a58b8B6B1bCDEb07 becomes invalid or deprecated
- x402 payment protocol failure — USDC charge not processed

## How this service works

Buy 5 USDC worth of BALD tokens 0x110B4ef11db22eEb3caFCB53a58b8B6B1bCDEb07

## Output

Returns a JSON object containing a status message, the amount of BALD tokens received, the USDC amount paid (5 USDC), a send transaction hash (if applicable), and a swap transaction hash (if applicable) confirming the on-chain purchase.

## Response schema (JSON Schema)

```json
{
 "message": "string",
 "tokensReceived": "string",
 "usdcAmountPaid": "string",
 "sendTransactionHash": "string | null",
 "swapTransactionHash": "string | null"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bald-token-purchase-5-usdc-x420-dev-6816861c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bald.x420.dev](https://www.zero.xyz/host/bald.x420.dev/llms.txt)
