# BaseTomcat Large Tier Mint (25,000 TOM)

> BaseTomcat Large Tier Mint (25,000 TOM) is a paid API for AI agents from basetomcat.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Mints 25,000 TOM tokens (large tier) on the Base blockchain for 5 USDC via x402 micropayment.

## Facts

- Endpoint: POST https://basetomcat.com/api/mintv2
- 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/basetomcat-com-72b3c8c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gyq6vL4BdKo866TogpJQR

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 basetomcat-com-72b3c8c5 -d '<json body>'
```

Example prompt: Buy me the large tier package of 25,000 TOM tokens on Base — I want to pay 5 USDC for the basetomcat mint.

## When to prefer this

Choose this endpoint when you need to acquire a large quantity (25,000) of TOM tokens in a single mint on the Base blockchain and are willing to spend 5 USDC. Prefer this over the standard (5,000 TOM / 1 USDC) or experience (50 TOM / 0.01 USDC) tiers when bulk token acquisition is the goal and cost-per-token efficiency matters.

## Known failure modes

- Insufficient USDC balance — payment of 5 USDC cannot be fulfilled
- Invalid or missing x402 payment header — returns 402 Payment Required
- Wrong network — wallet not connected to Base chain
- Transaction reverted on-chain — gas or contract error
- Rate limiting or contract pause — minting temporarily unavailable

## How this service works

Buy 25,000 TOM (large tier) for 5 USDC on Base.

## Output

A confirmation of the minted 25,000 TOM tokens delivered to the caller's Base wallet address, including transaction hash and on-chain details confirming the mint via the x402 payment protocol.

## Response schema (JSON Schema)

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "headerFields": {
   "X-PAYMENT": {
    "type": "string",
    "required": true,
    "description": "x402 payment header returned by createPaymentHeader"
   },
   "X-PAYMENT-PAYER": {
    "type": "string",
    "description": "Optional payer address override"
   }
  }
 },
 "output": {
  "type": "object",
  "properties": {
   "amount": {
    "type": "number",
    "description": "Number of TOM tokens minted"
   },
   "result": {
    "type": "object",
    "properties": {
     "txHash": {
      "type": "string",
      "description": "Basescan transaction hash"
     },
     "tokenAddress": {
      "type": "string",
      "description": "TomCat contract address"
     }
    }
   },
   "status": {
    "enum": [
     "pending",
     "processing",
     "completed",
     "failed"
    ],
    "type": "string"
   },
   "taskId": {
    "type": "string",
    "description": "Queue task identifier"
   },
   "recipientAddress": {
    "type": "string"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basetomcat-com-72b3c8c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basetomcat.com](https://www.zero.xyz/host/basetomcat.com/llms.txt)
