How much do trading bots cost? The four real costs
People ask "how much do trading bots cost" expecting one number. There isn't one. Your total cost is the sum of four separate line items, and which one hurts most depends on how the bot trades.
- Software or subscription — the fee to use the bot platform itself.
- Profit-share / performance fee — a cut of your gains, common in copy trading and vaults.
- Exchange trading fees — paid on every order the bot sends, forever.
- Hosting — a VPS or server to keep the bot online 24/7.
A cheap $19/month subscription can still bleed you dry if the bot churns through trades and racks up exchange fees. A "free" bot is never free once it starts placing orders. Price the whole stack, not the headline.
What do trading bot subscriptions cost?
Subscription bot software falls into three rough tiers.
- Free tiers — many exchange-native bots (grid, DCA, spot rebalancing) cost nothing to run. Some platforms charge zero subscription and only take a small per-trade fee, often around 0.05%.
- Retail SaaS — third-party bot platforms typically charge $15-$100/month depending on how many bots, exchanges, and features you turn on. Annual plans usually knock 20-40% off.
- Pro / API-heavy tools — advanced platforms with backtesting, custom signals, and higher API limits can run $100-$300+/month.
Open-source frameworks like Freqtrade or Hummingbot are free to download. You still pay in time, in server costs, and in the risk of running code you don't fully understand. On the free vs paid trading bots question, the honest split is this: free tools cost you learning hours; paid tools cost you money but hand you a UI, presets, and support. Neither buys you a profitable strategy. If you're still unsure a bot can even work, read do trading bots actually work before you spend a cent.
How do profit-share and performance fees work?
Profit-share is where the real money changes hands, and it's easy to underestimate. Instead of a flat fee, the platform or lead trader takes a percentage of your gains, usually 10-20%.
Copy-trading services and managed vaults almost always use this model. On Hyperliquid, for example, vault leaders receive a 10% profit share for managing the vault, taken from depositor gains. That sounds cheap until you compound it: a strategy netting 30% a year hands 3 percentage points straight to the leader, and you eat 100% of the drawdowns yourself.
Two things people miss with performance fees:
- Asymmetry. You share the upside but carry the full downside. A 10% cut on winners with no rebate on losers is a worse deal than it looks.
- High-water marks vary. Some platforms only charge on new profit above your previous peak; others reset. Read the terms before you deposit.
If you're weighing this model, our guide on crypto copy trading is worth a read first.
What are exchange fees really costing your bot?
This is the cost that quietly ends most bots. Every order pays a trading fee, and bots place a lot of orders.
Fees are quoted in basis points (1 bp = 0.01%). Typical figures:
| Venue / order type | Common fee | Round-trip cost |
|---|---|---|
| Spot taker (major CEX) | ~10 bps (0.10%) | ~20 bps |
| Spot maker (major CEX) | ~1-8 bps | ~2-16 bps |
| Perp futures taker | ~4-5 bps | ~8-10 bps |
| Perp futures maker | ~1-2 bps | ~2-4 bps |
Now the math that matters. Say a grid bot flips a $2,000 position 30 times a day, paying taker fees of 10 bps per side (20 bps round trip). That's 30 x $2,000 x 0.20% = $120 a day, or roughly $3,600 a month, in exchange fees alone. No $49 subscription comes close. This is why serious bots post maker orders (cheaper, sometimes rebated) and hunt for low-fee venues.
On perpetual futures there's a second recurring cost most beginners forget: funding rates. Funding is paid between longs and shorts, every 8 hours on most centralized exchanges and hourly on Hyperliquid. If funding averages +0.01% per 8-hour period and your bot holds a long, that's about 0.03% a day, or roughly 11% annualized, paid out just to hold the position. It isn't a fee to the exchange, but it's a real drag on a bot that carries directional positions.
Do you need a VPS, and what does it cost?
If your bot must run 24/7 and react in seconds, you need it hosted somewhere that never sleeps, not on a laptop that closes its lid. A virtual private server (VPS) is the standard answer.
- Entry VPS — $5-$20/month gets you a small cloud instance from providers like DigitalOcean, Vultr, or Hetzner. Fine for most retail grid and DCA bots.
- Low-latency / co-located — arbitrage and market-making bots that need to sit close to the exchange can pay $50-$300+/month.
- Home server — a Raspberry Pi or spare mini-PC has near-zero marginal cost but adds downtime risk if your home internet or power drops.
For most people a $6-$10 VPS is plenty. We break down the trade-offs in VPS vs home server. The point for budgeting: hosting is real, but it's usually the smallest of the four costs.
Free vs paid trading bots: which is actually cheaper?
Free isn't automatically cheaper, and paid isn't automatically better. It depends on trade frequency and your time.
- Low-frequency bot, small account: a free exchange-native grid or DCA bot plus a $6 VPS is often the whole bill. Paying $49/month for features you won't use is waste.
- Active or multi-exchange bot: a paid platform's backtesting, presets, and monitoring can be worth it, but the subscription is still a rounding error next to exchange fees.
- Copy trading: "free to join" usually means the cost is buried in the 10-20% profit-share. That can be the most expensive model of all if the strategy performs.
The regulators are blunt about the sales pitch. The CFTC warns plainly that no automated system can guarantee returns, and that fee scams work by getting you to pay upfront and then keep paying commissions and fees chasing phantom profits. If a bot's marketing leads with guaranteed profit instead of a transparent fee schedule, the price you can't see is the one that gets you.
How to calculate your true break-even
Before you pay for anything, add up what the bot must earn just to get you back to zero. A simple monthly formula:
Break-even = subscription + VPS + (expected trade volume x round-trip fee) + funding drag + (profit-share x expected gains)
Work an example. Suppose you run a bot on a $10,000 account: $29 subscription, $10 VPS, and it trades $50,000 of monthly volume at 15 bps round trip (that's $75 in fees). Your fixed cost floor is about $114/month, or roughly 1.1% of the account, before funding and any profit-share. The bot has to clear that hurdle every month just to break even, and that's the easy part. Most retail bots fail here: after costs, the majority of accounts lose money, which is exactly what the overfit backtest conveniently hid.
Run the numbers with realistic fees and honest volume before you subscribe to anything. If the strategy can't clear its own cost stack on paper, no discount code will save it live.
Frequently asked questions
Are free trading bots actually free?
No. A free bot charges no subscription, but you still pay exchange trading fees on every order, funding on perpetual positions, and hosting if it runs 24/7. For an active bot, those exchange fees typically cost far more per month than any subscription would. "Free" only refers to the software, never the trading.
What is the biggest hidden cost of a trading bot?
Exchange trading fees on high-frequency strategies. A bot flipping positions dozens of times a day can pay thousands a month in fees on a modest account, dwarfing the subscription. Copy-trading profit-share (10-20% of gains) and perpetual funding rates are the other two costs beginners routinely forget to budget for.
How much should I budget to run a bot per month?
For a low-frequency retail setup, expect roughly $10-$60 a month: a small VPS ($6-$10) plus an optional subscription ($15-$50). Active or high-volume bots pay far more through exchange fees, which scale with trade count and volume rather than a flat rate. Always model fees against your expected trade volume.
Is a profit-share bot cheaper than a subscription bot?
Not necessarily. A profit-share model (common in copy trading and vaults) costs nothing when you lose but takes 10-20% of gains when you win, and you still carry the full downside. If the strategy performs well, profit-share can be the most expensive option of all. A flat subscription is more predictable.
Do trading bots pay exchange fees on every trade?
Yes. Every order the bot places pays a fee to the exchange, quoted in basis points. Maker orders (adding liquidity) are cheaper and sometimes rebated; taker orders (removing liquidity) cost more. Because bots trade frequently, these small per-order fees compound into the largest cost most active bots face.
