# LION — Provable Company Files for Compliance & Due Diligence

> LION — Provable Company Files for Compliance & Due Diligence is a paid API for AI agents from lionx402.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a cryptographically-attested company dossier combining firmographics, SEC financials, VAT validation, OFAC sanctions screening, and domain trust signals into a tamper-evident, per-field sourced JSON file.

## Facts

- Endpoint: GET https://lionx402.com/api/x402/x402-intel-json
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lion-provable-company-files-for-compliance-due-diligence-7e5fb699
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-S-8-UBvF3Qio59437oSL

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-provable-company-files-for-compliance-due-diligence-7e5fb699
```

Example prompt: Pull me a cryptographically-attested compliance dossier on Acme Corp — I need their firmographics, SEC financials, VAT validation, OFAC sanctions status, and domain trust score all in one tamper-evident file I can verify offline before we onboard them as a vendor.

## When to prefer this

Choose this endpoint when you need a single, unified, cryptographically-verifiable compliance record combining sanctions screening (OFAC), SEC financials, VAT validation, and firmographics with an auditable per-field source trail — especially for KYC/AML onboarding, vendor due diligence, or counterparty screening where data integrity and offline verifiability are required.

## Known failure modes

- Company not found in underlying data sources — returns found:false
- Invalid or unresolvable company identifier — returns 400 or empty result
- OFAC/SEC data source temporarily unavailable — partial dossier returned
- Payment failure (x402 USDC not settled) — 402 response, no data returned
- Rate limiting or quota exceeded — 429 response

## How this service works

Cryptographically-attested company files: firmographics, SEC financials, VAT validation, OFAC sanctions screening and domain trust, merged into one tamper-evident dossier with a per-field source trail. Verify every field offline. Built for KYC/AML onboarding, vendor due diligence, and counterparty screening.

## Output

A tamper-evident JSON dossier containing: firmographic data, SEC financial records, VAT validation status, OFAC sanctions screening result, and domain trust signals — each field annotated with a cryptographic source trail for offline verification. Includes a verdict and reputation score.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 },
 "additionalProperties": true
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "found": true,
   "verdict": "LIVE_PAYABLE",
   "last_latency_ms": 120,
   "last_price_usdc": 0.01,
   "reputation_score": 100
  },
  "query": {
   "url": "https://api.example.com/x402/data"
  },
  "asset_id": "LION_X402_INTEL_001"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lion-provable-company-files-for-compliance-due-diligence-7e5fb699/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)
