Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 735 Bytes

File metadata and controls

36 lines (26 loc) · 735 Bytes

Getting Started — Hyperliquid Momentum Bot

Prerequisites

  • Python 3.10+
  • Hyperliquid account at hyperliquid.xyz
  • Trade-only API wallet for live trading

Install

git clone https://github.com/YOUR_USERNAME/hyperliquid-momentum-bot.git
cd hyperliquid-momentum-bot
pip install -e .
cp .env.example .env

First Run

python3 main.py run --coin ETH --once

Go Live

  1. Create trade-only API wallet on Hyperliquid
  2. Set HL_PRIVATE_KEY in .env
  3. Set HL_NETWORK=mainnet
  4. Start with small size in config.yaml
  5. Run: python3 main.py run --coin ETH

Next Steps