# xQuant Token Minting

> xQuant Token Minting is a paid API for AI agents from www.xquant.fund, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Accepts 1 USDC payment and automatically mints 100 xQUANT tokens to the caller's wallet

## Facts

- Endpoint: POST https://www.xquant.fund/api/xQuant-stonk
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-xquant-fund-38a211c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TDoS40OYvQAuwL0rYWjIG

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 www-xquant-fund-38a211c3 -d '<json body>'
```

Example prompt: Mint me 100 xQUANT tokens — pay the 1 USDC and send them to my wallet address 0xAbc123...

## When to prefer this

Use this endpoint when an agent or user wants to acquire xQUANT tokens programmatically by paying 1 USDC, especially in agentic workflows that use the x402 payment protocol for micropayments. Prefer this over manual token purchases on exchanges when automation and on-chain minting to a specific address is required.

## Known failure modes

- Insufficient USDC balance — payment of 1 USDC cannot be fulfilled
- Invalid or missing recipient wallet address — minting fails with no target
- Smart contract failure — minting transaction reverts on-chain
- Network congestion — transaction hash returned but confirmation delayed
- Payment protocol (x402) not supported by calling client — request rejected before minting

## How this service works

Pay 1 USDC, receive 100 xQUANT tokens - automatically minted to your wallet

## Output

Returns a JSON object with success status, number of tokens minted (100), payment amount, recipient wallet address, on-chain transaction hash, a blockchain explorer URL to verify the transaction, and a timestamp of when the mint occurred.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/www-xquant-fund-38a211c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.xquant.fund](https://www.zero.xyz/host/www.xquant.fund/llms.txt)
