# boofy.fun BOOFY Token Minter

> boofy.fun BOOFY Token Minter is a paid API for AI agents from boofy.fun, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Mints 5,000 $BOOFY meme tokens to a recipient wallet address for $1 USDC per call

## Facts

- Endpoint: POST https://boofy.fun/api/mint
- 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/boofy-fun-5a58b4d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TVyrV-BDar83ia1lmBF5i

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 boofy-fun-5a58b4d7 -d '<json body>'
```

Example prompt: Mint me 5,000 $BOOFY tokens — send them to my wallet address 0xAbC123... and pay the $1 USDC fee.

## When to prefer this

Use this endpoint when an agent or user specifically wants to participate in the $BOOFY meme token mint, acquiring 5,000 $BOOFY per $1 USDC paid. This is purpose-built for one token and one action only — not a general token swap or DEX. Prefer this over generic DEX endpoints when the user explicitly wants to mint (not trade) BOOFY.

## Known failure modes

- Mint cap of 100k USDC already reached — endpoint may reject or be unavailable
- Payment failure or insufficient USDC balance
- Invalid or malformed recipient wallet address
- Delayed fulfillment due to blockchain congestion
- No refunds issued under any circumstance

## How this service works

Mint 5k $BOOFY. https://boofy.fun . Fulfilment may take a few minutes. Cap for this endpoint is 100k $USDC. No team supply. $BOOFY is a pure meme token with no utility. No refunds, liquidity will only be provided on mint out. Use at your own risk. Follow https://x.com/BOOFYx402.

## Output

Returns a JSON object with success boolean, recipient wallet address, transaction hash of the mint on-chain, and the amount minted. Fulfillment may take a few minutes. Total cap is 100k USDC across all mints; liquidity only provided after full mint-out.

## Example request

```json
{
 "amount": 5000,
 "recipientAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f42bE5"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/boofy-fun-5a58b4d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from boofy.fun](https://www.zero.xyz/host/boofy.fun/llms.txt)
