# yaoming Token Purchase (1 USDC) - x420.dev

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

Purchases 1 USDC worth of yaoming (0x73DB2BE4581BcE956501eD0e2156DC31939B2b07) meme tokens via x402 payment protocol on Base

## Facts

- Endpoint: GET https://yaoming.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/yaoming-token-purchase-1-usdc-x420-dev-046ffc8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kye0QIBhabyyJStZ1N3xl

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 yaoming-token-purchase-1-usdc-x420-dev-046ffc8d
```

Example prompt: Buy me 1 USDC worth of yaoming tokens (0x73DB2BE4581BcE956501eD0e2156DC31939B2b07) using the x420.dev puff endpoint and tell me how many tokens I received and the transaction hashes.

## When to prefer this

Use this endpoint when an agent needs to purchase exactly 1 USDC worth of yaoming meme tokens via the x402 micropayment protocol. Prefer the fixed-amount 1 USDC endpoint over the custom-amount sibling when the user wants a minimal, low-risk entry purchase. Use the 5 USDC sibling for larger fixed purchases or the custom-amount sibling for arbitrary amounts.

## Known failure modes

- Insufficient USDC balance for payment — payment rejected
- x402 payment header missing or malformed — 402 Payment Required error
- Swap fails due to low liquidity for yaoming token — swap transaction hash is null
- Network congestion causes transaction timeout
- Invalid wallet address in payment header — transaction fails
- Token contract address mismatch — purchase fails

## How this service works

Buy 1 USDC worth of yaoming tokens 0x73DB2BE4581BcE956501eD0e2156DC31939B2b07

## Output

Returns a confirmation message, the number of yaoming tokens received, the USDC amount paid, and optionally the send and swap transaction hashes on the Base blockchain.

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