#AIBinance Competition Entry | Built with OpenClaw + Groq AI
A complete AI-powered trading assistant for Binance — runs entirely inside OpenClaw with your own API keys.
| Section | Feature |
|---|---|
| 💬 Chat Assistant | Talk to AI — post to Square, place trades, check orders |
| 📡 Signal Generator | AI signals from live kline data, auto-post to Square |
| 🐋 Whale Alerts | Monitor large transactions, analyze market impact |
| 📰 News Alerts | Real-time news with AI analysis + one-click Square post |
| 🤖 Trading Bot | Automated spot trading with RSI/EMA strategy |
| 💼 Portfolio Manager | AI health check and actionable suggestions |
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemonnpx skills add https://github.com/YOUR_USERNAME/binance-ai-assistant- Binance API Key + Secret (Read + Trade only, NO Withdrawal)
- Binance Square OpenAPI Key
- Groq API Key (free at console.groq.com)
openclaw dashboard- Keys stored in OpenClaw session memory only
- Secret key is never logged or displayed
- Only Read + Trade Binance permissions needed
- All mainnet trades require explicit
CONFIRM - No withdrawal permission required
signal for BTC
signal for ETH
my portfolio
buy SOLUSDT $10
sell BNBUSDT $20
crypto news
post to square — BTC just broke ATH!
whale alerts
open trades
close BTCUSDT
- Fetch 100 candles of 4h kline data
- Calculate EMA20, EMA50, RSI14, Volume spike
- Find Support/Resistance levels
- Send all data to Groq LLaMA-3 70B
- AI returns: direction, confidence, entry, TP1, TP2, SL
- Auto-monitor price — post update when TP/SL hits
- Scan BTC, ETH, BNB, SOL every 15 minutes
- Buy signal: EMA20 > EMA50 + RSI < 38 + Volume spike
- Safety: Skip if 1h volatility > 5%
- Max 3 open trades, configurable trade size
- Always asks CONFIRM before first trade
- OpenClaw — Agent runtime
- Groq AI (LLaMA-3 70B) — Signal analysis, post generation
- Binance API — Trading, klines, account data
- Binance Square API — Social posting
- CryptoPanic API — News feed (free, no key needed)
- Whale Alert API — On-chain whale tracking (optional)
binance-ai-assistant/
├── skill/
│ ├── SKILL.md # OpenClaw skill definition
│ └── index.js # Core skill logic
├── dashboard/
│ └── index.html # Full web dashboard
└── README.md
This tool is for educational and informational purposes. Crypto trading involves significant risk. Always do your own research. Never trade more than you can afford to lose.
Built with ❤️ for #AIBinance OpenClaw Competition | March 2026