Non-custodial · runs in your browser · Hyperliquid perps

Point at a chart. Get rules you can read. Run them on Hyperliquid.

Turn what you see on a chart into an exact, testable strategy, backtest it on real Hyperliquid candles with fees, and run it from your own browser. Your keys never leave your device.

Connecting · Hyperliquid BTC-PERP · 1h
— — 24h
Real mark prices and candles from the Hyperliquid public API, streamed over its websocket. Nothing on this chart is simulated.

01Why it is built this way

Three ways trading bots fail people. Three answers you can check.

  1. The problem

    Your key sits on someone else's server

    In 2022, exchange API keys held on the servers of the bot service 3Commas leaked, and users reported trades they never made. A key stored by a platform is only as safe as that platform.

    THESIS

    The trading key is created inside your browser tab, cannot withdraw, and expires on its own. The desk shows a live log of every host the tab has contacted — this page runs the same log below.

  2. The problem

    Backtests that don't hold up live

    Tune rules long enough and they fit the past perfectly. Most tools show one flattering equity curve and let you trade it.

    THESIS

    The robustness lab re-tests every rule set on separate slices of history, reshuffled trade orders, nudged parameters and shortened histories, then grades it A–F. It can say no — and live trading stays locked below the grade the operator sets.

  3. The problem

    Bots that stop without telling you

    A crashed process or a lost connection can leave a position open with nothing guarding it.

    THESIS

    Every entry is sent together with its stop-loss and take-profit in one signed action. They rest on Hyperliquid, so a closed tab never leaves a position unprotected. Rules are evaluated only while the tab is open — the desk says so, and its run log records every decision.

02How it works

Chart, rules, robustness, paper, live. Each step unlocks the next.

The desk walks you through the same five steps every time, and shows where you are.

  1. 01

    Chart

    Real Hyperliquid candles — up to 5,000 per market — with live prices over the websocket.

  2. 02

    Rules

    Claude reads the chart and the exact candles behind it and writes rules in a strict schema. Or start from the gallery, a shared link or JSON. Edit them visually; out-of-range values are clamped and every clamp is shown.

  3. 03

    Robustness

    A conservative backtest with fees, slippage and real funding, then the lab: walk-forward, Monte Carlo, sensitivity, look-ahead check, and a grade.

  4. 04

    Paper

    Live prices, simulated fills, no wallet and no keys. Decisions are made once per closed candle by the same engine the backtest used.

  5. 05

    Live

    Testnet first, mainnet only if the operator enables it. Unlocks when the rules reach grade C or better.

    papertestnetmainnet

03Robustness lab

A lab that is allowed to say no.

Four independent checks, one grade, and plain-English reasons with the numbers behind them. The figures on each card come from the run at the top of this page.

Walk-forward

Does it work in more than one stretch of history?

The history is cut into consecutive slices and each is tested on its own, with indicators warmed up first.

Monte Carlo

How bad could the drawdown get in another order?

The same trades are reshuffled and resampled, seeded and repeatable, to show a range instead of one path.

Sensitivity

Does it survive small changes to its settings?

Key parameters are nudged up and down; rules that only work at one exact value are fragile.

Look-ahead check

Did the backtest peek at the future?

The test is re-run on shortened histories; if an earlier signal changes when later candles are added, the grade is F.

The grade is a gate, not a badge.

On this desk live trading unlocks at C or better, on unchanged rules. Hard caps apply before any score: a look-ahead mismatch or zero trades is F; fewer than 20 trades, a net loss, or one slice carrying all the profit is at most D; an out-of-sample loss after an in-sample gain is at most C.

Next-candle fills
Signals on closed candles, filled at the next open plus slippage.
Stop first
When one candle touches stop and target, the stop fills.
Every fee
Taker fee and any desk fee on entry and exit.
Real funding
Hyperliquid's hourly funding charged while a position is open.
Out-of-sample
Older 70 % and recent 30 % reported separately, next to buy-and-hold.

04Proof, not promises

Built so it can't touch your money. Check it yourself.

No server holds a trading key, signs, routes or relays an order. The server serves page files and forwards chart-reading requests to the Claude API — that is all.

Where your key lives

in this tab
  • Can place and cancel orders on your Hyperliquid account.
  • Cannot withdraw. Hyperliquid does not let an agent (API) wallet withdraw or send funds to another address.
  • Never leaves the tab. Generated there, kept in memory or that tab's session storage, never sent to any server.
  • Expires on its own, on the date your wallet approved. Forget it in one click, or revoke it on Hyperliquid.

Network log — this page, right now

recording
Every host this browser tab has contacted since the page opened
HostWhoHowRequests
Starting…

The desk shows the same log in its key panel. It only records — it never blocks or forwards a request, and nothing it records leaves the tab. Your browser's developer tools show the same.

  • Protected from the first fill

    Entry, stop-loss and take-profit go out in one signed action and rest on Hyperliquid.

  • Bounded orders

    Immediate-or-cancel limits with a hard worst price, never unbounded market orders. Size per position is capped.

  • Kill switch

    One button stops the run, cancels this desk's orders and closes the position.

  • Limits the AI cannot exceed

    Risk per trade, leverage, trades and loss per day are clamped to hard ranges; the operator can only tighten them.

05Inside the desk

A calm, dense desk. Everything in reach.

  • Rules editor

    Edit rules visually. See AI changes as a diff.

    Add or remove conditions from dropdowns with a live preview on the chart. Ask for a change in plain words and review exactly what it changes before anything is applied.

    • stop 2 × ATR(14)
    • stop 1.5 × ATR(14)

    Format illustration, not a suggestion.

  • Strategy gallery

    Templates, tested on the market you're looking at

    Each card runs a real mini backtest on the loaded candles. Labelled template — not AI.

  • Share links

    A strategy is a link

    The rules travel in the URL hash, which browsers never send to a server — and are validated again when opened.

  • Command palette

    ⌘K to anything

    Jump between Build, Test and Run workspaces, markets and actions from the keyboard.

  • Risk panel

    Limits you can see

    Daily loss used, trades today, leverage, distance to liquidation and the kill-switch state, side by side.

  • Funding-aware

    The costs perps actually have

    Hyperliquid's real hourly funding is charged in the backtest. If it can't load, the report says so.

  • Journal

    Expected next to actual

    Run log with every decision, run trades with estimated P&L, and the backtest expectation beside them.

07For operators

Run your own desk — and earn from it.

Self-host it as one Node process or deploy it to Vercel. Bring your own Anthropic API key; without one, templates, JSON rules, the lab, paper and live runs still work. Every revenue line below is off until you switch it on in the admin.

  1. A

    Builder fee

    Hyperliquid's builder code: up to 0.1 % of each live perp order's notional, approved once by each user in their own wallet, and included in their backtest costs. It accrues to your address and you claim it on Hyperliquid. Your builder account needs at least 100 USDC in perps value — the admin checks it.

  2. B

    Pro plan

    A flat price for more daily AI chart reads, paid in USDC on Hyperliquid straight from the user's wallet to yours. The server verifies payments read-only from your ledger; there is no custody and no signer.

  3. C

    Referral link

    Show your Hyperliquid referral link to users, with a disclosure. Hyperliquid's referral programme shares part of referred users' trading fees with the referrer — its docs set the current terms.

  4. D

    White-label

    Your name, accent colour, logo, landing copy, FAQ, markets and templates — all set in the admin, per deployment, without touching code.

Your numbers, your arithmetic

Every field starts empty. Nothing here is a forecast.

Builder fees—volume × bp ÷ 10,000
Plan revenue—users × price
Per month, before your hosting—builder + plan − AI cost

08FAQ

Questions, answered plainly.

Start on paper. Read every rule before it runs.

Paper mode needs no wallet and no deposit.

Open the desk