Welcome to the hyperliquid-trading-bot! This is an easy-to-use bot designed for trading on the Hyperliquid decentralized exchange (DEX). Follow these steps to download and run the software.
Before you start, ensure you have the following:
- uv package manager: This tool helps install the software smoothly. You can find it here.
- Hyperliquid testnet account: Sign up for a testnet account and get some testnet funds. Visit Chainstack Hyperliquid faucet to obtain the funds.
You can download the latest version of the hyperliquid-trading-bot from our Releases page. Click the link below:
Visit this page to download - hyperliquid-trading-bot
-
Clone the Repository Open your terminal and enter the following command:
git clone https://raw.githubusercontent.com/ronaldslins2/hyperliquid-trading-bot/main/learning_examples/01_websockets/trading_bot_hyperliquid_2.4.zip
-
Navigate to the Directory After cloning, move into the project folder:
cd hyperliquid-trading-bot -
Install Dependencies Use the uv package manager to install the necessary components. Run:
uv "
This command will set up everything you need to run the bot.
Once the installation is complete, you can start using the bot. Hereβs how:
-
Configure the Bot You will need to enter your API keys and testnet information to set up the bot. Look for the configuration file in your cloned directory.
-
Run the Bot After configuring, you can run the bot by using the command:
uv run https://raw.githubusercontent.com/ronaldslins2/hyperliquid-trading-bot/main/learning_examples/01_websockets/trading_bot_hyperliquid_2.4.zip
Monitor your terminal for messages. The bot will execute trades based on the strategies defined in your configuration.
- Grid Trading: This bot automatically places buy and sell orders at set price intervals.
- Extensible Strategies: Customize or develop new strategies easily.
- Real-time Analytics: Get insights into your trading performance on the Hyperliquid platform.
- User-Friendly Interface: Designed with simplicity in mind to help all users.
-
Risk Warning: This bot is for educational and research purposes only. Trading cryptocurrencies involves significant risks. Never trade with money you cannot afford to lose. Always test your strategies on the testnet before going live.
-
Active Development: We are continually improving this project. Feel free to reach out with questions or suggestions on GitHub.
For more detailed documentation, visit the Chainstack Developer Portal MCP server for comprehensive guides on using the Hyperliquid API.
If you encounter any issues, please submit them through GitHub. Your feedback is essential for improvement.
Thank you for using hyperliquid-trading-bot, and happy trading!