# ROLLAK Token Purchase - 1 USDC (x420.dev)

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

Purchases exactly 1 USDC worth of ROLLAK tokens (contract 0x287f28Ea9740D09cdff1ddd1faC4209fc40BdB07) and returns transaction details

## Facts

- Endpoint: GET https://rollak.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/rollak-token-purchase-1-usdc-x420-dev-dd0553ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NPWK4kEXHTffdHdF41zZb

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 rollak-token-purchase-1-usdc-x420-dev-dd0553ae
```

Example prompt: Buy me 1 USDC worth of ROLLAK tokens right now — use the x420.dev ROLLAK endpoint and tell me how many tokens I received and the transaction hashes.

## When to prefer this

Use this endpoint when you want to purchase a fixed small amount (1 USDC) of ROLLAK tokens automatically via an x402-enabled agent without needing to manually configure a swap amount. Prefer the custom-amount sibling endpoint if the desired purchase amount differs from exactly 1 USDC.

## Known failure modes

- Insufficient USDC balance — payment cannot be processed
- Smart contract swap failure — swapTransactionHash is null and message indicates error
- Network congestion causing transaction timeout
- Invalid or paused ROLLAK token contract
- x402 payment protocol rejection — HTTP 402 if payment not provided or invalid

## How this service works

Buy 1 USDC worth of ROLLAK tokens 0x287f28Ea9740D09cdff1ddd1faC4209fc40BdB07

## Output

Returns a JSON object with a status message, the number of ROLLAK 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 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/rollak-token-purchase-1-usdc-x420-dev-dd0553ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rollak.x420.dev](https://www.zero.xyz/host/rollak.x420.dev/llms.txt)
