A phone-native execution layer for Hyperliquid. Quick-tap trading, stop losses on SPOT, a systematic trade engine on PERPS, and TradingView webhook automation.
Quick-Tap Trading
3 taps to execute. 4 taps with trades automated. Direct API to your Hyperliquid API wallet. No browser, no TradingView, no withdrawal permissions.
Trade Automation on PERPS
You define the entry. Our systematic trade engine auto-sizes the position based on your preferred risk profile. The trade is then managed for max profitability and minimal loss across three phases.
Stop Losses on SPOT
Nobody can place stop loss orders on spot positions in Hyperliquid, but now you can protect your bags. WebSocket, 24/7, verified closes.
Spot vs Perps: The dashboard has two swipeable panels. Spot can only be long. Perps supports LONG, SHORT, FLIP, and CLOSE.
| Trade (LONG / SHORT / FLIP) | 3 taps | Asset → Direction → Confirm |
| Trade + hypr(rsk, be, atr) exits | 4 taps | Asset → Direction → Activate → Execute |
| SPOT buy + hypr(SL) | 4 taps | Asset → BUY → Activate → Select SL |
Quick-Tap Trading: Consistent trading made easy. Enter size, SL%, TP%, and leverage, press SET and every trade uses the same settings.
⚠ Settings are shared. Quick-tap and webhook trades use the same saved values. A change for one is a change for both.
On the Fly Override: Change values without tapping SET for one-off discretionary trades. Saved settings stay untouched.
A Systematic Trade Engine
Position is auto-sized and the trade is managed for maximum profitability and minimal loss across three phases: Defined Risk → Break Even → ATR Trailing.
When activated on a Long, Flip, or Short trade, the modal offers a quick-tap Limit Mid execution or a Limit Order option. Trade size and risk numbers update in real time when selecting a different risk profile. You decide your entry level; the trade is auto-sized and managed per your desired risk profile, timeframe, and ATR trail width. All in just 4 taps.
Stop Losses on SPOT
Nobody can place stop loss orders on spot positions in Hyperliquid, but now you can protect your bags.
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.
Balance and PnL chart (24H / 7D / 30D / ALL) with volume, high, and low stats. Webhook bell for automated event history. Complete trade tape at the bottom of the page.
Activity: every trade logged (success + fail) so the trade tape is complete.
Alerts: failures only, scan what went wrong.
Webhook Logs (bell): automated events only (TradingView + spot stop triggers).
Fully automated algo trading via webhooks. Every entry, exit, pyramid, and position flip executes on Hyperliquid the moment your TradingView strategy fires the signal.
Setting up the webhook engine is easy: enter size, SL, TP, and leverage, press SET to save. Saved values are used when receiving alerts via a TradingView strategy. Changes take effect immediately; no need to edit alerts when you want to adjust risk.
We use TradingView for this, but any system that sends webhooks with a JSON payload will work. Once you create an account you can access the Alerts & Webhooks page for our simple snippets.
All strategies are free and open-source on TradingView. No subscription required to use or modify them.
S1.1 FREE EMA crossover strategy. The baseline; copy the trade engine into a strategy you already like, wire your own signals, or use the built-in crossover. Configurable failsafe stop.
S2.1 FREE Everything in S1.1 plus Turtle breakout as a second signal system, ATR trailing exits, pyramid entries, and failsafe stop. Bot Mode for lightweight live execution.
S3.1 FREE The complete system. Everything in S1.1 and S2.1 plus SFP detection across multiple lookback periods, smart stops using swing structure invalidation, signal nullification to filter false entries, and triple stop protection: strategy, SmartStop, failsafe.
S1.1 is perfect for getting started. S2.1 and S3.1 provide building blocks: a structured trade engine, risk management framework, and signal architecture. Use the built-in strategies as-is, customize the signal logic to your own edge, or use the trade engine as a foundation for entirely new strategies.
All strategies have a Historical/Bot mode. Historical: full backtest across all bars. Bot Mode: only calculates last 300 bars (lighter, faster for live trading).
Visit us on TradingView to access our open-source strategies and indicators.
8 free indicators on TradingView for volatility, momentum, volume, and trend analysis. Several include built-in alerts that can be wired directly to hypr() webhooks for automated execution.
Example: The Rolling VWAPs Proximity & Alerts indicator fires when price crosses a VWAP level. Set the alert, paste your webhook URL and snippet, and hypr() opens or closes the position automatically.
Any TradingView indicator with alert conditions can trigger hypr() webhooks. Use our indicators or your own.
Already have a strategy running on TradingView? You're two minutes away.
That's it. The snippet uses TradingView's built-in placeholders ({strategy.order.action}, {ticker}) so it works with any Pine Script strategy automatically. No custom syntax. No middleware. Just paste and go.
Every trade automatically places a stop loss at your configured percentage. Pyramids add your configured size to existing positions. Enter your desired position size, SL%, TP%, and leverage in hypr(), press SET.
All our strategies close positions based on the stop configured in TradingView. hypr(SL) adds an additional stop loss order on Hyperliquid (set via the app's SL% field) to protect capital if the TradingView connection drops.
S2.1 adds ATR trailing exits as a second layer. S3.1 adds SmartStop (swing structure invalidation that exits trades before the failsafe fires). S3.1 has three independent layers: strategy logic, SmartStop, failsafe.
Draw a line on your chart. When price crosses it, hypr() executes: open a long, open a short, or close a position.
Use any TradingView drawing: trendlines, horizontal lines, rays, channels. Each line gets its own webhook with the action you want.
BTC, SOL, GOLD).One line. One snippet. Done.
Tiered Stops: Draw multiple lines at different levels with partial close snippets. Scale out as levels break.
Entries at Key Levels: Draw support/resistance lines with long/short snippets. Price touches your level, position opens.
Once Per Bar Close: Prevents wicks from triggering false executions.
One Alert Per Line. Delete the alert if you remove the line.
| Market | Assets |
|---|---|
| PERPS | BTC, ETH, SOL, HYPE, DOGE, and 100+ perpetuals |
| SPOT | BTC, ETH, SOL, HYPE, XAUT, WLD, ENA, MOG, ZEC + PURR, FARTCOIN, XPL, PUMP, MON, BONK, and more |
| XYZ | GOLD, SILVER, TSLA, NVDA, AAPL, META, and more |
Use common ticker names in your snippets; hypr() handles the mapping automatically.
| Feature | Best For | Needs TV? |
|---|---|---|
| Quick Tap Trading | Execution from phone | No |
| hypr(SL) Stops | SL/TP on spot positions | No |
| hypr(rsk, be, atr) | Systematic trade engine | No |
| Strategy Alerts | Full automation | Yes (Pro+) |
| Trendline Alerts | Chart-based exits + entries | Yes (free) |
TradingView Pro or higher is required only for webhook automation (strategy alerts, trendline alerts). Quick-tap trading, hypr(SL) Stops, and hypr(rsk, be, atr) work without TradingView.