Configuration & Deploy
Environment Configuration
# Core Identifiers
HYPERLIQUID_PRIVATE_KEY=0x... # Your wallet private key
OPENROUTER_API_KEY=sk-or-123... # API key for LLM access
# AI Settings
LLM_MODEL=openai/gpt-4o # Recommended model
RISK_PROFILE=conservative # [conservative|moderate|high|debug]
# Trading Settings
ASSETS=BTC ETH SOL # Space-separated list of assets to trade
INTERVAL=1h # Loop frequency (e.g., 5m, 15m, 1h, 4h)
LEVERAGE_CAP=5.0 # Hard cap on leverage regardless of profile
# Optional
API_PORT=3000 # Port for the local monitoring APIRunning with Docker
EigenCloud Deployment (TEE)
Prerequisites
Deployment Steps
Why TEE?
Last updated
Was this helpful?
