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

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

Purchases 1 USDC worth of LFG tokens (0xC160EFB8b044da6fAa15C58D7eF3f0a764E4Db07) via a paid API call and returns transaction details

## Facts

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

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 lfg-token-purchase-1-usdc-x420-dev-a1961087
```

Example prompt: Buy 1 USDC worth of LFG tokens for me right now using the x420 LFG API and tell me how many tokens I received and the transaction hashes.

## When to prefer this

Use this endpoint when you want to buy exactly 1 USDC worth of LFG tokens programmatically via the x402 payment protocol. Prefer the sibling 5 USDC endpoint if you want a larger purchase in a single call. This is the minimum denomination available on x420.dev for LFG token acquisition.

## Known failure modes

- Insufficient USDC balance — payment rejected
- x402 payment protocol failure — 402 Payment Required returned
- Token contract unavailable or liquidity too low — swap fails
- Network congestion causing transaction timeout — null transaction hashes returned
- Invalid payment credentials — authorization error

## How this service works

Buy 1 USDC worth of LFG tokens 0xC160EFB8b044da6fAa15C58D7eF3f0a764E4Db07

## Output

Returns a JSON object with a message, the amount of LFG tokens received, the USDC amount paid, a send transaction hash, and a swap transaction hash (both hashes may be null if pending or failed).

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