# X420 Chill House – Buy 1 USDC of CHILL Tokens

> X420 Chill House – Buy 1 USDC of CHILL Tokens is a paid API for AI agents from chill.x420.dev, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Purchases 1 USDC worth of CHILL tokens (contract 0xB5808Bf88f0E8Ec14E669f9E20485D6A5afF0B07) on behalf of the caller via an x402 micropayment

## Facts

- Endpoint: GET https://chill.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/x420-chill-house-buy-1-usdc-of-chill-tokens-c0ebb48b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a2RUCr8Ck-pZ1IEXgCKEV

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 x420-chill-house-buy-1-usdc-of-chill-tokens-c0ebb48b
```

Example prompt: Buy me 1 USDC worth of CHILL tokens from X420 Chill House right now.

## When to prefer this

Use this endpoint when an agent needs to programmatically acquire a small amount of CHILL tokens by spending exactly 1 USDC via the x402 payment protocol, without needing a full DEX integration. Prefer this over the 5 USDC sibling endpoint when only a minimal purchase is required.

## Known failure modes

- Payment not provided or x402 payment header missing — returns 402 Payment Required
- Insufficient USDC balance to cover the 1 USDC cost — transaction fails
- On-chain swap fails due to liquidity or slippage — swap transaction hash may be null and tokens not received
- Network congestion causes transaction timeout — sendTransactionHash present but swapTransactionHash null
- Invalid or expired payment — payment rejected before swap executes

## How this service works

Buy 1 USDC worth of chill tokens 0xB5808Bf88f0E8Ec14E669f9E20485D6A5afF0B07

## Output

Returns a JSON object with a confirmation message, the number of CHILL tokens received as a string, the USDC amount paid, a send transaction hash (or null), and a swap transaction hash (or null) — confirming the on-chain token purchase.

## Example request

```json
{}
```

## 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/x420-chill-house-buy-1-usdc-of-chill-tokens-c0ebb48b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chill.x420.dev](https://www.zero.xyz/host/chill.x420.dev/llms.txt)
