A professional market making application for the Hyperliquid exchange, built with Next.js and browser wallet integration.
- Automated Market Making: Set up automated market making strategies with customizable parameters
- Browser Wallet Integration: Connect with MetaMask or Coinbase Wallet - no API keys required
- Real-time Market Data: View real-time market data including order books and trades
- Position Management: Monitor and manage your open positions and orders
- Technical Analysis: Integrated technical analysis tools to inform your trading decisions
- Node.js 18+ and npm
- MetaMask or Coinbase Wallet browser extension
- A Hyperliquid account
-
Clone the repository:
git clone https://github.com/yourusername/hyperliquid-market-maker.git cd hyperliquid-market-maker -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
- Install a Browser Wallet: Make sure you have MetaMask or Coinbase Wallet installed in your browser
- Connect to Arbitrum: Ensure your wallet is connected to the Arbitrum network (Chain ID: 42161)
- Connect Wallet: Click "Connect MetaMask" or "Connect Coinbase Wallet" in the application
- Approve Connection: Approve the connection request in your wallet
- Navigate to the "Configuration" tab
- Your wallet address will be automatically filled when connected
- Configure your trading parameters:
- Trading pairs (BTC, ETH, etc.)
- Trading amount and spread percentages
- Order levels and update intervals
- Risk management settings
- Click "Start Market Maker" to begin automated trading
- Monitor your positions and orders in real-time
- Click "Stop Market Maker" to halt trading
This application includes a 2 basis point (0.02%) fee on each trade to support development and maintenance. This fee is automatically calculated and reported with each transaction.
- Next.js - React framework
- shadcn/ui - UI component library
- Hyperliquid SDK - Exchange SDK
- Browser wallet integration for secure trading
This project is licensed under the MIT License.