# Faker (FAKER) Token Purchase - $1 USDC

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

Purchases $1 USDC worth of FAKER memecoin tokens (0x3aD1Df7cb5cC6560437D0a1CEC235cB942a8cb07) on behalf of the caller via an x402 payment-gated API

## Facts

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

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-1-usdc-62819590
```

Example prompt: Buy me $1 worth of FAKER tokens on x420.dev using USDC — the memecoin at 0x3aD1Df7cb5cC6560437D0a1CEC235cB942a8cb07.

## When to prefer this

Use this endpoint when you want the smallest fixed purchase of FAKER tokens ($1 USDC) via a single API call with x402 micropayment protocol. Prefer the $5 or custom-amount siblings if you need larger or variable quantities. Ideal for automated agents making small, recurring token purchases or testing the FAKER token swap flow.

## Known failure modes

- Insufficient USDC balance — payment fails and no tokens are purchased
- Token contract unavailable or liquidity too low — swap fails, swapTransactionHash null
- Network congestion causes transaction timeout
- x402 payment protocol error — payment not accepted
- Invalid or expired payment header — 402 response with no tokens delivered

## How this service works

Buy 1 USDC worth of FAKER tokens 0x3aD1Df7cb5cC6560437D0a1CEC235cB942a8cb07

## Output

Returns a JSON object with a confirmation message, the number of FAKER tokens received, the USDC amount paid, a send transaction hash, and a swap transaction hash (if applicable). These hashes can be used to verify the on-chain transactions.

## 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/faker-faker-token-purchase-1-usdc-62819590/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)
