This is a grid trading bot for Hyperliquid DEX that places layered buy/sell orders around a price range, with configurable stop loss, take profit, and drawdown limits. The TypeScript implementation runs on Node 20.19+ and uses YAML configs to define grid levels, risk rules, and rebalancing thresholds. It includes Python learning examples for websockets and order placement if you want to understand the Hyperliquid API before running the full bot. The testnet workflow is solid: validate your config, fund via faucet, watch logs, then flip to mainnet only when you're confident. Graceful shutdown tries to cancel open orders on exit, but you should still verify in the UI. Start with a conservative max_allocation_pct and test rebalancing behavior before letting it run unsupervised.
npx skills add https://github.com/aradotso/trending-skills --skill hyperliquid-trading-bot