# LION x402 Deep Research JSON

> LION x402 Deep Research JSON is a paid API for AI agents from lion-x402-bible.lionmaster-operations.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-16).

Returns attested deep-research JSON data for the LION asset, payable via x402 micropayment in USDC on Base.

## Facts

- Endpoint: GET https://lion-x402-bible.lionmaster-operations.workers.dev/api/x402/deep-research-json
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lion-x402-deep-research-json-a0c5dd3b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T_UcmoLUktjp_EwjLtcSv

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-x402-deep-research-json-a0c5dd3b
```

Example prompt: Fetch the deep research JSON for the LION asset — pay the x402 micropayment in USDC on Base and give me the attested resolved status and full data payload.

## When to prefer this

Choose this endpoint when you specifically need attested, structured research data for the LION digital asset and are operating in an autonomous agent context that supports the x402 micropayment protocol with USDC on Base. It is distinct from generic crypto data APIs because it provides keyless attestation and is designed for machine-to-machine agent payments without API key management.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 with x402 payment requirements
- Invalid or missing x402 payment header — request rejected before data is returned
- Asset not found or not yet resolved — resolved field returns false
- Cloudflare Worker downtime — 5xx error with no payload
- Network timeout on Base payment confirmation — request hangs or times out

## How this service works

Keyless attested data for autonomous agents. USDC on Base via x402. Official @x402/* middleware.

## Output

A JSON object containing at minimum an asset_id field (e.g. 'LION') and a resolved boolean, plus any additional attested deep-research fields provided by the LION data service. The response is cryptographically attested and delivered after successful x402 USDC micropayment on Base.

## 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",
     "required": [
      "q"
     ],
     "properties": {
      "q": {
       "type": "string",
       "description": "Company name or domain to research e.g. stripe.com"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lion-x402-deep-research-json-a0c5dd3b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lion-x402-bible.lionmaster-operations.workers.dev](https://www.zero.xyz/host/lion-x402-bible.lionmaster-operations.workers.dev/llms.txt)
