# Agent x402 Tokenomics

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

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

## Facts

- Endpoint: GET https://agent402.vercel.app/tokenomics
- Price: $0.0001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-x402-tokenomics-ed96fc64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jbC2rV2huX6vqZl-WyQSa

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-ed96fc64
```

Example prompt: What are the tokenomics for the AGENT token on Agent x402 — total supply, how the tokens are split between the initial mint and liquidity, and how much USDC was used to seed it?

## When to prefer this

Use this endpoint when you need structured tokenomics data for the AGENT token specifically, such as total supply, mint/liquidity split, and USDC funding details. Prefer this over general crypto data APIs when querying Agent x402 project-specific token allocation figures.

## Known failure modes

- Endpoint unreachable (Vercel deployment down) — HTTP 5xx
- Payment not processed correctly via x402 protocol — HTTP 402
- Stale or cached data if tokenomics page is not updated after changes

## 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 static tokenomics data for the AGENT token: total supply of 100,000,000, ticker symbol AGENT, 50% initial mint (funded with 100,000 USDC), and 50% liquidity (seeded with 100% of mint funds).

## More

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