# x402 Chain Intel – Holder Concentration

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

Returns holder concentration metrics for a given on-chain token, revealing how ownership is distributed across wallets

## Facts

- Endpoint: POST https://x402-chain-intel.vercel.app/api/holder/concentration
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-chain-intel-holder-concentration-b91aabdd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zvl9lZ52NGP9N8-LG6Kkb

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-concentration-b91aabdd -d '<json body>'
```

Example prompt: What's the holder concentration for the token at 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to know what percentage of supply the top wallets control before I place a trade.

## When to prefer this

Choose this endpoint when you need on-chain holder concentration data specifically for trading bot decision-making, risk scoring, or whale detection — particularly when you need a paid, reliable signal with x402 micropayment access rather than scraping free explorers. Prefer this over generic block explorers when you need structured, machine-readable concentration metrics ready for algorithmic consumption.

## Known failure modes

- Invalid or unrecognized contract address returns an error or empty result
- Unsupported blockchain network causes a 400 or 422 error
- Token with very low holder count may return incomplete distribution data
- Payment of 0.14 USDC not fulfilled causes 402 Payment Required
- Rate limiting or provider downtime returns 429 or 503
- Newly deployed contracts with no indexed holder data may return null metrics

## How this service works

27 paid endpoints for trading bots

## Output

Returns on-chain holder concentration metrics for the specified token, including the share of supply held by top N wallets, distribution statistics (such as a Gini coefficient or HHI), whale wallet addresses and their holdings, and an overall concentration risk signal useful for trading decisions.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-chain-intel-holder-concentration-b91aabdd/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)
