// what is this
// 01

What this is

A grid trading bot for Hyperliquid that runs 24/7 on real hardware — not in the cloud — so your API keys never touch the public internet.

You sign up, set your trading range and parameters, paste your wallet credentials once, and the bot starts placing buy and sell orders on your behalf. Every time price oscillates inside your range, the bot captures the spread and locks in a small profit. Cycles repeat for as long as the market is moving.

The dashboard you're looking at is just a window into your bot. The engine itself runs on a dedicated machine in a private office, behind a residential firewall. No public IP, no cloud-hosted secrets.

// 02

How it works

Grid trading divides a price range into many small rungs. At each rung the bot keeps two matched orders — one to buy a little lower, one to sell a little higher. When the market wiggles, those orders fill back and forth and each round trip locks in a fixed-percentage profit.

~0.1%
rung spacing
1.8%
target / cycle
~1.72%
net after fees

A working example with BTC / USDC, range $60,000–$100,000, rungs every 0.1%: that's roughly 500 buy/sell pairs covering the whole range. Every time price travels 1.8% within the range and reverses, one cycle completes — about 1.72% net after maker fees. The same strategy works on other pairs (ETH, SOL, etc.) with their own configured ranges.

Live grid view: candle chart with buy/sell orders laid out on the right side of the chart
// live view — candles + grid orders + recent fills

A portion of every cycle's profit accumulates into a rebuy pool. When the pool reaches the configured threshold, the bot market-buys more of the underlying. Over time this compounds your position automatically. You decide how aggressively to compound — higher when price is in the bottom of the range (cheap), lower near the top.

The bot listens to Hyperliquid's live price feed and reacts the moment price crosses a rung. A polling fallback runs every few minutes so nothing is missed if the live feed drops. You don't need to be at your computer for any of this.

// sideways markets are the bot's fuel

Imagine BTC oscillates between $60,000 and $100,000 for two years and ends right where it started. A pure holder finishes those two years with exactly the balance they began with — zero return for two years of waiting. The same period through a grid bot captures dozens of cycles every month, each locking in roughly 1.72% net. The volatility a holder sits through and ignores is the bot's main source of profit.

// 03

Why this is safe

Most "trading bots" are pure cloud SaaS — you upload your API key to a server somewhere, and that server trades on your behalf. If that server gets breached, every user's keys leak at once.

This product is built differently. Your API key never lives in the cloud long-term. Here is what actually happens after you paste your credentials:

// step 01
You paste keys Wallet address + API key go from your browser to the dashboard over HTTPS.
// step 02
Brief cloud staging Stored encrypted-in-transit in the database for at most ~60 seconds.
// step 03
Pulled to hardware The physical machine fetches the keys into its own offline database.
// step 04
Cloud copy nulled The cloud entry is wiped. From then on, keys exist only on the operator's PC.

From step 4 onward, an attacker who fully compromised the cloud dashboard would learn your email, your trading history, and your configuration — but not your keys, and not your funds. The keys aren't there to steal anymore.

There is one more layer worth knowing: even with the keys, the bot can only place trades. It cannot withdraw funds off Hyperliquid. Withdrawals require a separate signature you control, on your own wallet, on your own device. The worst-case outcome of a key compromise is bad trades, not stolen funds — though you'd still want to revoke immediately.

Dashboard view: profit cards, daily profit chart, overtime profit area chart
// dashboard — your live grid + cycle history + profits

You can also revoke at any time with one click. Revocation deletes the keys off the physical machine and resets your account to the "no keys" state. You'll need to paste fresh credentials to start trading again.

// 04

Advantages

  • Keys stay on private hardware No public-internet exposure. No shared cloud key vault.
  • Funds never leave your wallet The bot only places trades. It cannot withdraw.
  • Profitable in choppy markets Sideways volatility is the default state of crypto. Grids feed on it.
  • Auto-compounding Configurable share of every cycle re-buys the underlying.
  • Hands-off 24/7 Once configured, it trades while you sleep. Adjust whenever you want.
  • Per-account isolation Your keys, history, and Telegram channel are scoped to you alone.
  • Telegram alerts Optional pings on cycle completes, fills, and unusual events.
  • You stay in control Start, stop, pause, change the range, or revoke keys at any time.
// 05

Trade-offs & honest risks

No strategy is free money. Here is what to weigh before signing up.

  • Range-bound If price exits your configured min/max, the bot stops trading until price returns. Set the range too narrow and you stall; too wide and per-rung capital gets thin. Picking a sensible range is the most important decision.
  • Capital-intensive Hundreds of small limit orders need backing capital sitting on the exchange. The wider the range and the larger the order size, the more locked-up balance you need.
  • Not built for trends If your asset rallies past the top of the grid and never retraces, the bot will sell on the way up and then sit idle. Grids profit from oscillation, not directional moves.
  • Trust shifts to the operator Your keys are kept on a single private machine instead of a public cloud server. That's a deliberate trade-off: a much smaller attack surface than cloud SaaS, with the trust placed in one operator who keeps the machine secured (disk encryption, physical security, no public IP) rather than in a hosting provider. And remember — even in a worst case, the bot can only trade, never withdraw.
  • Hyperliquid counterparty risk Funds sit on Hyperliquid while trading. If the exchange itself fails, freezes withdrawals, or is hacked, that is a risk you carry — same as on any exchange.
  • Operator downtime If the physical machine loses power or internet, your bot pauses until it comes back online. Existing orders stay on Hyperliquid — nothing is cancelled — but new fills aren't reacted to until the machine is back.
// 06

Who this is for

// good fit

  • Holders who want their idle exchange balance to compound in choppy markets.
  • People who refuse to upload keys to a faceless cloud SaaS.
  • Traders comfortable adjusting a range every few weeks as conditions shift.
  • Anyone who already trades on Hyperliquid and wants automated execution.

// not a fit

  • Pure "set it and never look at it again" expectations — a wide range can run a month or more untouched (far more hands-off than concentrated liquidity pools), but ranges eventually drift and you'll want to revisit every few weeks.
  • Pure trend-followers expecting one-way moves with no retrace.
  • Anyone who can't tolerate any centralized-exchange counterparty risk.
  • Users seeking leverage / shorting — this is a long-only spot grid.
// 07

Get started

Sign up takes about a minute. You'll need an invite key from the operator, a working email, and (when you're ready to trade) a Hyperliquid API wallet.

Sign up Back to login
// scroll to top