# GUNLET (GUN) Token Purchase - $5 USDC via x420.dev

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

Purchases $5 USDC worth of GUN tokens (0x813E69a5D2fAb3D9510Ab9DC35151aB4dA9E7B07) and delivers them to the caller's wallet

## Facts

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

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 gunlet-gun-token-purchase-5-usdc-via-x420-dev-3bc0b1ff
```

Example prompt: Buy me $5 worth of GUN tokens using x420.dev's GUNLET service — execute the swap now and let me know how many GUN tokens I received and the transaction hashes.

## When to prefer this

Use this endpoint when an agent needs to programmatically purchase exactly $5 USDC worth of GUN tokens in a single API call via the x402 payment protocol, and wants on-chain transaction proof. Prefer this over the $1 variant when a larger single purchase is desired to reduce per-transaction overhead.

## Known failure modes

- Insufficient USDC balance — payment of $5 USDC fails, no tokens received
- Swap slippage or liquidity failure — swap transaction hash is null, tokens not delivered
- Network congestion or RPC error — transaction may be delayed or dropped
- Invalid or unreachable wallet address — tokens cannot be delivered
- Smart contract revert — GUN token contract rejects the swap

## How this service works

Buy 5 USDC worth of GUN tokens 0x813E69a5D2fAb3D9510Ab9DC35151aB4dA9E7B07

## Output

Returns a confirmation message, the amount of GUN tokens received, the USDC amount paid, and optionally a send transaction hash and a swap transaction hash 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/gunlet-gun-token-purchase-5-usdc-via-x420-dev-3bc0b1ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gun.x420.dev](https://www.zero.xyz/host/gun.x420.dev/llms.txt)
