๐พ OpenClaw
May 3, 2026 ยท View on GitHub
OpenClaw is an AI-powered trading agent that uses LLMs to analyze real-time market data, generate trading decisions, and execute trades on the Hyperliquid decentralized exchange.
Built for automation, low-latency execution, and strategy experimentation, OpenClaw continuously monitors markets, evaluates technical indicators, and manages positions with risk controls.
๐ Features
- ๐ค LLM-driven trading decisions (multi-model support)
- ๐ Real-time technical analysis via TAAPI
- โก Automated trade execution on Hyperliquid
- ๐ Continuous trading loop with configurable intervals
- ๐ก๏ธ Built-in risk management (TP / SL logic)
- ๐ Tool-calling support for dynamic indicator queries
- ๐ก Lightweight API for logs & trade diary
๐ Table of Contents
- Disclaimer
- Architecture
- Live Agents
- Trading Stack
- Project Structure
- Environment Setup
- Usage
- Tool Calling
- Deployment (EigenCloud)
โ ๏ธ Disclaimer
This project is experimental and unaudited. There is no guarantee of profitability. Use at your own risk.
๐๏ธ Architecture
See full documentation:
โ docs/ARCHITECTURE.md
Architecture diagram:
https://github.com/user-attachments/assets/d8f5110a-6401-42bd-b5f5-b154c7b0a418
๐ก Live Agents
- GPT-5 Pro โ Portfolio + Logs (active)
- DeepSeek R1 โ paused
- Grok 4 โ paused
(Replace with your updated endpoints if needed)
๐ก Trading Stack (Recommended Tools & Infrastructure)
OpenClaw is designed to integrate with a high-performance stack including trading bots, MEV tools, analytics platforms, and low-latency infrastructure.
Using the right stack improves:
- โก Execution speed
- ๐ Alpha discovery
- ๐ฏ Trade accuracy
โก Execution Layer
Axiom Trade
- Fast on-chain execution
- Reduced fees (10โ30%) โ Access
Odin Bot
- Automated strategies
- Low-latency execution โ Access
Bloom (Telegram Bot)
- Ultra-fast trading interface โ Launch
๐ Analytics & Alpha
GMGN
- Smart money tracking
- Early token discovery โ Explore
๐ง Advanced Platforms
Padre
- Advanced execution tools โ Open
Polymarket
- Prediction-based trading โ Try
๐ฅ๏ธ Infrastructure
Low-Latency VPS (New York Recommended)
- Faster transaction propagation
- Better execution reliability
- Ideal for bots & MEV strategies
โ Get VPS
๐ Project Structure
src/
โโโ main.py # Entry point / trading loop
โโโ agent/
โ โโโ decision_maker.py # LLM decision engine
โโโ indicators/
โ โโโ taapi_client.py # TAAPI integration
โโโ trading/
โ โโโ hyperliquid_api.py # Trade execution
โโโ config_loader.py # Env config loader
โ๏ธ Environment Setup
Create .env (see .env.example):
TAAPI_API_KEY=
HYPERLIQUID_PRIVATE_KEY=
OPENROUTER_API_KEY=
LLM_MODEL=
Optional:
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
API_PORT=3000
โถ๏ธ Usage
poetry run python src/main.py --assets BTC ETH --interval 1h
๐ Local API
/diaryโ trade history/logsโ runtime logs
๐ง Tool Calling
Supports dynamic indicator fetching via TAAPI:
- EMA
- RSI
- Custom indicators
โ๏ธ Deployment (EigenCloud)
Run inside a TEE (Trusted Execution Environment) for secure key handling.
Install
curl -fsSL https://eigenx-scripts.s3.us-east-1.amazonaws.com/install-eigenx.sh | bash
Deploy
eigenx app deploy
Monitor
eigenx app logs --watch
โ ๏ธ Notes
- Tools listed are optional
- Performance depends on latency + strategy quality
- Always test before scaling