Non-custodial by architecture
Your funds never leave the exchange. VolatiCloud orchestrates execution via your API key — we recommend enabling trading but disabling withdrawals at the venue. Keys, whitelists, and the audit trail stay with you.
Build strategies visually or in Python, backtest on real market data, train reinforcement-learning agents, and run bots across 14 exchanges — in a single non-custodial, encrypted platform. Built on the open-source Freqtrade engine.
Built on open foundations
Built on the open-source Freqtrade engineNames shown are integrated exchanges and technologies, not endorsements
The commitments we build around — non-custodial, encrypted, open-source, and testable. Every one is verifiable from outside our perimeter.
Your funds never leave the exchange. VolatiCloud orchestrates execution via your API key — we recommend enabling trading but disabling withdrawals at the venue. Keys, whitelists, and the audit trail stay with you.
Every exchange API key, runner credential, and webhook secret is encrypted at the field level with AES-256-GCM, using per-organization wrapping keys. Strategy code and backtests are not secrets and are stored normally.
Built on Freqtrade — 30,000+ GitHub stars, MIT licensed, community-reviewed. Export any strategy to native Python on demand. No proprietary execution layer, no lock-in.
Backtest every strategy against real historical market data, then run it in dry-run mode against live prices with no capital at risk. Go live only when you're ready.
VolatiCloud sits between your operator surfaces and the exchange perimeter. Every signed exchange request originates here; no funds, no withdrawals, and no custody ever cross the venue boundary.
Funds remain on the exchange; we recommend disabling withdrawals at the venue.
Field-level AES-256-GCM on exchange keys, runner credentials, and webhook secrets.
Strategies, keys, bots, and data are scoped per organization with fine-grained authorization.
Strategies compile to standard Freqtrade Python you can take anywhere — no lock-in.
Most “crypto bot” tools sell you a template marketplace. VolatiCloud gives you the primitives a serious operator actually needs — strategy authoring, execution, backtesting, reinforcement learning, risk, and team operations — under one dashboard.
Drag-and-drop builder with 27 technical indicators, position sizing, leverage controls, and long/short support — or drop into a Freqtrade-compatible Python file in Code Mode.
The cloud-hosted Freqtrade engine routes orders to 14 venues. Spot on all 14, futures on 8, margin on Binance. Dry-run promotion lets you rehearse before risking capital.
Validate strategies against real historical market data. Sharpe, Sortino, Calmar, max drawdown, profit factor — plus a hyperparameter optimizer that runs on our infrastructure, not your laptop.
Train FreqAI-native reinforcement-learning agents in the cloud — visually or in Python. PPO, A2C, DQN, QRDQN, TRPO and Maskable PPO, on your existing runners. Available on Pro and Enterprise.
Server-side risk controls — stoploss, trailing stoploss, drawdown protection, and max-open-trade limits — keep working even if your browser is closed. Live PnL and bot health stream over WebSockets.
Organize bots, strategies, and exchanges into workspaces with per-organization isolation. Role-based access control (RBAC) for desks is available on Enterprise.
Every exchange API key, runner credential, and webhook secret is encrypted at the field level with AES-256-GCM and a per-organization wrapping key. Strategy code and backtests aren't secrets and are stored normally.
Plaintext lives only inside the request perimeter — for the moment it takes to sign an exchange request — then is discarded. It is never written to disk and never logged. Organizations that want to hold the key themselves can enable passphrase-based end-to-end encryption or bring-your-own-key.
Even if our database were exfiltrated, an attacker would walk away with ciphertext bound to per-org keys they cannot reach.
Withdrawals can be disabled at the API-key level. The exchange enforces it; we cannot override it.
Structured logs strip credentials before they hit any sink. Secrets are encrypted at the field level.
Strategy code, parameters, and PnL are isolated per organization.
Every bot runs behind Freqtrade's risk controls — stoploss, drawdown protection, stoploss guards, and cooldowns. They're enforced server-side, so they keep working even if your browser is closed. Values shown are illustrative.
| Control | Scope | Current | Threshold | Headroom |
|---|---|---|---|---|
| Stoploss | Per trade | −1.2% | −5.0% | |
| Max drawdown protection | Portfolio | −2.4% | −8.0% | |
| Stoploss guard | Per pair | 1 | 4 | |
| Max open trades | Per bot | 4 | 6 | |
| Stake per trade | Sizing | $420 | $600 | |
| Cooldown after exit | Per pair | 2 | 6 |
Configure per-pair and bot-level protections that pause entries or close positions. The active selection shows the behaviour for stoploss.
A fixed stop-loss closes a trade when it falls below the configured percentage from entry. Trailing stoploss can lock in gains as price rises.
Route one strategy across multiple exchanges, or isolate each bot to its own account. All 14 venues support spot; 8 support futures; margin is available on Binance. Wherever Freqtrade ships support, we ship in lock-step.
Reinforcement learning agents learn a trading policy from your market data instead of following hand-written rules. Build the reward visually or in Python, pick an algorithm, and train — FreqAI-native, running inline on your existing bot runners. No separate GPU job, no extra infrastructure.
Compose conditions and indicators visually, or write a Freqtrade-compatible Python file in Code Mode. The visual builder compiles to native Freqtrade Python — readable, forkable, and versioned, with 27 indicators to choose from.
Build visually to get started fast, then export to native Freqtrade Python any time — fork it, version it, and run it anywhere. No lock-in.
VolatiCloud orchestrates Freqtrade through a pluggable runtime layer. Use our managed fleet, or bring your own Docker or Kubernetes cluster. Every TLS cert, kubeconfig, registry login, and backup key is field-level encrypted before it lands in our database.
Backtest every strategy on real historical market data across all 14 venues, with 27 indicators to choose from. Sharpe, Sortino, Calmar, max drawdown, and per-trade results. The backtest below is a real one anyone can open and fork — not an illustration.
A real backtest anyone can run — example shown for illustration. Past results are not a promise of future performance, and nothing here is financial advice.
Watch every bot's PnL, open trades, and health in real time. Create rules for trade events, drawdowns, halted bots, and connection issues — delivered by email and the in-app notification bell. Slack, Telegram, and webhook delivery are on the roadmap.
Group bots, strategies, and exchange connections into workspaces, each isolated per organization. Role-based access control (RBAC) lets you grant the right scope to each member — available on the Enterprise plan. Roles shown are illustrative.
| Role | Type | Permissions |
|---|---|---|
OA Org Admin | Administrator | Manage orgBillingMembers |
T Trader | Trader | Create botsRun strategies |
A Analyst | Analyst | BacktestView results |
V Viewer | Viewer | Read-only |
We market what we actually do. VolatiCloud does not advertise third-party compliance badges or attestations it has not earned — and we won't claim any we don't hold. Here's the real security posture you can verify for yourself.
Funds stay on your exchange. We recommend an API key with trading enabled and withdrawals disabled — the venue enforces it.
Field-level encryption on every exchange key, runner credential, and webhook secret, with per-organization wrapping keys.
Optionally hold the key yourself with passphrase-based E2EE or bring-your-own-key. No passphrase, no decryption.
Strategies, keys, bots, and data are scoped per organization with fine-grained authorization.
Built on Freqtrade — MIT licensed, community-reviewed. Export your strategies to native Python any time.
Backtest on real historical data, dry-run against live prices, then go live when you're ready.
Self-hosted Freqtrade is excellent software — and we run it for you. Marketplace bots optimise for marketing, not risk. Custodial platforms take your funds. VolatiCloud is the operator-grade middle: hosted, encrypted, non-custodial.
Self-hosted Freqtrade You run it | VolatiCloud Hosted control plane | Bot marketplace Strategy SaaS | Custodial platform Holds funds | |
|---|---|---|---|---|
| Custody of funds | You · self-hosted | Stays on exchange | Stays on exchange | Held by provider |
| Strategy authoring | Python only | Visual + native Python | Templates · limited code | Provider-defined |
| Reinforcement learning | DIY FreqAI | Visual + Python, hosted | Rare / none | N/A |
| Backtesting | Your hardware | Real data · hosted hyperopt | Backtests-as-marketing | Internal only |
| Risk controls | Configure yourself | Stoploss · drawdown protection | Per-bot stop-loss | Provider-defined |
| Credential encryption | On you | AES-256-GCM · per-org · optional E2EE/BYOK | Provider-managed | N/A — provider custody |
| Team / RBAC | None | Workspaces · RBAC (Enterprise) | Single user | Per-mandate |
| Pricing model | Free + your infra | Flat monthly fee | % of volume / profits | Mgmt + perf fees |
| Vendor lock-in | None | None · OSS core, exportable | High · proprietary | High · custodial |
Reflects representative public offerings by category · Last updated 2026-06-28 · specific provider terms vary — always check the current terms before deciding
Most competitors charge a percentage of your trading volume. We charge a flat monthly fee — your profits stay yours. Try Pro free for 7 days, no credit card required.
Learn the platform and run your first live strategy.
Get startedFor serious traders who run multiple strategies live.
Start 7-day free trialFor desks and small funds running fleets of bots.
Contact salesNO CREDIT CARD REQUIRED · CANCEL ANY TIME · TRADING FEES PAID DIRECTLY TO THE EXCHANGE
VolatiCloud is a cloud-hosted control plane for automated cryptocurrency trading bots. It pairs a visual strategy builder with the open-source Freqtrade engine, real-data backtesting, hyperparameter optimization, reinforcement learning, and 24/7 monitoring across 14 exchanges — all from a single dashboard.
Funds always stay on your exchange account. VolatiCloud only orchestrates — we connect to the exchange via your API key and place orders on your behalf. You keep withdrawal rights, withdrawal whitelists, and a full audit trail. We never hold custody of your assets.
API keys and other secrets are encrypted at the field level with AES-256-GCM, never logged in plaintext, and isolated per organization. We strongly recommend creating an exchange API key with trading enabled but withdrawals disabled. Optional passphrase-based end-to-end encryption (E2EE) and bring-your-own-key (BYOK) are available for organizations that want to hold the key themselves.
We support 14 venues — every exchange the open-source Freqtrade engine ships with: Binance, Binance US, BingX, Bitget, BitMart, Bitvavo, Bybit, Gate.io, HTX, Hyperliquid (DEX), Kraken, KuCoin, OKX, and MyOKX (EEA). All 14 support spot trading; 8 support futures; margin is available on Binance. New exchanges land in lock-step with each Freqtrade upstream release.
Both, depending on how you use it. The trading engine is Freqtrade itself, so any strategy that runs in Freqtrade runs on VolatiCloud unchanged. On top of that we've built a visual strategy builder, multi-exchange management, a hyperopt UI, dashboards, and alerting. If you'd otherwise self-host Freqtrade on a VPS, VolatiCloud is the managed version. If you've never used Freqtrade, the visual builder gets you to a live bot without writing Python.
Yes. Drop your strategy.py into the Code Mode editor and the bot picks it up exactly as it would in a self-hosted Freqtrade install. You can also use Code Mode to extend strategies generated by the visual builder — the builder compiles to native Freqtrade Python.
Not at all. The Visual Strategy Builder lets you create strategies using a drag-and-drop condition tree with 27 built-in indicators, leverage controls, and long/short support. Coding experience helps if you want to drop into Python via Code Mode, but it's entirely optional.
Yes — Pro includes a 7-day free trial, and no credit card is required to start. Add an exchange, build a strategy, and run live bots for a week at no cost. After the trial, Pro is $29.99/month (or $24.99/month billed annually). Cancel any time before the trial ends and you owe nothing.
Yes — and we strongly recommend it. Every strategy can be backtested against real historical market data with detailed metrics: win rate, Sharpe, Sortino, Calmar, max drawdown, profit factor, and more. You can also run any bot in dry-run mode to simulate live trading on real-time prices without risking capital.
Alerts are delivered by email and through the in-app notification bell today. You can create rules for trade events, drawdowns, halted bots, and connection issues. Slack, Telegram, and webhook delivery are on the roadmap.
Starter is $3.99/month (or $3.49/month annual) for up to 2 bots. Pro is $29.99/month for up to 10 bots, hyperopt, reinforcement learning, and code mode. Enterprise is $79.99/month for up to 50 bots and team management. Unlike most competitors, we charge a flat fee — never a percentage of your trading volume or PnL. Exchange trading fees are paid directly to the exchange.
Yes. Subscriptions are month-to-month with no contract. Cancel from the billing page and you'll keep access through the end of the current period. We also support deferred downgrades — switch to a smaller plan and the change takes effect at the next renewal.
Connect an exchange, build a strategy in the visual builder, run a backtest, and deploy. Start a 7-day Pro trial — no credit card required.