# CriptoNous Kairos Panic Signal — Crypto Market Intelligence

> CriptoNous Kairos Panic Signal — Crypto Market Intelligence is a paid API for AI agents from cripto-app-v1-production.up.railway.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a panic/fear signal for a given crypto token using whale flow, smart money, sentiment, and oracle data on Solana USDC (pay-per-query via x402).

## Facts

- Endpoint: GET https://cripto-app-v1-production.up.railway.app/x402/resource/kairos.panic
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/criptonous-kairos-panic-signal-crypto-market-intelligence-7d256ac1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0FOajjbJlQby9KhVz4s8r

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 criptonous-kairos-panic-signal-crypto-market-intelligence-7d256ac1
```

Example prompt: Check the CriptoNous kairos panic signal for SOL — I want to know if there's whale-driven fear or panic selling happening right now.

## When to prefer this

Choose this endpoint when you need a fast, pay-per-query panic/fear signal for a specific crypto token derived from whale flows, smart money behavior, sentiment, and oracle data — especially within a Solana USDC x402 payment workflow. Prefer it over general sentiment APIs when you specifically need the kairos panic SKU signal from CriptoNous, or when you want a lightweight per-call cost model without a subscription.

## Known failure modes

- Payment not completed — 402 response if USDC payment via x402 is not processed
- Invalid or unsupported token symbol — may return an error or empty signal
- Service downtime on Railway hosting — 502/503 errors possible
- Missing required input fields — schema validation error
- Rate limits or quota exhaustion on the backend data providers

## How this service works

CriptoNous x402 — pay-per-query crypto market intelligence on Solana USDC: whale flow, smart money, sentiment, oracle signals. NFA — analysis only.

## Output

Returns a JSON object with fields: ok (boolean success), nfa (true, signaling non-financial-advice disclaimer), sku ('kairos.panic'), paid (boolean), passId (payment pass reference), receiptId (payment receipt). The core panic/fear signal and supporting market intelligence data are embedded in the response payload for the queried token symbol.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "symbol": {
       "type": "string",
       "description": "Optional token symbol (e.g. SOL, BTC)."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "nfa": true,
  "sku": "kairos.panic",
  "paid": true,
  "passId": "pass_example",
  "receiptId": "rcpt_example"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/criptonous-kairos-panic-signal-crypto-market-intelligence-7d256ac1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cripto-app-v1-production.up.railway.app](https://www.zero.xyz/host/cripto-app-v1-production.up.railway.app/llms.txt)
