> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getelyra.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# SCAN

> Elyra's surveillance layer — continuous monitoring of price action, on-chain flows, derivatives data, and social sentiment across every supported asset.

SCAN is Elyra's market intelligence layer. It runs continuous surveillance across price action, on-chain flows, social sentiment, and derivatives data so you never have to manually stitch together information from multiple sources. Instead of switching between a block explorer, a charting terminal, and a sentiment feed, you ask Elyra a question and receive a single synthesized answer.

## What SCAN monitors

<CardGroup cols={2}>
  <Card title="Price and market data" icon="chart-line">
    Real-time price, 24-hour change, market cap, and volume for BTC, ETH, SOL, and any token you query. Rankings pulled live from CoinGecko and CoinMarketCap.
  </Card>

  <Card title="Technical indicators" icon="calculator">
    200+ indicators computed on live price data: RSI, EMA, MACD, Bollinger Bands, moving averages, and liquidation heatmaps derived from open interest.
  </Card>

  <Card title="On-chain flows" icon="link">
    Smart-money transfers and whale movements via Helius on Solana. DEX prints and pump.fun signals are ingested continuously and flagged when thresholds are crossed.
  </Card>

  <Card title="Derivatives signals" icon="trending-up">
    Funding rates and open interest on perpetuals markets. Abnormal funding divergence surfaces as a direct signal rather than a raw number to interpret.
  </Card>

  <Card title="Sentiment indices" icon="activity">
    Fear & Greed index and Altseason index from Alternative.me, CT pulse (social sentiment velocity), and Allora AI consensus — combined into a single directional read.
  </Card>

  <Card title="Contract safety" icon="shield">
    Rugcheck audit results covering mint authority status, LP lock verification, and top-holder concentration — surfaced inline with every token research query.
  </Card>
</CardGroup>

## Natural language queries

You interact with SCAN through plain language. There is no query syntax to learn.

```text theme={null}
"Full research on JUP"
→ Jupiter (JUP) — $1.24 · +8.3% (24h) · Mkt Cap $1.67B (#42)
   Volume $285M · Safety 92/100 · Top-10 holders: 18% of supply
   No mint authority detected · LP locked
   Conviction: Structurally clean. Low counterparty risk.
```

```text theme={null}
"What's the fear and greed index?"
→ Fear & Greed: 62 (Greed) · Altseason index: 48
   CT pulse: mildly bullish — institutional narrative dominant

"Show whale activity for this wallet: [address]"
→ 3 large inflows detected in last 6h (threshold: 100 SOL)
   Net whale flow: +420 SOL inbound

"What's funding on SOL perps?"
→ SOLUSDT funding: +0.018% (8h) · OI: $1.2B · trending neutral
```

## Chart interpretation

SCAN accepts image inputs. Send any screenshot from TradingView, Binance, or any CEX and you receive a structured analysis in return — no manual indicator reading required.

<Steps>
  <Step title="Attach a chart screenshot">
    Paste or upload any candlestick chart image into the Elyra interface.
  </Step>

  <Step title="Receive pattern classification">
    SCAN identifies the forming pattern (bull flag, head and shoulders, wedge, etc.) and names the relevant indicator readings.
  </Step>

  <Step title="Get key levels and a directional thesis">
    You receive defined support and resistance levels, a directional thesis, and the exact condition that invalidates it.
  </Step>
</Steps>

```text theme={null}
[SOL/USDT 4H screenshot attached]
→ Bull flag forming in the $67,500–$69,200 range post-breakout.
   RSI 58 — neutral with upside room. MACD bullish cross 8h ago.
   Support: $66,500 / $64,000. Resistance: $69,200 / $71,500.
   Thesis: Continuation. Invalidated below $66,500.
```

## Data sources

SCAN aggregates from multiple independent sources and resolves conflicts before returning a result. You receive a synthesized answer, not a raw feed.

| Source         | Data provided                                                 |
| -------------- | ------------------------------------------------------------- |
| Birdeye        | Solana token prices, DEX volume, liquidity depth              |
| CoinGecko      | Market cap, global rankings, historical data                  |
| CoinMarketCap  | Price, 24h change, dominance metrics                          |
| Rugcheck       | Contract audit: mint authority, LP lock, holder concentration |
| Alternative.me | Fear & Greed index, Altseason index                           |
| Helius         | Solana on-chain transfers, whale activity                     |

<Note>
  SCAN computes RSI and EMA directly from live OHLC candlestick data pulled from Binance. Results reflect the current candle close, not a cached or delayed feed.
</Note>

<Tip>
  For token research queries, SCAN cross-references contract safety data automatically. You do not need to ask separately — every token lookup includes a safety score and holder distribution by default.
</Tip>
