Automated DCA crypto trading, self-hosted.
SymBot is a user-friendly, fully automated Dollar-Cost-Averaging cryptocurrency bot. Runs on your machine. Your keys never leave your hardware.
Built for control & performance
100% self-hosted
Your API keys never leave your machine. No third-party custody, no opaque cloud.
Smart DCA strategies
Configure base orders, safety orders, and take-profit algorithms with precise control.
Real-time signals
Native 3CQS signal integration. Trade on the same data the screener shows.
AI deal analysis
Optional AI-powered analysis to evaluate open deals and surface insights.
Multi-exchange
Binance, Coinbase, Kraken, KuCoin, OKX — dozens of exchanges supported via CCXT.
Web dashboard
Responsive UI for managing bots, monitoring deals, and reviewing trade history.
Get started in seconds.
Spin up SymBot with Docker for the most seamless experience. Or clone and run from source if you prefer.
- Alpine-based slim image
- Non-root user security
- Auto-updates supported
- Telegram / Discord / webhook integrations
$ cd SymBot
$ docker compose up -d
✓ Server running at http://localhost:3000
Common questions
Is SymBot free to use?
Yes. SymBot is open source under a permissive license. No subscription, no per-trade fees, no hidden costs. Just clone, configure, run.
What do I need to get started?
A machine that can run Node.js or Docker, plus an exchange account with API keys configured for trading. Read-only keys won't work for executing deals.
Does it run on my computer?
Yes. SymBot is designed to run locally — Windows, Mac, or Linux. You can also run it on a VPS or any container host.
Is it secure?
SymBot is purposely designed as a self-hosted application. Sensitive data like your API keys is never sent to or stored by a third party. All configuration is AES 256-bit encrypted at rest.
How does it use 3CQS signals?
SymBot subscribes to the same BOT_START and BOT_STOP signals you can see live in the Screener. When a signal matches your bot's pair list and strategy criteria, SymBot can open or close a deal automatically.