# x105 Token Purchase (Custom USDC Amount)

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

Purchases a custom USDC-denominated amount of x105 tokens (contract 0x51793E001bc1f58E5da3680bD1102EEE0b713B07) and returns transaction details

## Facts

- Endpoint: POST https://x105.x420.dev/api/puff-custom
- 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/x105-x420-dev-2c0a6e6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ga1ugUKtKgcnPY96Lj2K8

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 x105-x420-dev-2c0a6e6b -d '<json body>'
```

Example prompt: Buy me $25 worth of x105 tokens using USDC — use the custom amount option so I can specify exactly 25 USDC.

## When to prefer this

Use this endpoint when you need to purchase a specific non-default USDC amount of x105 tokens rather than the fixed $5 default. Ideal when the user wants to specify exactly how much USDC to spend (e.g., $10, $0.50, $100) on x105 tokens in a single agentic payment call.

## Known failure modes

- Insufficient USDC balance results in payment failure
- Invalid or non-numeric amount string causes request error
- Amount below minimum threshold may be rejected
- On-chain swap failure returns null swap transaction hash with error message
- Network congestion may delay transaction confirmation

## How this service works

Buy custom USDC amount worth of x105 tokens 0x51793E001bc1f58E5da3680bD1102EEE0b713B07

## Output

Returns a JSON object with a confirmation message, the number of x105 tokens received, the USDC amount paid, a send transaction hash, and a swap transaction hash (either may be null if not applicable).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x105-x420-dev-2c0a6e6b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x105.x420.dev](https://www.zero.xyz/host/x105.x420.dev/llms.txt)
