Trading Tools & Strategies
Open-source trading bots for Hyperliquid. Built with the official Python SDK. Use referral code HIPERWIRE for 4% off trading fees.
Simple moving average crossover bot. Enters long when the fast MA crosses above the slow MA, and exits on the reverse. Clean trend-following logic.
Monitors funding rates across Hyperliquid markets and trades extreme outliers. Captures yield from funding rate mean reversion.
Places buy and sell limit orders at regular price intervals. Profits from sideways volatility by accumulating small gains on each fill.
Getting Started
Deploy a strategy in under five minutes.
1. Clone the repo
$ git clone https://github.com/atlasdetitan/hyperliquid-trading-bots.git
2. Set up an agent wallet
Go to app.hyperliquid.xyz/API and generate an agent wallet.
3. Configure your private key
$ cp .env.example .env
Paste your agent wallet private key into the .env file.
4. Run a strategy
$ cd strategies/ma_crossover
$ pip install -r requirements.txt
$ python main.py
DEPLOY ON HYPERLIQUID
Run these bots on the fastest on-chain perpetuals exchange