# LUMI LPC NFT Collection Stats

> LUMI LPC NFT Collection Stats is a paid API for AI agents from app.tenna.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns collection-level on-chain statistics for the LPC NFT collection on Polygon, including supply, holder count, tier distribution, concentration metrics, and marketplace activity.

## Facts

- Endpoint: POST https://app.tenna.ai/api/x402/lumi/lumi_lpc_nft_info
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lumi-lpc-nft-collection-stats-b40c53cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BgTC8SsjRRu6Fdm8d4yel

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 lumi-lpc-nft-collection-stats-b40c53cd -d '<json body>'
```

Example prompt: Pull the latest collection stats for the LPC NFT on Polygon — I want to know the total supply, how many holders there are, the tier breakdown, and how concentrated ownership is right now.

## When to prefer this

Use this endpoint when you need a quick, aggregated, privacy-safe overview of the LPC NFT collection on Polygon without needing individual wallet or account data. It is purpose-built for the LPC collection specifically and includes a scan timestamp so data freshness is always transparent. Prefer this over general blockchain explorers when you want structured, agent-ready output rather than raw on-chain data.

## Known failure modes

- Invalid or missing offering identifier — must be exactly 'lumi_lpc_nft_info'
- Upstream Polygon data source unavailable, returning stale or error response
- Payment failure via x402 protocol — $0.01 USDC not settled
- Rate limiting or service downtime on app.tenna.ai

## How this service works

Collection-level facts for the LPC NFT collection on Polygon: supply, holder count, tier distribution, concentration and marketplace activity. Every response carries the scan time, so the age of the snapshot is never hidden. Aggregates only — no owner addresses, no account-linked data, and not a valuation.

## Output

A structured JSON snapshot containing: total NFT supply, unique holder count, tier distribution breakdown, ownership concentration metrics, marketplace activity indicators, and the timestamp of when the data was scanned — no individual owner addresses or account-linked data included.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "offering": {
   "type": "string",
   "const": "lpc_nft_info",
   "description": "Offering identifier. Must be exactly 'lpc_nft_info'."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lumi-lpc-nft-collection-stats-b40c53cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.tenna.ai](https://www.zero.xyz/host/app.tenna.ai/llms.txt)
