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

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

Purchases exactly $5 USDC worth of Yaoming (YAOMING) meme tokens on-chain, returning the token amount received and transaction hashes.

## Facts

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

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-5-usdc-x420-dev-a120a25b
```

Example prompt: Buy $5 worth of Yaoming tokens (contract 0x73DB2BE4581BcE956501eD0e2156DC31939B2b07) for me right now using USDC via x420.dev.

## When to prefer this

Use this endpoint when you want to purchase exactly $5 USDC worth of Yaoming tokens in a single fixed-amount call, rather than the $1 tier or a custom amount. Prefer this over the custom-amount endpoint when the desired spend is exactly $5 and simplicity is preferred over flexibility.

## Known failure modes

- Insufficient USDC balance — payment of $5 cannot be fulfilled
- x402 payment protocol error — payment header missing or invalid
- On-chain swap failure — swap transaction reverts or times out
- Contract address mismatch or token liquidity too low
- Network congestion causing transaction hash to be null on response

## How this service works

Buy 5 USDC worth of yaoming tokens 0x73DB2BE4581BcE956501eD0e2156DC31939B2b07

## Output

Returns a message confirming the purchase, the number of Yaoming tokens received, the USDC amount paid, the send transaction hash, and the swap transaction hash (both may be null if pending).

## 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-5-usdc-x420-dev-a120a25b/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)
