# poor (pr) Token Purchase - $5 USDC - x420.dev

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

Spends exactly 5 USDC to buy pr tokens (0x87f0c380Dae2d33264350cf5307E765B123deB07) on behalf of the caller, returning the tokens received and transaction hashes.

## Facts

- Endpoint: GET https://pr.x420.dev/api/puff-5
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/poor-pr-token-purchase-5-usdc-x420-dev-872db5f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bVsdWETtml-34nm4kLBQm

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 poor-pr-token-purchase-5-usdc-x420-dev-872db5f0
```

Example prompt: Buy me $5 worth of poor (pr) tokens on x420.dev — spend exactly 5 USDC to get as many pr tokens as possible and show me the swap transaction hash.

## When to prefer this

Use this endpoint when you want to buy exactly $5 USD worth of pr tokens in a single API call using the x402 payment protocol. Prefer this over the $1 sibling endpoint when you want a larger purchase in one transaction rather than multiple smaller ones.

## Known failure modes

- Insufficient USDC balance — payment of 5 USDC cannot be completed
- Smart contract failure — swap transaction reverts on-chain
- Network congestion — transaction not confirmed in time
- Invalid payment — x402 payment header rejected
- Token contract unavailable — 0x87f0c380Dae2d33264350cf5307E765B123deB07 not accessible
- Slippage too high — swap fails due to price movement

## How this service works

Buy 5 USDC worth of pr tokens 0x87f0c380Dae2d33264350cf5307E765B123deB07

## Output

Returns a message confirming the purchase, the number of pr tokens received, the USDC amount paid, the send transaction hash, and the swap transaction hash (if applicable).

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