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

# Live Analytics App

> hyperliquid.goldrush.dev - a live Hyperliquid analytics app built on the GoldRush API. HIP-3 Market Screener, Liquidation Cascade Map, Market Health Score, and macro feeds.

We built a live Hyperliquid analytics app on top of the same APIs documented here, both as a reference implementation and a tool you can use directly.

<Card title="hyperliquid.goldrush.dev →" icon="arrow-up-right-from-square" href="https://hyperliquid.goldrush.dev">
  Open the live app.
</Card>

## What's inside

### HIP-3 Market Screener

Real-time screener for every builder-deployed perp market. For each market:

* **Tick-level trades** as they happen.
* **Order flow** - net buying vs selling pressure.
* **Maker/taker classification** for every fill.
* **Position reconstruction** - top wallets and their notional exposure per market.

Powered by [`walletTxs`](/api-reference/streaming-api/subscriptions/wallet-activity-stream) + [HIP-3 and HIP-4 OHLCV streams](/goldrush-hyperliquid/streaming/hip3-markets).

### Liquidation Cascade Map

Live liquidation feed with cascade reconstruction:

* **Cascade chains** - tracks when one liquidation triggers further liquidations.
* **Per-market vulnerability scoring** - current risk level for each market.
* **Forward-looking liquidation level estimation** - projected price levels where significant liquidations would occur, derived from real positions.

Powered by [`HypercoreFillTransaction.liquidation`](/api-reference/streaming-api/types/hypercore-fill-transaction) + per-wallet [`clearinghouseState`](/api-reference/hyperliquid-info/clearinghouse-state) aggregation.

### Market Health Score

Composite **A+ to D** grade per market across six axes:

* **Liquidity** - depth, spread, recent fills.
* **Oracle** - mark vs oracle price drift, premium stability.
* **Activity** - fills per minute, unique traders.
* **Risk** - open interest, leverage distribution, current liquidation pressure.
* **Order Flow** - net direction, maker/taker balance.
* **Builder Economics** - for HIP-3 and HIP-4, builder fee revenue and trader economics.

Useful for: ranking markets, vetting new HIP-3 and HIP-4 launches, surfacing healthy markets to users.

### Macro feeds

Live TV feeds (Bloomberg, CNBC, CNN, Al Jazeera) embedded alongside market views - useful when trading commodity and equity HIP-3 and HIP-4 markets that move on macro news.

## Build similar features yourself

Everything in the app is built on the public GoldRush API. The capabilities map directly to docs:

| App feature                | Underlying API                                                               |
| -------------------------- | ---------------------------------------------------------------------------- |
| HIP-3 screener trades      | [Wallet firehose](/goldrush-hyperliquid/streaming/wallet-firehose)           |
| HIP-3 candles              | [HIP-3 markets](/goldrush-hyperliquid/streaming/hip3-markets)                |
| Liquidation cascade        | [Liquidations & vaults](/goldrush-hyperliquid/streaming/liquidations-vaults) |
| Account snapshots          | [`clearinghouseState`](/api-reference/hyperliquid-info/clearinghouse-state)  |
| Market snapshot            | [`metaAndAssetCtxs`](/api-reference/hyperliquid-info/meta-and-asset-ctxs)    |
| Warehouse-backed analytics | [Pipeline API](/goldrush-pipeline-api/normalizers/hypercore)                 |
