# x402 Chain Intel – Holder Distribution

> x402 Chain Intel – Holder Distribution is a paid API for AI agents from x402-chain-intel.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the token holder distribution breakdown for a given on-chain asset, enabling trading bots to assess concentration risk and whale activity.

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/holder/distribution
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-chain-intel-holder-distribution-a5150620
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8ctdrRqulXXwZG3kvSFH8

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 x402-chain-intel-holder-distribution-a5150620 -d '<json body>'
```

Example prompt: Show me the holder distribution for the token at contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to see how concentrated ownership is among the top wallets.

## When to prefer this

Use this endpoint when a trading bot or analyst needs on-chain holder distribution data to assess whale concentration, spot potential rug-pull risk, or evaluate the health of token ownership before executing a trade. Prefer this over generic block explorers when you need structured, machine-readable distribution tiers rather than raw transaction lists.

## Known failure modes

- Invalid or unrecognized contract address returns a 400 or empty distribution
- Unsupported blockchain network results in an error response
- Payment of 0.1 USDC not received via x402 protocol results in 402 Payment Required
- Rate limiting or Vercel cold-start may cause intermittent timeouts
- Token with very low liquidity or brand-new contract may return incomplete data

## How this service works

27 paid endpoints for trading bots

## Output

Returns a breakdown of token holders segmented by wallet size tier (e.g. whales, mid-tier, retail), including percentage of supply held by top N wallets, total unique holder count, and concentration metrics useful for assessing risk before trading.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-holder-distribution-a5150620/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-chain-intel.vercel.app](https://www.zero.xyz/host/x402-chain-intel.vercel.app/llms.txt)
