#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