Trading bot

Hyperliquid trading bot: how they work, and how to choose one

A Hyperliquid trading bot is not one thing. The label covers agent-based copy systems, API-key bridges, custodial deposit products, grid and DCA engines, and signal executors — structures that differ far more in what they are permitted to do with your money than in what their dashboards look like. This page describes each honestly, compares them on custody, permissions, isolation, failure modes and cost, and gives you a checklist you can verify on-chain before funding anything.

In short

A Hyperliquid trading bot is software that places and manages perpetual-futures orders in a Hyperliquid account automatically. On Hyperliquid it can be granted a trade-only agent approval, which lets it open, size and close positions but never withdraw or transfer funds, and which you can revoke on-chain at any time. Bots differ in access model (agent, API key, custodial deposit, vault) and in architecture (single-trader mirror, multi-leader basket, signal executor, grid/DCA, market maker). Custody and permission scope determine what can go catastrophically wrong; architecture determines how it behaves in a normal bad week.

What a Hyperliquid trading bot actually does

Every automated Hyperliquid bot performs the same loop: it observes something — a leader's fills, a price grid, a published signal — it converts that observation into a target position given your capital, and it submits orders through the exchange. The loop is not the product. Anyone can write an order submitter; the difficult and consequential parts are what the software is allowed to sign, how it decides size, and what it does when two decisions conflict.

Hyperliquid makes the observation step unusually clean. Positions, fills, funding payments and liquidations settle on-chain and are publicly readable, so a leader's record does not have to be taken on faith and a bot's claims about which accounts it mirrors are checkable. That removes data access as a differentiator and shifts the whole question onto permissions, sizing and isolation.

It also means an automated Hyperliquid bot cannot manufacture edge. It enforces a selection and sizing policy without fatigue, hesitation or sleep. If the policy is bad, automation applies it faster and more consistently — which is worse, not better.

  • Observation: what the bot watches, and how quickly it sees a change.
  • Sizing: proportional to your equity, fixed notional, or leader-relative.
  • Execution: order type, slippage tolerance, and behaviour on partial fills.
  • Conflict handling: what happens when two sources want opposite sides.

Access models: agent-based vs API-key vs custodial

This is the decision that dominates every other. Before comparing strategies, establish what the software is permitted to do with your balance, because that determines your worst case rather than your average case.

An agent approval is a signed authorisation that lets a specific key submit trading actions on your behalf. It is scoped: withdrawals and transfers remain signable only by your own wallet, and the approval can be revoked on-chain whenever you choose. The bot can lose you money by trading badly. It cannot take your money.

An API key on a centralised venue is scoped by whatever permissions were enabled when it was created, which usually includes an explicit withdrawal toggle. That makes the safety of the arrangement dependent on configuration and on how the operator stores the key — an operational property you cannot verify from the outside.

A custodial deposit converts strategy risk into counterparty risk. Once your balance sits in the operator's wallet, you hold a claim rather than an asset, and the historical failure mode of automated trading products has been the operator losing or misusing customer funds rather than the strategy underperforming. A pooled vault sits between the two: the contract bounds what can be done, but your exit may be queued or locked, and your outcome is mixed with everyone else's.

  • Agent approval: trade permission, no withdrawal, revocable on-chain.
  • API key: scoped by configuration, safe only if scoped and stored correctly.
  • Custodial deposit: you hold a claim on an operator, not an asset.
  • Vault: contract-bounded, but pooled exposure and gated exit.

Bot architectures compared

Once custody is settled, architecture decides behaviour. Five structures cover essentially everything marketed as a Hyperliquid trading bot today, and each has a characteristic way of failing that is visible before you fund it.

Single-trader mirrors are the most common and the most fragile: one leader is one strategy, one preferred regime and one risk appetite, and every edge decays eventually. Multi-leader baskets fix the concentration but introduce a problem of their own — the exchange holds one net position per market, so two leaders on opposite sides of the same asset cancel while you still pay costs on both. Signal bots inherit the credibility of an unverifiable publisher. Grid and DCA bots are mechanically honest but structurally short volatility: they print small profits in ranges and average into the loss in trends. Market-making bots carry inventory risk as the strategy itself.

Why netting breaks multi-strategy bots

If a bot mirrors several leaders into a single Hyperliquid account, it is not running several strategies. It is running the arithmetic sum of them. One leader long 2 ETH and another short 2 ETH leaves you flat, having paid two sets of taker fees and slippage for the privilege, and the attribution of your PnL becomes impossible to reconstruct.

Sub-account isolation is the structural fix: each mirrored leader gets its own Hyperliquid sub-account, so positions never net, margin failures do not propagate between leaders, and each leader's contribution stays separately measurable. This is checkable — you can look at where the positions live rather than trusting a claim.

HyperMirror is built this way: one Hyperliquid sub-account per mirrored leader, up to 10 leaders in parallel, with per-trader notional ceilings and a leverage cap applied independently of what the leader chooses to use.

  • One sub-account per leader, so opposing positions never cancel.
  • Margin problems stay contained to the leader that caused them.
  • Per-leader attribution survives, so decay is detectable early.

Allocation: score-weighted vs equal-weight vs manual

Diversification without sizing is only half a policy. Equal weighting treats a leader with three years of consistent, low-leverage results identically to one with a hot fortnight — a defensible default, but one that deliberately discards evidence. Manual sizing hands the decision back to the user, which reintroduces exactly the bias the automation was meant to remove.

Score-weighted allocation distributes capital in proportion to a composite score built from realized PnL consistency, win rate, profit factor, position discipline and account survivability. It is not a prediction. It is a statement that capital should track evidence, and that leaders whose evidence weakens should hold less of your book before they are removed entirely.

Failure modes worth pricing in

The honest way to evaluate an automated Hyperliquid bot is to assume it works as advertised and then ask what still goes wrong. Most of these are unavoidable; the question is whether the system acknowledges and bounds them.

  • Leader decay: every edge fades, and scores react after the fact, not before.
  • Replacement lag: a leader is removed once evidence accumulates, and that window costs money.
  • Crowded trades: widely mirrored leaders move into the same positions, so exits are correlated.
  • Funding drag: holding a popular perpetual side pays funding continuously, independent of direction.
  • Slippage and latency: your fill is not the leader's fill, and the gap is a permanent cost.
  • Rounding: on small accounts, minimum size increments distort intended weights.
  • Liquidation: leveraged positions can be closed in full, regardless of what the model expected.

What to look for when choosing a Hyperliquid trading bot

Every item below is verifiable before you commit capital — either on-chain or in the product itself. Anything that cannot be checked should be treated as a claim you are being asked to take on faith.

  • Custody: do funds ever leave your own Hyperliquid account? If yes, stop and price counterparty risk first.
  • Permission scope: is the grant trade-only, and is that visible on-chain rather than merely stated?
  • Revocability: can you revoke access yourself, instantly, without contacting anyone?
  • Isolation: does each strategy or leader hold its own position, or do they net in one account?
  • Sizing policy: is the weighting rule written down, and does it change without your involvement?
  • Cost transparency: is the fee charged through a mechanism you can audit, and are exchange fees, funding and slippage acknowledged separately?
  • Kill switch: can you pause the system and keep your open positions under your own control?
  • Honest reporting: are unreliable figures shown as unavailable, or is every gap filled with a confident number?

Where HyperMirror sits

HyperMirror is a non-custodial, agent-based multi-leader system for Hyperliquid only. Your funds stay in your own Hyperliquid account, permission is a trade-only agent approval you can revoke on-chain, up to 10 scored leaders are mirrored in parallel with one sub-account each, and capital is weighted by composite score. The fee is 0.1% of mirrored notional volume, charged through Hyperliquid's native builder-fee mechanism, so it is auditable on-chain rather than invoiced.

It is deliberately narrow. There is no strategy builder, no grid engine, no support for other exchanges, and no promise about returns. Published performance figures are estimates derived from public trader history, not forecasts, and every mirrored position carries the full risk of leveraged perpetual futures including liquidation.

Reference tables

How a bot gets permission to trade your Hyperliquid account
Access modelWhere funds sitWhat the software can signWithdrawal riskHow you exit
Agent approval (on-chain)Your own Hyperliquid accountTrading actions only: open, size, closeNone — withdrawals stay signable only by your walletRevoke the agent on-chain; effect is immediate
Exchange API keyYour account, but on a centralised venueWhatever the key's scopes allow; withdrawal scope is a checkboxDepends entirely on how the key was scoped and storedDelete the key in exchange settings
Custodial depositThe operator's walletEverything, including moving your balanceFull — you hold a claim, not an assetRequest a withdrawal and wait for the operator to process it
Vault depositA pooled on-chain vault contractVault strategy actions on pooled capitalBounded by the contract, but exit may be queued or lockedRedeem, subject to the vault's lock and queue rules
Bot architectures on Hyperliquid, by what they actually do
ArchitectureSource of decisionsDiversificationPrimary failure mode
Single-trader mirrorOne leader's live positionsNone — one strategy, one regimeThat leader's drawdown passes through at full size
Multi-leader basketSeveral scored leaders in parallelAcross traders and regimes, if weighted deliberatelyPositions net against each other unless leaders are isolated
Signal / alert botA publisher's calls, executed on receiptOnly as wide as the publisher's coverageUnverifiable track record and latency between call and fill
Grid / DCA botA price-grid rule you configureNone — it is one mechanical strategyTrending markets: the grid keeps averaging into the loss
Market-making botQuoted two-sided spreadsNone — inventory risk is the strategyAdverse selection and inventory build-up in a fast move

Comparison

Basic copy tools vs HyperMirror

The differences that change your risk profile, not the feature-list ones.

DimensionBasic copy toolsHyperMirror
CustodyDeposit to the operator, or hand over API keysFunds never leave your own Hyperliquid account
PermissionsOften broad, sometimes including withdrawalTrade-only agent approval, revocable on-chain
DiversificationOne leader or one mechanical strategyUp to 10 scored leaders in parallel
IsolationAll positions net inside one accountOne Hyperliquid sub-account per mirrored leader
SizingFixed ratio, or left to the userWeighted by composite score, capped per trader
FeesSubscription or profit share, billed off-chain0.1% of mirrored notional via the on-chain builder fee

Methodology

Scoring and replacement are documented in full on How it works and in the Docs (Policy v3). In short: the Elite basket is sticky, emergencies remove a leader immediately, and soft issues accrue at most one strike per UTC day with three strike-days triggering replacement. Read how it works or the documentation for the full table.

Questions

Frequently asked

What is a Hyperliquid trading bot?

Software that places and manages perpetual-futures orders in a Hyperliquid account automatically. On Hyperliquid it can operate under a trade-only agent approval, meaning it can open, size and close positions but cannot withdraw or transfer funds.

Does Hyperliquid have an official trading bot?

No. Hyperliquid is an exchange and provides the agent-approval and API primitives; bots are built by third parties on top of them. Judge each one on custody, permission scope and isolation rather than on its association with the exchange.

Do I need API keys or a private key to use a Hyperliquid bot?

Not for an agent-based system. You sign an agent approval with your wallet, which authorises trading actions only. No bot should ever ask for a private key or seed phrase.

Are Hyperliquid trading bots profitable?

No bot can guarantee profit. Automation enforces a policy consistently; it cannot create edge. Perpetual futures are leveraged and positions can be liquidated in full, so losses including total loss of a position are possible.

Are there free Hyperliquid trading bots?

Open-source execution frameworks exist and are free to run, but they require you to supply the strategy, the infrastructure and the monitoring. Hosted products charge either a subscription, a profit share, or a volume-based fee; the honest comparison is total cost including exchange fees, funding and slippage.

What is the safest kind of Hyperliquid bot?

Structurally, a non-custodial agent-based system: funds never move, permission is trade-only, and access is revocable on-chain. That eliminates operator custody risk. It does not eliminate market risk, execution risk or the risk of poor leader selection.

How much capital do I need to run a bot on Hyperliquid?

Enough that minimum order increments do not distort intended weights. Very small accounts round badly across multiple leaders, so proportional sizing stops being proportional. HyperMirror starts in single-leader mode and unlocks full diversification at $100,000 of mirrored volume.

Can I stop a Hyperliquid trading bot at any time?

With an agent-based system, yes. Pause it in the product, or revoke the agent approval on-chain to halt new orders immediately. Open positions remain yours to manage or close.

Does a Hyperliquid bot use leverage?

Mirrored positions inherit direction and relative size from the leader, but leverage should be capped by the system independently of what the leader uses. HyperMirror applies its own leverage ceiling and per-trader notional limits.

What is the difference between a trading bot and a copy trading bot?

A trading bot executes a rule you or the operator define. A copy trading bot executes another trader's decisions. Copy bots outsource judgement to a verifiable on-chain record; rule-based bots depend on the rule continuing to fit the market regime.

Diversified copy trading. On autopilot.

Score-weighted allocation across up to 10 elite Hyperliquid traders, each isolated in its own sub-account. Your funds never leave your account.

Non-custodial · Agent cannot withdraw · Cancel delegation anytime