Why Trade on Hyperliquid
Hyperliquid is a decentralised perpetual futures exchange built on its own high-performance Layer 1 blockchain. Its appeal for active traders comes down to a rare combination: the speed and order book experience of a centralised exchange, with the self-custody and transparency of a decentralised one.
This guide is about trading and automation on Hyperliquid: the order types, the fee and funding mechanics, the leverage and margin model, and how to connect an automated system safely. If you want the background on what Hyperliquid is and why it exists, the architecture, the move from centralised to decentralised venues, and the vault design, our Hyperliquid DEX explainer covers that ground. Here the focus is on how to actually trade the platform well.
A note before the mechanics: trading perpetual futures on Hyperliquid involves substantial risk, and leverage can lead to losing your entire collateral through liquidation. Nothing here is a promise of profit, and past performance does not guarantee future results.
What Makes Hyperliquid Different for Traders
Three characteristics shape the day-to-day trading experience on Hyperliquid.
An on-chain order book. Unlike automated-market-maker DEXes that price trades through liquidity pools, Hyperliquid runs a traditional central limit order book fully on-chain. That means you get the order types, price discovery, and depth behaviour that professional traders expect, rather than pool-based slippage curves.
Sub-second execution. The custom Layer 1 produces blocks in under a second, so order placement and fills happen almost instantly. For active trading, and especially for automation, this removes the latency penalty that made earlier DEXes impractical.
Self-custody by default. Your funds sit in your own vault. The exchange never takes control of them. This is the structural difference that matters most for anyone connecting automated tools, and we return to it below.
Order Types on Hyperliquid
Trading well starts with using the right order type for the situation. Hyperliquid supports the standard set that active traders rely on.
- Market orders execute immediately at the best available price. They guarantee a fill but not a price, so in thin or fast markets they can suffer slippage. Useful when getting in or out quickly matters more than the exact level.
- Limit orders execute only at your specified price or better. They give you price control and, when they add liquidity to the book, typically earn the lower maker fee. The trade-off is that they may not fill if the market moves away.
- Stop orders trigger a market or limit order once the price reaches a set level. These are the backbone of risk management, used to cap losses or protect gains without watching the screen.
- Reduce-only orders can only shrink or close an existing position, never open or flip one. They are a safeguard against accidentally increasing exposure when you meant to exit.
Understanding maker versus taker matters for cost. A maker order adds liquidity to the book and is charged a lower fee; a taker order removes liquidity and pays more. A strategy that leans on limit orders can meaningfully reduce fee drag over time.
Fees and Funding on Hyperliquid
Two costs shape net returns on any perpetuals venue: trading fees and funding. Both deserve attention because they compound quietly.
Trading fees on Hyperliquid follow the standard maker-taker structure, with makers charged less than takers and no separate deposit or withdrawal fees beyond blockchain gas. Because fees are charged on every fill, a high-turnover strategy pays far more in total fees than a selective one, even at competitive per-trade rates. Always confirm current fee levels on the official platform, as they change.
Funding rates keep the perpetual price aligned with the underlying spot price. Because perps never expire, funding is exchanged directly between longs and shorts at regular intervals. When the perp trades above spot, longs pay shorts; when below, shorts pay longs. On leveraged or longer-held positions, funding is a real cost or income that can swing a marginal strategy from profitable to unprofitable. Any serious trading approach on Hyperliquid must account for it.
The practical takeaway: model your costs honestly. A strategy that looks good on price movement alone can be a net loser once fees and funding are included. This is one reason careful backtesting matters before you commit capital.
Leverage, Margin, and Liquidation
Hyperliquid offers leverage on its perpetual contracts, up to high multiples on some pairs. Leverage lets you control a position larger than your collateral, which magnifies both gains and losses in equal measure.
Your collateral acts as margin backing the position. If the price moves against you far enough that your margin can no longer support the position, the exchange liquidates it automatically to prevent further loss. Liquidation happens at whatever price the market offers, often at the worst moment during a sharp move, so it is not a graceful exit.
The discipline this demands is straightforward but easy to abandon in the moment:
- Use far less leverage than the maximum on offer. High leverage is a way to lose faster, not a strategy.
- Place stop losses well above the liquidation price, so a planned small loss triggers before a forced total loss.
- Size positions by how much you are willing to lose if the stop is hit, not by how confident you feel.
For a deeper treatment of the instrument itself, see our guide to trading crypto perpetual futures with a bot.
The Vault System and Trade-Only API Keys
The single most important feature for anyone automating Hyperliquid is its vault and permission model.
When you open a Hyperliquid account, you deposit USDC into your own vault, a wallet-like structure that you control. To connect an external tool, you generate API keys, and those keys can be scoped. The critical option is trade-only permission: keys that let a system place and manage trades but that cannot withdraw or transfer your funds.
This is the foundation of safe non-custodial automation. When a bot connects with trade-only keys:
- Your funds stay in your vault at all times.
- The bot can open positions, set stops, and close trades.
- The bot cannot move, withdraw, or transfer your funds.
- You can revoke access instantly by deleting the keys.
The consequence is that even if the connected platform were compromised, an attacker could not steal your funds, because withdrawal permission was never granted. This is a materially different and safer arrangement than depositing funds onto a platform that controls them. Our safety page explains the model in more detail.
Automating Trading on Hyperliquid
Hyperliquid's speed, on-chain order book, and trade-only key model make it unusually well suited to automation. A bot can monitor markets and manage positions around the clock, enforce risk controls faster than a person can react, and do so without ever holding your funds.
TradingGenie is built specifically for Hyperliquid. It is an AI-powered automation platform that combines 11 built-in strategies through a machine learning ensemble, adds a Claude-based analysis layer for sentiment and market regime detection, and passes every signal through a 7-layer risk management system before any order reaches the exchange. Because it operates on Hyperliquid, it is non-custodial: your USDC stays in your vault, the platform connects with trade-only keys, and you can revoke access at any time.
Connecting works in a few steps, described in full on the how it works page:
- Create a Hyperliquid account and deposit USDC as collateral into your vault.
- Generate trade-only API keys in your Hyperliquid settings, never granting withdrawal rights.
- Connect the platform by entering those keys. TradingGenie encrypts them at rest.
- Let it trade within your vault, placing orders, managing positions, and enforcing risk controls, while your funds stay under your control.
- Revoke access anytime by deleting the keys.
An honest status note: TradingGenie is currently in a paper-trading validation phase. Its published figures come from simulated trading and backtests, not from a live profitable track record. The sensible way to evaluate it is free paper trading before any real capital is at stake. You can see the full capabilities on the features page or weigh it against alternatives with the compare tool.
A Safe Approach to Hyperliquid Trading
Whether you trade manually or automate, the same cautious sequence protects you:
- Learn the mechanics first. Order types, fees, funding, leverage, and liquidation should all be clear before you risk anything.
- Keep custody. Use your own vault and trade-only keys. Never grant withdrawal permission to any tool.
- Test before committing. Backtest a strategy against historical data, then paper trade on live data for weeks across different market conditions. Watch how it handles losing periods.
- Start small and low-leverage. When you go live, use a modest amount and conservative leverage, and scale up only as results justify it.
- Review regularly. Automation is not abandonment. Check performance and confirm the system behaves as expected.
Frequently Asked Questions
What are the fees for trading on Hyperliquid?
Hyperliquid uses a maker-taker fee structure, where orders that add liquidity to the book (makers) are charged less than orders that remove it (takers), and there are no separate deposit or withdrawal fees beyond blockchain gas. On top of trading fees, perpetual positions are subject to funding payments exchanged between longs and shorts. Fee levels change, so confirm the current rates on the official platform, and remember that high-turnover strategies pay far more in total fees than selective ones.
Can I automate trading on Hyperliquid safely?
Yes, if you use trade-only API keys. Hyperliquid lets you generate keys that allow a tool to place and manage trades but not withdraw or transfer your funds, which stay in your own vault. This non-custodial model means that even a compromised platform could not steal your funds. TradingGenie is one platform built specifically for this setup. Safe custody does not remove the market risk of trading itself, which remains substantial with leverage.
What is the maximum leverage on Hyperliquid?
Hyperliquid offers leverage up to high multiples on some pairs, though the exact maximum varies by market. More important than the maximum is how much you actually use: high leverage means a smaller adverse move can liquidate your position, so responsible traders and well-built bots typically use a small fraction of what is available. Conservative leverage combined with stop losses set above the liquidation price is what protects an account.
How do funding rates work on Hyperliquid?
Because perpetual contracts never expire, funding rates keep the perp price aligned with the underlying spot price through periodic payments between traders. When the perpetual trades above spot, longs pay shorts; when it trades below spot, shorts pay longs. On leveraged and longer-held positions, funding compounds into a real cost or income, so any strategy on Hyperliquid should account for it rather than treat it as a footnote.
Do my funds stay safe if a Hyperliquid trading bot is hacked?
If the bot connects with trade-only API keys, yes, your funds remain in your own vault and cannot be withdrawn by anyone holding those keys, including an attacker. This is the core benefit of Hyperliquid's non-custodial model. You should still revoke keys the moment you stop using a service, and never grant withdrawal permissions to any automation tool.
Trading cryptocurrency and perpetual futures on Hyperliquid involves substantial risk of loss. Leveraged trading can result in losing your entire collateral through liquidation. TradingGenie is in a paper-trading validation phase, and any figures come from simulated trading rather than a live track record. Past performance does not guarantee future results. This article is educational and not financial advice. Only trade with capital you can afford to lose.