# Hyperliquid overview

> Stream live over WebSocket, query indexed history, or run a dedicated node on Hyperliquid (HyperBFT).

Hyperliquid runs on **HyperBFT** — it is **not Solana-derived and not EVM**. Its native interface is **WebSocket pub/sub**; there is no chain-native gRPC. You consume Hyperliquid data over a WebSocket subscription, not by polling a JSON-RPC or gRPC endpoint.

Supanode gives you three ways in:

- **WebSocket Streaming** — live orderbook, trades, and account events over the native WebSocket pub/sub interface. One flat monthly tier.
- **Indexer** — Hyperliquid history (markets, fills/trades, positions) parsed into a SQL-queryable warehouse for analytics, PnL, and backtesting.
- **Dedicated** — a private node with its own WebSocket endpoint, custom region, and custom hardware, quoted per workload.

<Note>
Billing is crypto-only (USDC · SOL · ETH · USDT), monthly prepaid, with no per-message fees on streaming. Provisioning is handled via Telegram.
</Note>

## Where to next

<CardGroup cols={2}>
  <Card title="WebSocket Streaming" href="https://supanode.xyz/docs/hyperliquid/websocket">
    Live orderbook, trades, and account events. $169 / mo.
  </Card>
  <Card title="Indexer" href="https://supanode.xyz/docs/hyperliquid/indexer">
    SQL-queryable Hyperliquid history. $300 / mo.
  </Card>
  <Card title="Dedicated" href="https://supanode.xyz/docs/hyperliquid/dedicated">
    Private node, custom region and hardware. Custom quote.
  </Card>
  <Card title="Pricing" href="https://supanode.xyz/docs/hyperliquid/pricing">
    All three products, billing, and the free trial.
  </Card>
</CardGroup>
