# GUNLET GUN Token Purchase (1 USDC)

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

Purchases 1 USDC worth of GUN tokens (0x813E69a5D2fAb3D9510Ab9DC35151aB4dA9E7B07) on behalf of the caller via an x402 micropayment

## Facts

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

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-1-usdc-041d841c
```

Example prompt: Buy me 1 USDC worth of GUN tokens using the GUNLET service on x420.dev — I want to receive the GUN tokens at contract 0x813E69a5D2fAb3D9510Ab9DC35151aB4dA9E7B07 and confirm the swap transaction hash.

## When to prefer this

Use this endpoint when you need to programmatically acquire a small amount of GUN tokens (exactly 1 USDC worth) in a single API call with x402 micropayment support. Prefer this over the 5 USDC variant when you want a smaller, lower-risk purchase or when testing the integration.

## Known failure modes

- Insufficient USDC balance — payment fails with 402 or rejection
- x402 payment header missing or malformed — request rejected before execution
- On-chain swap fails — swapTransactionHash may be null and message indicates failure
- Token contract unavailable or liquidity insufficient — swap cannot complete
- Network congestion causes timeout before transaction confirms

## How this service works

Buy 1 USDC worth of GUN tokens 0x813E69a5D2fAb3D9510Ab9DC35151aB4dA9E7B07

## Output

Returns a message confirming the purchase, the amount of GUN tokens received, the USDC amount paid, and optionally the send and swap transaction hashes on-chain.

## Example request

```json
{
 "amount": "1",
 "currency": "USDC",
 "notifyEmail": "zero-qa@agentmail.to",
 "recipientAddress": "0x813E69a5D2fAb3D9510Ab9DC35151aB4dA9E7B07"
}
```

## 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-1-usdc-041d841c/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)
