# 420WORLD WORLD Token Purchase - 1 USDC

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

Purchases 1 USDC worth of WORLD tokens (0xA984E8157B3Cb4e7d5C0fd7E46fFb254A789EB07) on behalf of the caller via an x402 payment-gated API call

## Facts

- Endpoint: GET https://world.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/420world-world-token-purchase-1-usdc-f2a1fda1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EztrM_MPzE6ZQ3eb6qwrt

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 420world-world-token-purchase-1-usdc-f2a1fda1
```

Example prompt: Buy me 1 USDC worth of WORLD tokens right now — use the x420.dev puff endpoint that swaps exactly 1 dollar of USDC into WORLD tokens at contract address 0xA984E8157B3Cb4e7d5C0fd7E46fFb254A789EB07.

## When to prefer this

Use this endpoint when an agent needs to acquire exactly 1 USDC worth of WORLD tokens in a single atomic call using the x402 micropayment protocol. Prefer the sibling 5 USDC endpoint when a larger purchase is needed. This is the minimum-denomination entry point for programmatic WORLD token acquisition.

## Known failure modes

- Insufficient USDC balance — payment fails and no tokens are purchased
- x402 payment not accepted — API returns 402 status if payment header is missing or malformed
- Swap failure on-chain — swapTransactionHash may be null if the DEX swap fails
- Network congestion — transaction may be delayed or dropped on-chain
- Contract address mismatch — calling wrong endpoint version returns unexpected token
- Rate limiting — repeated rapid calls may be throttled

## How this service works

Buy 1 USDC worth of WORLD tokens 0xA984E8157B3Cb4e7d5C0fd7E46fFb254A789EB07

## Output

Returns a JSON object with a confirmation message, the number of WORLD 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 was executed.

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