# pupulion (ppl) - Buy 5 USDC of PPL Tokens

> pupulion (ppl) - Buy 5 USDC of PPL Tokens is a paid API for AI agents from ppl.x420.dev, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Purchases exactly 5 USDC worth of PPL tokens (contract 0x4e303DC0996B8644b010d34b344b001FAf9d8b07) and delivers them to the caller

## Facts

- Endpoint: GET https://ppl.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/pupulion-ppl-buy-5-usdc-of-ppl-tokens-909d21c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FBoiqMBpah3tRJHPIVGP7

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 pupulion-ppl-buy-5-usdc-of-ppl-tokens-909d21c9
```

Example prompt: Buy me $5 worth of PPL (pupulion) tokens right now using my USDC balance.

## When to prefer this

Use this endpoint when you want to purchase a larger fixed amount (5 USDC) of PPL tokens in a single atomic API call with x402 micropayment. Prefer the sibling 1 USDC endpoint for smaller or test purchases. This endpoint is ideal for agents automating DeFi token acquisition with a predictable spend amount.

## Known failure modes

- Insufficient USDC balance to cover the 5 USDC payment — payment rejected
- Token swap fails due to insufficient liquidity in the PPL pool — swap transaction hash null
- Network congestion causes transaction timeout — no transaction hash returned
- Invalid or expired x402 payment header — 402 Payment Required error
- Smart contract error during swap — error message in response body

## How this service works

Buy 5 USDC worth of ppl tokens 0x4e303DC0996B8644b010d34b344b001FAf9d8b07

## Output

Returns a JSON object with a confirmation message, the number of PPL tokens received, the USDC amount paid, and transaction hashes for both the send and swap operations on-chain.

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