trading-bot
// pricing

Pay for strategy updates.
Software is free.

The bot itself is open infrastructure — Docker image, MIT-licensed core. Subscribe to access curated strategies that update automatically.

// pricing not yet configured

Plans will appear here once they're created in the admin panel.

// faq

Common questions

What happens if I cancel? +
Your bot keeps running with the strategies it has cached locally. You just stop receiving updates and new strategies. Resubscribe anytime.
Do you ever see my Binance API keys? +
No. Keys are entered through your local Telegram bot, encrypted with a master key generated on your machine, and stored in a local SQLite file. Our servers only handle license validation and strategy distribution.
What hardware do I need? +
Anything that runs Docker. A $5/month VPS works fine. So does a Raspberry Pi 4 or a desktop running 24/7. The bot uses ~200MB RAM.
Can I write my own strategies? +
Yes. The strategy interface is open — drop a Python file in app/strategies/local/ and the bot picks it up. Your custom strategies don't require any subscription.