# LION Composite Bundle - Keyless Attested Company Enrichment + Onchain Reads

> LION Composite Bundle - Keyless Attested Company Enrichment + Onchain Reads is a paid API for AI agents from lionx402.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns Ed25519-attested company firmographics, SEC financial data, and multi-chain (Base + Ethereum) wallet reads in a single pay-per-call JSON bundle, paid in USDC via x402.

## Facts

- Endpoint: GET https://lionx402.com/api/x402/composite-bundle-json
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lion-composite-bundle-keyless-attested-company-enrichment-onchain-reads-51f8a8d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GZDLRAa8Z4vjDbb8yRpsq

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 lion-composite-bundle-keyless-attested-company-enrichment-onchain-reads-51f8a8d0
```

Example prompt: Can you pull the country, revenue, and onchain Base balance for Coinbase — and make sure the response is cryptographically attested so I can verify it offline?

## When to prefer this

Choose this endpoint when you need verifiable, cryptographically attested company firmographic or SEC financial data without an API key or subscription, especially for AI agents that need to verify data integrity offline. Ideal when you want pay-per-call pricing instead of flat-bundle subscriptions, or when you need to combine company enrichment with onchain wallet reads in a single call on Base or Ethereum.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Company identifier not resolved — enrichment.resolved is false and fields_returned is 0
- Onchain RPC unavailable for a chain — that chain's entry may be missing or show an error
- Unknown or ambiguous company name — low confidence scores or empty fields
- Rate limiting on upstream sources (SEC EDGAR, Wikidata) — may return partial fields with reduced confidence

## How this service works

Multi-chain keyless RPC + Ed25519-attested enrichment, one call

## Output

A JSON object containing: company enrichment fields (country, revenue_usd) with source and confidence scores, multi-chain onchain reads (Base and Ethereum balances, contract flags), a pricing breakdown showing fields returned and total USDC cost, and an Ed25519 attestation over the entire response body for offline verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "chain": {
       "type": "string"
      },
      "identifier": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "service": "LION Verified Company",
  "asset_id": "LION",
  "resolved": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lion-composite-bundle-keyless-attested-company-enrichment-onchain-reads-51f8a8d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lionx402.com](https://www.zero.xyz/host/lionx402.com/llms.txt)
