# $402人生 Token Mint – 100k Tokens for 10 USDC

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

Mints 100,000 $402人生 utility tokens to the caller's address for a fixed cost of 10 USDC via x402 payment protocol

## Facts

- Endpoint: GET https://402life.fun/api/mint.10usdc
- Price: $1000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/402-token-mint-100k-tokens-for-10-usdc-a0c3c7e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C1bc6A-b6SC7J7YLXdjtV

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-token-mint-100k-tokens-for-10-usdc-a0c3c7e4
```

Example prompt: Mint me 100,000 $402人生 utility tokens on 402life.fun — I'm happy to pay 10 USDC through the x402 payment channel.

## When to prefer this

Choose this endpoint when you specifically want to mint exactly 100,000 $402人生 tokens in a single transaction at the 10 USDC price point. Prefer the sibling 10k endpoint for smaller allocations or the 1M endpoint for larger bulk purchases. This tier offers a mid-range token quantity within the same x402-based minting framework.

## Known failure modes

- Payment insufficient or missing x402 header – 402 Payment Required response
- Cap exceeded – the 100k USDC total cap for this endpoint has been reached, minting rejected
- Invalid wallet address – tokens cannot be delivered
- Service unavailable – 402life.fun down or mint contract paused
- Duplicate request – same payment nonce reused

## How this service works

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

## Output

Returns a JSON object with status, queuedAt timestamp, requestId, tokenAmount (100000), userAddress, and deliveryNotice confirming the mint request has been queued and tokens will be delivered to the caller's wallet.

## 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-token-mint-100k-tokens-for-10-usdc-a0c3c7e4/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)
