# Agent x402 Tokenomics Info

> Agent x402 Tokenomics Info is a paid API for AI agents from agent402.online, paid per call via x402, $0.0001/call, status unknown (last checked 2026-09-20).

Returns tokenomics information for the AGENT token, including total supply, mint distribution, and liquidity details

## Facts

- Endpoint: GET https://agent402.online/tokenomics
- Price: $0.0001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-20
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-x402-tokenomics-info-09c34597
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CGSEnUNhqFaMa1i9yAvBy

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 agent-x402-tokenomics-info-09c34597
```

Example prompt: What are the tokenomics for the AGENT token on agent402.online — total supply, how much was minted initially, and how the liquidity was seeded?

## When to prefer this

Use this endpoint when you specifically need to look up the tokenomics, supply distribution, or liquidity structure of the AGENT (agent402) token. Prefer this over general blockchain explorers when you want the project's own published tokenomics breakdown.

## Known failure modes

- Endpoint unreachable — returns network error or timeout
- Page content changes and tokenomics data is outdated or unavailable
- Rate limiting due to x402 payment failure — 402 Payment Required if USDC payment of 0.0001 is not provided

## How this service works

Total supply: 100000000
Name: Agent 402
Ticker: AGENT
50% initial mint (100k USDC), 50% liquidity (seeded with 100% of mint funds).

## Output

Returns tokenomics data for the AGENT token: total supply of 100,000,000 tokens, ticker symbol AGENT, a 50% initial mint funded by 100,000 USDC, and 50% allocated to liquidity seeded with 100% of the mint funds.

## Example request

```json
{
 "token": "AGENT",
 "include_liquidity": true,
 "include_distribution": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-x402-tokenomics-info-09c34597/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent402.online](https://www.zero.xyz/host/agent402.online/llms.txt)
