# Add to your Claude Code skills
git clone https://github.com/netzpirat/openclaw-trading-agentOpenClaw 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.
This project is experimental and unaudited. There is no guarantee of profitability. Use at your own risk.
See full documentation:
ā docs/ARCHITECTURE.md
Architecture diagram:
https://github.com/user-attachments/assets/d8f5110a-6401-42bd-b5f5-b154c7b0a418
(Replace with your updated endpoints if needed)
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:
Axiom Trade
Odin Bot
Bloom (Telegram Bot)
GMGN
Padre
Polymarket
Low-Latency VPS (New York Recommended)
ā Get VPS
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
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
poetry run python src/main.py --assets BTC ETH --interval 1h
/diary ā trade history/logs ā runtime logsSupports dynamic indicator fetching via TAAPI:
Run inside a TEE (Trusted Execution Environment) for secure key handling.
curl -fsSL https://eigenx-scripts.s3.us-east-1.amazonaws.com/install-eigenx.sh | bash
eigenx app deploy
eigenx app logs --watch
No comments yet. Be the first to share your thoughts!