# Faker (FAKER) Token Purchase - $5 USDC - x420.dev

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

Purchases $5 USDC worth of FAKER tokens (0x3aD1Df7cb5cC6560437D0a1CEC235cB942a8cb07) on behalf of the caller via a paid API call

## Facts

- Endpoint: GET https://faker.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/faker-faker-token-purchase-5-usdc-x420-dev-47658e5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MXHgNQzb290dDAKiF50h5

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 faker-faker-token-purchase-5-usdc-x420-dev-47658e5c
```

Example prompt: Buy me $5 worth of FAKER tokens on x420.dev — use the standard 5 USDC purchase option and let me know how many FAKER tokens I receive and what the swap transaction hash is.

## When to prefer this

Use this endpoint when you want a fixed $5 USDC spend on FAKER tokens without needing to specify an amount. Prefer this over the custom-amount endpoint when simplicity and a standardized purchase size are desired. Choose the $1 sibling endpoint if a smaller purchase is needed.

## Known failure modes

- Insufficient USDC balance to cover the $5 payment — payment fails before swap executes
- Smart contract or DEX liquidity issues causing swap to fail — swapTransactionHash may be null
- Network congestion causing transaction to time out or be dropped
- Invalid or expired x402 payment header — returns 402 Payment Required
- Token contract unavailable or paused — swap cannot complete

## How this service works

Buy 5 USDC worth of FAKER tokens 0x3aD1Df7cb5cC6560437D0a1CEC235cB942a8cb07

## Output

Returns a JSON object with a confirmation message, the amount of FAKER tokens received, the USDC amount paid, the send transaction hash (or null), and the swap transaction hash (or null) — confirming the on-chain purchase was executed.

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