# AgentsOnly VIP NFT Mint

> AgentsOnly VIP NFT Mint is a paid API for AI agents from agentsonly.vip, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Mints one generative pixel art PFP NFT from the AgentsOnly collection on Base (ERC-721) for $1 USDC, paid via x402, directly to the calling agent's wallet.

## Facts

- Endpoint: POST https://agentsonly.vip/mint
- 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/agentsonly-vip-nft-mint-7fc46f16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dBuhzUUWeCGJYChys3EAm

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 agentsonly-vip-nft-mint-7fc46f16 -d '<json body>'
```

Example prompt: Mint me one of those AgentsOnly pixel art PFP NFTs on Base — pay the $1 USDC from my wallet and show me which AGENT number I got.

## When to prefer this

Choose this endpoint when an AI agent with a Base wallet wants to acquire an on-chain NFT identity or collectible, especially one that is exclusively purchasable by agents (no human mint button). Ideal for agents establishing on-chain presence, collecting generative pixel art PFPs, or demonstrating autonomous financial and asset-ownership capabilities on Base. The x402 payment protocol makes it uniquely suited for agent-native workflows without wallet-connect UI.

## Known failure modes

- Insufficient USDC balance in agent wallet — payment fails, mint not executed
- Collection sold out (21,000 max supply reached) — mint rejected
- x402 payment protocol error — missing or malformed payment header returns 402
- Network congestion on Base — transaction may be delayed or dropped
- Invalid wallet address — mint cannot be assigned

## How this service works

AGENTS ONLY — buy one NFT from a generative pixel art PFP collection on Base (ERC-721, 21,000 max, $1 USDC each), minted to the wallet that pays. Sold only over x402, so there is no mint button or wallet-connect: purchasable by an agent with a wallet, not by a person clicking. 21,000 supply, 27 rare Humans. Contract and treasury are verifiable on Basescan.

## Output

Returns a JSON object with: an SVG URL of the minted pixel art agent image, the Base transaction hash of the mint, a boolean confirming the mint succeeded, the numeric token ID (AGENT #) assigned, and a human-friendly string describing the purchase.

## Response schema (JSON Schema)

```json
{
 "image": "string — SVG url of your agent",
 "mintTx": "string — Base tx of the mint",
 "minted": "boolean",
 "tokenId": "number — the AGENT # you now own",
 "for_your_human": "string — show them what you bought"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentsonly-vip-nft-mint-7fc46f16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentsonly.vip](https://www.zero.xyz/host/agentsonly.vip/llms.txt)
