A phone-native API interface for trading on Hyperliquid. Quick-tap execution, stop losses on SPOT, a systematic trade engine on PERPS, and TradingView webhook automation.
Not a terminal. Not a social platform. Not another trading universe. Just a direct API line between your fingertips and Hyperliquid execution. Clean. Fast. From your phone. Use it everywhere.
sys - systematic execution
dgn - degen trader
ctl - control interface
Your params light up with your plan:
hypr(sys, dgn, ctl) Free
hypr(sys, dgn, ctl) Perpetual
hypr(sys, dgn, ctl) Spot / Lifetime
Flask server on a dedicated droplet behind Nginx. SQLite database. Hyperliquid Python SDK. Your funds never leave Hyperliquid.
Your API key is encrypted at rest on the server. Decrypted in memory only at execution time, then discarded. Keys are trade-only, no withdrawal permission. hypr() can trade but cannot move funds off the exchange. See security.
Replace the Hyperliquid frontend. Enter size, SL%, TP%, and leverage, select an asset, tap to trade. Fixed trade size for consistent PnL tracking and disciplined allocation. All direct API calls; no webhook, no TradingView, no paid plan required.
Market, limit mid, and limit orders. Auto SL/TP placed on every fill. Confirmation popup on every action. Precision price entry for custom limits, stops, and order modifications. Edit orders in place without canceling. Smart modals with context-aware options per action. Flip button to reverse any open position in one tap; lists all positions, select one, confirm the flip.
Trade all 100+ perpetuals and XYZ/HIP-3 RWA assets (GOLD, SILVER, TSLA, NVDA, and more). LONG, SHORT, FLIP, or CLOSE per asset. Leverage control (1-50x, isolated margin). Auto SL/TP on every fill. Pyramid orders; multiple LONGs on the same asset add to your position. FLIP reverses your direction in one tap; closes current, opens opposite at your configured size and SL/TP.
50% partial close (reduce_only, preserves your existing SL/TP orders). Close All to exit every position at market. Algo pause/resume to toggle webhook strategy execution server-side.
You define the entry. Our systematic trade engine auto-sizes the position based on a risk profile of your choosing. The trade is then managed for maximum profitability and minimal loss across three phases: Defined Risk → Break Even → ATR Trailing.
rsk - A hard stop at risk % from entry. be - Stops move to break even. atr - ATR trailing engages and ratchets up @2x risk %.
A redundant Hyperliquid SL at 3x the stop distance is always placed as failsafe. Full Breakdown →
Trade all available spot assets. Live balances. Buy by dollar amount. 25% / 50% / 100% quick-sell buttons. No TradingView required.
Hyperliquid has no native stop loss on spot positions. Our stop loss solution runs a server-side stop engine: a persistent WebSocket connection monitors live prices on every spot position. When your SL or TP price is hit, the server cancels open orders and sells your position automatically. Retries up to 5 times. Verifies the fill.
Set SL and TP directly from the dashboard, edit/adjust on the fly. No webhooks, all in-app. Works 24/7.
WebSocket health is monitored continuously: live (green), sync (orange, API fallback, stops still running), offline (red). Visible indicator on the dashboard.
Sparkline mini-charts (top 5 perps and top 5 XYZ assets by volume) on the dashboard with price and % change. Tap any card for a fullscreen candlestick and volume chart (5m, 15m, 1h, 4h, 8h, 1D). Tap any open position ticker for its chart instantly. Live candle data from Hyperliquid.
Balance and PnL chart (24H / 7D / 30D / ALL periods) with volume, high, and low stats. Webhook bell for automated event history (TradingView webhooks + spot stop triggers) with green dot for unseen events. Complete trade tape at the bottom; every action, success and failure, with timestamps.
Fully automated algo trading via webhooks. Every entry, exit, pyramid, and position flip executes on Hyperliquid the moment your TradingView strategy fires the signal. We use TradingView for this, but any system that sends webhooks with a JSON payload will work.
Requires a TradingView Pro plan or higher (webhooks need a paid TV account). This is separate from quick-tap trading and hypr(SL) Stops, which work without TradingView.
Each account gets a unique webhook URL. Point a TradingView alert at it with a JSON payload:
market: PERPS or SPOTposition: LONG, SHORT, or FLAT (close)sl_pct / tp_pct: auto stop loss and take profit on fill. Set false to disable, omit for defaults.pct: partial close (25, 50, 100)size: dollar amount for spot buysStrategy settings (size, SL%, TP%, leverage) are configured in the app. Changes take effect immediately for incoming signals; no need to edit alerts.
Copy-paste templates for every action at Alerts & Webhooks.
Auto SL/TP On Every Fill: every manual trade auto-places stop loss and take profit.
Fill Verification: each order verified. No silent failures.
Fixed Trade Size: Consistent PnL tracking, disciplined allocation.
Pyramid Orders: Add to positions.
Quick Tap Position Close: 50% or ALL on SPOT or PERPS.
LM / MO: LM places a limit order at mid price with skew to ensure fill. MO is a market order.
On the Fly Override: Update values without pressing SET.
Position Charts: tap ticker for chart and streaming prices.
Chart Cards: sparkline mini-charts, tap for fullscreen.
Passkey Auth: Face ID, Touch ID. No passwords.
Setup walkthrough at guide.
I built hypr() for myself because I couldn't place stop losses on SPOT positions in Hyperliquid and got carried away...I was tired of Binance and Alertatron for my TradingView strategies and had months of travel coming up. So I built something to be quick and easy for my trading, monitoring my strategies and can be used everywhere.