AI News BNB Trader
/install ai-news-bnb-trader
AI News BNB Trader
Run an event-driven BSC trading bot using news sentiment + risk gates.
Safety first
- Default
DRY_RUN=true. - Never print private key/seed in logs.
- Only whitelist assets (
WBNB,USDT/BUSD/USDC). - Panic mode immediately disables trading.
Commands
npm run start -- start
npm run start -- status
npm run start -- panic
npm run start -- revoke-approvals
npm run key:encrypt -- --out ./secrets/key.json
News modes
- Poll REST via
NEWS_API_URLeveryNEWS_POLL_SECONDS - Optional WebSocket via
NEWS_WS_URL
Both modes dedupe on news.id and log failures with exponential backoff.
Signal models
RuleSignalModel(default): keyword rules with explainable reasonsOpenAISignalModel(optional): enabled whenOPENAI_API_KEYis set; timeout + fallback to rules
Strategy
- Buy WBNB with stablecoin if
sentiment * impact >= BUY_THRESHOLDand confidence >=MIN_CONF - Sell WBNB to stablecoin if
sentiment * impact \x3C= -SELL_THRESHOLDand confidence >=MIN_CONF - Enforce all risk gates before execution
Risk controls
- Max order notional / max position pct / daily trade cap
- Daily loss cap (MTM approximation)
- TP/SL from avg entry
- Cooldown between trades
- Slippage cap from quote
- Consecutive failures -> SAFE_MODE
Notes
- Prefer private RPC (
PRIVATE_RPC_URL) when provided. - For production: validate token/DEX addresses and add deeper MEV defenses.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-news-bnb-trader - After installation, invoke the skill by name or use
/ai-news-bnb-trader - Provide required inputs per the skill's parameter spec and get structured output
What is AI News BNB Trader?
TypeScript (Node.js 20+) AI news-driven BNB strategy trading bot for BSC. Use when user wants event/news sentiment signals, strict risk controls, and automat... It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.
How do I install AI News BNB Trader?
Run "/install ai-news-bnb-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI News BNB Trader free?
Yes, AI News BNB Trader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AI News BNB Trader support?
AI News BNB Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI News BNB Trader?
It is built and maintained by happyRstudent (@happyrstudent); the current version is v0.1.0.