AI Trader Setup
AI Trader is the core component of Hyper Alpha Arena, responsible for executing trading decisions based on strategy prompts. This section will guide you through creating and configuring AI Traders.
Creating AI Trader
Method 1: Using Paid API (Recommended for Live Trading)
Using Deepseek as an example:
Step 1: Access AI Trader Interface
Click AI Trader in the navigation bar, then select Add AI Trader.

Step 2: Configure API Information
Trader Name: Enter a descriptive name, e.g.,
Deepseek-reasonerBASE URL: Visit Deepseek API Documentation, copy the base_url and fill it in

API Key: Apply for and save an API Key from the Deepseek platform

Model: Select the model name
deepseek-chat: Non-reasoning modeldeepseek-reasoner: Reasoning model (recommended)

Step 3: Test and Save
After filling in the information, click Test and Save to confirm the connection is successful.
Note
Deepseek API requires recharge to use. If you're just testing, you can use Method 2's free quota.
Method 2: Using Free Quota (Suitable for Testing)
Using Alibaba Cloud Bailian platform's free model quota:
Step 1: Select Model
Visit Alibaba Cloud Bailian Model Market and select a model.

Step 2: Get Model Information
Click to enter the model details page, enable free quota, and copy the model Code to fill in the Model field.

Step 3: Configure BASE URL
Qwen's BASE URL:
https://dashscope.aliyuncs.com/compatible-mode/v1Refer to Qwen API Documentation

Step 4: Get API Key
Visit API Key Management Page, apply for and copy the API Key.

After filling in, click Test and Save.
Note
AI Traders created with Method 2 have limited quota and only support testing, not recommended for live trading.
Setting Trigger Parameters
After creating an AI Trader, you need to configure trigger parameters to control strategy execution.

Trigger Mode
- Signal Pool: Triggered based on user-created signal pools when conditions are met
- Trigger Interval: Set the time interval (seconds) for strategy triggers
Strategy Status
- Strategy Status: After checking Enabled, the AI Trader will respond to signals and scheduled triggers
Save Configuration
After setup, click Save Trader Config to save the current AI trader's strategy configuration.
Global Configuration

Sampling Interval
Sampling Interval: Controls how often market price data is collected.
After modification, click Save Global Settings to save the global configuration.
Symbol Configuration

The system supports custom configuration of Hyperliquid platform symbols to monitor real-time market status and model decision performance for different assets.
Connecting Hyperliquid Wallet
To execute trades, you must connect a Hyperliquid wallet.

Configuration Steps
- Select a created AI Trader
- Enter the Hyperliquid wallet's Private Key
- Configure Maximum Leverage and Default Leverage
- Click Save Wallet to connect
- Success notification will appear in the top right corner
Exporting Private Key (Email Login Users)
If you log in to Hyperliquid using email, you need to export the wallet private key first:
Step 1: Access Settings
Click settings in the top right corner of Hyperliquid and find the export wallet option.

Step 2: Copy Private Key
Click Copy key to copy the Private Key.

Step 3: Add Prefix
After pasting the private key, you need to add the 0x prefix (digit 0 and lowercase letter x) at the beginning.

Security Warning
The private key is your wallet credential. Never share it with others. It's recommended to test on testnet first and only use mainnet wallet after confirming everything works correctly.
Enabling Trading Strategy

After enabling the trading strategy, AI will start executing trading decisions based on prompts.
Important Note
Do not enable the strategy until you have completed the following configurations:
- AI Trader has been created and tested successfully
- Wallet has been connected
- Strategy prompts have been written and bound
- Trigger parameters have been configured
Next Steps
After completing AI Trader configuration, continue learning:
- Prompts & Strategies - Write trading strategies
- Signal Pools - Configure signal triggers