# BasedSnek (Snek) Token Purchase - 1 USDC

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

Buys 1 USDC worth of Snek tokens (0x56517222e270e12A290B6Ba4c4C7276730126B07) on Base chain and returns transaction details

## Facts

- Endpoint: GET https://snek.x420.dev/api/puff
- 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/basedsnek-snek-token-purchase-1-usdc-28d220ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IMTCtBmBxpNzpeHqwpJay

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 basedsnek-snek-token-purchase-1-usdc-28d220ae
```

Example prompt: Buy me 1 USDC worth of Snek tokens on Base — use the BasedSnek puff endpoint and let me know how many tokens I received and the swap transaction hash.

## When to prefer this

Use this endpoint when you need a small, low-cost entry purchase of exactly 1 USDC worth of Snek tokens on Base chain via the x402 micropayment protocol. Prefer this over the 5 USDC sibling endpoint when you want minimal exposure or are testing the swap flow.

## Known failure modes

- Insufficient USDC balance for payment — payment rejected
- Swap slippage too high — transaction may fail or revert
- Network congestion on Base causing transaction delay or timeout
- Invalid or missing x402 payment header — 402 Payment Required response
- Snek token contract liquidity insufficient for swap — transaction failure

## How this service works

Buy 1 USDC worth of Snek tokens 0x56517222e270e12A290B6Ba4c4C7276730126B07

## Output

Returns a confirmation message, the amount of Snek tokens received, the USDC amount paid, and optionally a send transaction hash and a swap transaction hash on Base chain.

## 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/basedsnek-snek-token-purchase-1-usdc-28d220ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from snek.x420.dev](https://www.zero.xyz/host/snek.x420.dev/llms.txt)
