Know the risk.
Before you
route the order.
HIP3Radar scores every builder-deployed perp DEX on Hyperliquid across oracle integrity, stake health, liquidity resilience, and governance. Read the scoreboard. Embed the badge. Build on the API.
Risk, graded. Every deployer, every market.
Independent, continuously-updated ratings across five risk dimensions. Sortable, filterable, and drilled-down per deployer. Updated every block.
| # | Deployer | Trust score | Oracle | Stake health | Liquidity | Governance | Uptime | 24h Δ trust | Flags |
|---|
trade[XYZ] · detail
Upgraded from A · 6 days ago
Stake: 500,000 HYPE (100%) · 0 slashing events
Oracle: Chainlink + Pyth (aggregated) · median dev 0.003%
Halt proximity: safe · 43% of validator threshold
Risk dimensions
Recent events
The HIP3Radar badge. Earn it. Embed it.
The fastest signal of trust in a permissionless market. Deployers pull their current rating into their frontend with one script tag — live, tamper-resistant, linked back to the public scoreboard.
One script tag. Live, always.
The badge renders the deployer's current grade, re-fetched every minute from the Radar scoring oracle. Signed, cached at the edge, falls back to a static snapshot if the network is slow. Clicks deep-link to the deployer's public scorecard.
<script src="https://badge.hip3radar.xyz/v1.js"></script> <hip3radar-badge deployer="trade-xyz" variant="full" theme="dark" />
The rubric. Public, versioned, defensible.
Five dimensions. Twenty-one inputs. Composited into a single 0–100 score that maps to a letter grade. Every parameter is published, every change is logged, every rating is reproducible from on-chain data.
Oracle integrity
Source diversity, median deviation from reference, halt proximity, update latency. Penalizes single-oracle dependencies and sustained deviation above 50bps.
Stake health
Absolute HYPE staked, ratio to notional open interest, slashing history, top-up cadence. Deployers running hot on leverage ratios get marked down fast.
Liquidity depth
Top-of-book depth, 1% book depth, sustained 24h spreads, maker uptime. Measures whether a trader can actually exit at the quoted price.
Governance
Multisig quorum, timelock length, parameter-change history, upgrade transparency. Rewards deployers with visible, slow-moving change processes.
Uptime & ops
30-day market uptime, incident response time, published post-mortems, on-call SLA. The boring dimension that separates pros from weekend projects.
The methodology, tested in the wild.
Every documented HL manipulation event, replayed minute-by-minute with the score curve overlaid. Proof the rubric catches what the rubric is designed to catch.
JELLY. Replayed. The proof.
On March 26, 2025, an attacker pushed ~$12M of unrealized losses onto Hyperliquid's HLP vault via a coordinated oracle manipulation. Every signal that preceded it was public data. Nobody was watching.
The score curve crossed warning at T-3h and critical at T-2h before the validator emergency-delist. Same rubric. Same data. Just nobody aggregating it.
Future incidents are auto-captured from live HIP3Radar telemetry. Each gets a permanent replay page indexed for journalists, researchers, and posterity.
→ Open the JELLY replayThe data behind the score. Fully public.
Every input to the rubric is queryable and historied. Aggregate volume, oracle deviation, stake movements, halt events — normalized across 19 deployers.
HIP-3 aggregate volume — share of Hyperliquid
The score, pushed to your phone.
Watching the scoreboard 24/7 isn't realistic. The bot is. Subscribe once on Telegram, set your threshold, get DM'd the second any HL or HIP-3 market crosses it. Free during public beta.
One bot. Every market.
The same scoring engine that powers the public scoreboard, wired into a Telegram bot. Multi-user, custom thresholds, dex-level filtering, 6-hour cooldown per market so you're never spammed.
- 01 / setupFive seconds. Slash command or inline button. No signup, no email, no payment.
- 02 / filterBy dex (alert only on Ventuals, only on native HL, etc.) or all markets at once.
- 03 / thresholdCustom. 40 for early warning, 60 for critical, anything 1–100.
- 04 / dedup6h cooldown per market. Markets that wobble around your threshold don't flood your inbox.
- 05 / stackMultiple subscriptions per user. Run a tight one for warning + a wide one for critical.
Paid tiers later get higher rate limits + Discord/Slack/webhook delivery.
The trust API. Build on the score.
Ratings, dimensions, history, and event streams — as a typed, rate-limited, colocated HTTP + WebSocket API. Free for the first 1M requests/month.
One API. Every signal.
Subscribe to trust-score changes across every deployer. Fire an alert when a market's oracle deviation breaks threshold. Gate your frontend's "Trade" button on a live trust score. The trust layer, programmable.
import { HIP3Radar } from "@hip3radar/sdk"; const r = new HIP3Radar({ key: process.env.H3R_KEY }); // watch every deployer's grade in real time r.ratings.stream({ deployers: "*", dimensions: ["oracle", "stake", "liquidity"], }).on("change", (e) => { if (e.grade < "B") disableTrading(e.deployer); notify(`${e.deployer} → ${e.grade}`); }); // or just fetch the current scorecard const card = await r.deployers.get("trade-xyz"); console.log(card.grade, card.dimensions.oracle); // → "AA" 96
Free for everyone. Paid for the people who depend on it.
The public scoreboard, the JELLY archive, the JSON API, and the Telegram alert bot stay free forever. Paid tiers add webhook delivery, multi-user seats, custom signals, and dedicated infrastructure for desks and HIP-3 deployers who need an SLA.
- Live scoreboard, all 325+ markets
- JELLY incident replay + archive
- Free JSON API (CORS, no key)
- Telegram alert bot, custom thresholds
- 6h dedup per market
- Unlimited webhook alerts
- Telegram + Discord + Slack delivery
- Per-market custom thresholds
- Priority latency on alerts
- Full historical API access (90d)
- Email support
- Everything in Pro
- Multi-user (up to 10 seats)
- 99.9% uptime SLA
- Custom signals & alert logic
- Private / permissioned markets
- Full historical API (unlimited)
- Priority email support
- HIP3Radar badge embed rights
- White-label per-market scorecards
- Custom oracle source integration
- Pre-flight risk review on new markets
- Dedicated incident response channel
- Monthly methodology consultation
- On-prem / self-hosted option
See the whole risk surface.
Before you route the order.
Open scoreboard. Embeddable badge. Public API. The trust layer for HIP-3.