# LUMI LPC NFT Collection Info

> LUMI LPC NFT Collection Info 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-16).

Returns aggregated collection-level facts 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/lpc_nft_info
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lumi-lpc-nft-collection-info-1e63d1dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ubPEOAO21m8c680Uax_ep

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-info-1e63d1dc -d '<json body>'
```

Example prompt: Pull the latest LPC NFT collection facts from LUMI — I want to see current supply, holder count, tier distribution, and how concentrated ownership is, and make sure to note when the snapshot was taken.

## When to prefer this

Choose this endpoint when you need aggregated, anonymized collection-level statistics for the LPC NFT on Polygon — supply, holder distribution, tier breakdown, and marketplace activity — without needing individual wallet-level data. It is particularly suitable for due diligence, governance reporting, or monitoring concentration risk, and when data freshness transparency (via scan timestamp) is important.

## Known failure modes

- Invalid or missing offering identifier (must be exactly 'lpc_nft_info') returns an error
- Stale snapshot if the underlying data pipeline has not refreshed recently (scan time reveals age)
- Network or service unavailability returns a 5xx error
- Payment failure (insufficient USDC or x402 protocol error) blocks the request

## How this service works

LPC Collection Facts. 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

Returns a snapshot of aggregated LPC NFT collection facts on Polygon: total supply, number of holders, tier distribution breakdown, holder concentration metrics, and marketplace activity figures. Every response includes a scan timestamp indicating data freshness. No individual owner addresses or account-linked data are returned.

## 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-info-1e63d1dc/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)
