Beta · non-custodial · trade money you can afford to lose

Guide · 2026

Hyperliquid AI Trading Bot — a trader's guide

A Hyperliquid trading bot is software that places perpetual futures trades on Hyperliquid on your behalf — usually following a strategy you set, on a schedule you don't have to watch. The newer generation are AI-driven: a language model evaluates structured market data and reasons through each setup before deciding to trade. This guide explains how those AI trading bots work, what separates a real one from a marketing wrapper, and what to look for before deploying capital.

What is a Hyperliquid AI trading bot?

Hyperliquid is an on-chain perpetual futures exchange — a non-custodial DEX where you trade derivatives without giving up control of your USDC. A trading bot for Hyperliquid is software that connects to your Hyperliquid account and places trades automatically, typically by signing orders with a delegated agent wallet (Hyperliquid's protocol-level mechanism for permitting third-party software to trade without ever being able to withdraw your funds).

Bots vary widely in what they actually do with that permission. Three broad categories exist today:

  • Rule-based bots. If price crosses X, buy; if RSI hits Y, sell. Predictable, transparent, but rigid — they can't adapt to regime changes without manual config.
  • Copy-trading bots. Mirror a designated wallet's trades. Cheap to build, but you inherit the leader's bad days too — and most "alpha" wallets are unprofitable over a full cycle.
  • AI-driven bots. Use a large language model to evaluate setups against a strategy. Quality varies enormously here — some are sophisticated quant pipelines, others are ChatGPT wrappers asking "will ETH go up?"

What separates a real Hyperliquid AI bot from a wrapper

The bar to call yourself an "AI trading bot" in 2026 is low. The bar to actually trade competently is higher. Here's what to look for before depositing.

1. Real market data, not scraped prices

A serious bot connects to Hyperliquid's WebSocket feed for live candles, order-book depth, and liquidations — not third-party price oracles. That's how it sees what real traders see. If a bot only reads "the price of ETH" as a single number, it's working with a postage stamp's worth of information.

2. A real quant pipeline, not a chatbot prompt

An indicator stack (RSI, MACD, Bollinger Bands, ATR, volume profile, support/resistance) computed in real time gives the bot something concrete to evaluate. The good ones compile this in Rust or similar — fast enough to refresh every minute or sooner. The bad ones ask an LLM "is ETH bullish?" and treat the answer as truth.

3. Atomic risk management

Every entry should arrive with stop-loss and take-profit orders attached in the same signed transaction. Hyperliquid supports this via the normalTpsl grouping. Bots that submit the entry first and then "go back to add the stop" leave a window where your position is naked — and that's where forced liquidations happen.

4. Non-custodial by default

Your USDC should never leave your Hyperliquid account. The bot signs trades through an agent wallet that cannot withdraw or transfer funds — that's enforced at the protocol level. Bots that ask you to deposit USDC into their wallet first are a bad idea, regardless of how good the trading model is.

5. Reasoning you can audit

A bot you can't second-guess is a bot you have to trust blindly. Look for one that logs why it took each trade — entry thesis, stop placement reasoning, target structure. When the inevitable losing streak comes, that audit trail tells you whether the strategy is broken or just unlucky.

6. Real ongoing cost transparency

Hyperliquid's standard maker/taker fees apply on every trade — that's roughly 0.025-0.045% per side. A bot adds its own cost on top, usually one of two ways: a flat subscription, or a small builder fee per trade (typically 0.01% to 0.05%). Be especially wary of bots that take a "performance fee" on profits — those incentivize overtrading.

Quick rule: if a Hyperliquid bot can't tell you in plain English where the stop-loss goes, why it sized the position the way it did, and what it would do if the trade went wrong — it's not ready for your money. Discipline is more valuable than alpha. Bots that trade without discipline are worse than not trading at all.

How HyperPerps AI fits

HyperPerps AI is built around the six checkpoints above. The quant engine is compiled Rust running across three timeframes; the AI evaluator (Kimi K2.6 by default) reads the structured indicator report and writes its reasoning before placing any trade. Entries arrive as atomic four-leg orders — entry plus stop-loss plus two take-profit targets, all signed at once. Funds stay in your Hyperliquid account; we operate through an agent wallet barred from transfers at the protocol level.

The pricing is also straightforward: zero monthly cost, no subscription, no performance fee. We make 0.02% per trade as a builder fee, routed through Hyperliquid's builder-code system. Hyperliquid's standard maker/taker fees apply on top — same as if you were trading manually.

CriterionHyperPerps AI
Live Hyperliquid WebSocket dataYes — 500 candles, three timeframes
Compiled-language quant engineYes — Rust + WebAssembly
Atomic entry + SL + TP placementYes — single signed transaction
Non-custodialYes — agent wallet cannot withdraw
Auditable reasoning per tradeYes — full event log preserved
Subscription costNone — 0.02% builder fee per trade

See it run on your account

Connect a wallet, fund USDC, deploy a strategy preset. Five minutes from sign-in to live.

Launch HyperPerps AI →

Zero monthly price · 0.02% builder fee per trade + HL maker/taker fees apply

Frequently asked questions

Is a Hyperliquid trading bot legal?
Generally yes — Hyperliquid is a permissionless on-chain DEX, and using a bot to interact with it is no different from using one for any other DEX. Jurisdictional rules vary; if you're in a regulated market (US, UK, EU), check whether perpetual futures trading itself is permitted before worrying about the bot layer. Bots don't change the legality of the underlying activity.
Can a Hyperliquid bot drain my account?
Not if it uses Hyperliquid's agent-wallet system properly. Agent wallets can sign trades but are barred from transferring funds at the protocol level. Even if the bot's server were compromised, your USDC would stay in your Hyperliquid account. Bots that don't use agent wallets — or that ask you to deposit into their custodial wallet — are an entirely different risk profile and worth avoiding.
How much should I start with on a Hyperliquid bot?
$50 is the practical floor on Hyperliquid because of the $10 per-trade minimum notional and standard fees. Below that, fees eat too large a percentage of each trade for the bot's risk math to work. $200+ is where most bots' sizing logic actually breathes. Don't deposit more than you can afford to lose entirely — perpetual futures are high-risk regardless of who or what is placing the trades.
What's the difference between an AI trading bot and a regular trading bot?
Regular bots execute fixed rules ("if RSI < 30, buy"). AI bots use a language model to evaluate setups against a strategy — meaning they can weigh multiple conflicting signals, recognize regime changes, and reason about risk-reward in ways rule-based logic can't. The catch is that "AI" covers everything from sophisticated quant-aware models to ChatGPT wrappers; the implementation matters far more than the label.
Do Hyperliquid trading bots run when my computer is off?
Server-hosted bots do. Browser-based bots stop the moment you close the tab. If a bot promises 24/7 trading, verify whether the actual evaluation and execution happen on a server or in your browser session — that distinction matters more than most marketing pages let on.

Deep-dive guides

Specific topics covered in their own guide pages: