# 402人生 (402Life) Token Mint – 10k Tokens

> 402人生 (402Life) Token Mint – 10k Tokens is a paid API for AI agents from 402life.fun, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Mints 10,000 402人生 utility tokens to the caller's address for $1 USDC via the x402 payment protocol

## Facts

- Endpoint: GET https://402life.fun/api/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/402-402life-token-mint-10k-tokens-89b1c156
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_egpTYEm2aMf8yLX7aXSJR

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 402-402life-token-mint-10k-tokens-89b1c156
```

Example prompt: Mint 10,000 402人生 tokens to my wallet — I want the smallest batch available on 402life.fun using my USDC.

## When to prefer this

Choose this endpoint when a user wants the smallest standard mint increment (10,000 tokens) of 402人生 for the lowest upfront USDC cost ($1). Prefer the sibling 100k or 1M endpoints if larger allocations are needed in a single call.

## Known failure modes

- Insufficient USDC balance or failed x402 payment — payment authorization rejected
- Cap reached: the 100k USDC endpoint cap has been exhausted — service unavailable
- Invalid or missing wallet address in the x402 payment header — request rejected
- Network/blockchain congestion causing delayed delivery beyond the queued notice
- Endpoint returns unexpected status if minting contract is paused or under maintenance

## How this service works

Mint 10k 402人生. Cap for this endpoint is 100k $USDC.

## Output

Returns a JSON object with a status string, queued timestamp, unique requestId, the token amount string (10000), the user's wallet address, and a delivery notice message confirming the mint has been queued.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "status": {
   "type": "string"
  },
  "queuedAt": {
   "type": "string"
  },
  "requestId": {
   "type": "string"
  },
  "tokenAmount": {
   "type": "string"
  },
  "userAddress": {
   "type": "string"
  },
  "deliveryNotice": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/402-402life-token-mint-10k-tokens-89b1c156/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 402life.fun](https://www.zero.xyz/host/402life.fun/llms.txt)
