public release notes
What changed. What's next.
Public log of every meaningful release. Build-in-public, in chronological order, newest first.
v0.6 — Trust-score reframe
2026-04-19 major- Single mental model: higher = safer.Every user-facing surface now leads with
trust_score(0–100, higher is safer) instead of the inverted risk score. Letter grades unchanged: AA → F. - Sortable scoreboard.Every column on the live scoreboard is now click-to-sort (asc/desc) except Market and Dex. Default load: lowest-trust first (riskiest at top).
- API:
trust_scoresibling field.All market endpoints now return bothtrust_scoreandrisk_score.risk_scoreis preserved for backwards compat — marked deprecated, scheduled for removal in v1.0. - Telegram bot migrated.Alert messages,
/threshold,/help, and onboarding flow all converted to trust units. Existing subscriber thresholds auto-migrated (trust = 100 − risk) so alerts fire at the same trigger moments as before. - Per-market and per-deployer pages.Headline metric, badge label, chart axis and legend all use trust framing. Composite chart now shows trust trending up as a "good" signal.
- JELLY incident chart inverted.Plotted as a trust-collapse trough instead of a risk spike. Same data, framing matches the rest of the site.
- Header cleanup.Removed redundant "API docs" CTA from the hero — moved into footer +
/api-keypage only. - Mobile fix: HIP-3 chip on one line.Hero badge no longer wraps "HIP-3" to two lines on small viewports.
v0.5 — SEO & live data
2026-04-18 major- Live markets data everywhere.Ticker tape, radar blips, and aggregate volume chart now stream from
/hip3radar/api/allon a 60-second loop. No more placeholder values. - Per-market SEO landing pages.All 325 markets at
/market/<dex>/<coin>now ship JSON-LD Dataset + BreadcrumbList schema, related-market grids, and keyword-rich meta descriptions. - IndexNow integration.Push the full sitemap to Bing, Yandex, and ChatGPT in one POST. Google + Bing sitemap pings on the same endpoint.
- Umami event tracking.Telegram clicks, scoreboard filters, market navigations, scroll depth, and pricing-CTA clicks — all tagged.
- Shared animated favicon.Single
/favicon.jsrenders a 32-frame radar sweep on every page (Chrome dropped GIF favicon animation in 2017). - Tighter navigation.Header trimmed to five primary anchors. Secondary pages reachable from footer or scoreboard.
v0.4 — Trust infrastructure
2026-04-17 major- New design system.Bloomberg-terminal aesthetic — Geist Mono throughout, green accent
#7ef3a0replaces the original pink. - Per-deployer scorecards.Aggregate grade, market table, embed snippet, and "Get Verified" CTA at
/deployer/<slug>. - Per-market detail pages.Full scorecard, 24h history chart, and signal breakdown at
/market/<dex>/<coin>. - Embeddable badge widget.Drop
<hip3radar-badge>on any market page — script self-mounts via/badge.js. - Letter grades.AA / A / B+ / B / C / D / F derived from the composite trust score, applied to every market.
- Verified Deployer tier.Replaces the generic Enterprise plan — badge-embed rights, custom oracle integration, dedicated incident response. Floor $2,500/mo.
- Status page.Live health for polling, alert bot, API, tunnel, and email at
/status. - OpenAPI 3.1 spec.Machine-readable contract at
/openapi.json. Interactive docs at/docs. - Search and dex filter.Live scoreboard now supports text search and 7-category filtering.
- Pricing rebalanced.Pro $29 → $49 · Team $199 → $499 · Enterprise → Verified Deployer $2,500+.
- Sticky bottom Telegram CTA removed.Moved into the hero so it never blocks the scoreboard.
v0.3 — Telegram alerts
2026-04-17 minor- Alert bot live.
@hip3radar_alerts_bot— multi-user, custom thresholds, dex-level filtering, 6-hour dedup per market. - Seven slash commands.
/start·/subscribe·/list·/unsubscribe·/threshold·/dex·/help. - One-tap onboarding.Inline buttons preset Warning (40+) and Critical (60+) thresholds.
- Free during public beta.Chat IDs stored in SQLite, deduped on insert. No signup, no email.
- Mobile-first polish.480px + 360px breakpoints, 44px minimum tap targets, no layout shift.
v0.2 — Distribution and SEO
2026-04-16 minor- Custom domain live.
hip3radar.xyzserved via named Cloudflare Tunnel with automatic TLS. - Authenticated email.SPF + DKIM + DMARC alignment via Resend and Cloudflare Email Routing.
- Dual-mode confirmations.Instant plain-text "you're on the list" plus a scheduled rich-HTML follow-up.
- LLM-agent discovery.
llms.txt+llms-full.txtexposed at the root. - Dynamic sitemap.330+ URLs including every market and incident, regenerated on every request.
- JSON-LD structured data.Organization, SoftwareApplication, FAQPage — for rich search results.
- Crawler allow-list.Explicit allow for GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, and others.
- Universal link previews.OG cards render across iMessage, Telegram, Slack, Discord, and Twitter.
v0.1 — Public launch
2026-04-15 minor- Risk surveillance engine.Every Hyperliquid native + HIP-3 perpetual market, monitored continuously.
- 325+ markets across 9 dexes.Polled every 60 seconds.
- 5-signal composite scoring.Oracle drift vs CEX consensus · mark-oracle spread · OI velocity (1h + 24h) · OI/volume ratio · funding extremity.
- Public CORS API.
/hip3radar/api/statefor top-25 risk ·/hip3radar/api/allfor the full snapshot. - JELLY incident replay.Minute-by-minute Chart.js visualization at
/incidents. - Waitlist pipeline.Supabase + EmailJS, with a per-tier modal on the pricing section.
- Brand kit.Twitter banner, OG image, profile picture — all generated from a shared green palette.
- 24/7 watchdog.Auto-restart across polling service, public Flask app, Telegram bot, and named Cloudflare tunnel.