Article · Kraken API Trading Bot

Paper Mode vs Live Mode on a Kraken Bot

Same strategy, same signals — the difference is whether orders touch real funds, and a confirmation gate the bot will not let you skip.

Published June 4, 2026 · Primary topic: paper mode vs live mode

← Back to the Kraken API Trading Bot hub

Paper mode and live mode run the same strategy, react to the same signals, and respect the same risk limits. There is exactly one difference between them, and it is the one that matters: whether an order touches real money. Understanding what changes — and, just as importantly, what does not — is the difference between trusting automation and being surprised by it.

What stays the same

In both modes the bot reads the market, scores signals against their full cost, rejects the ones that cannot beat their friction, and logs every decision to the audit trail. Your risk limits, cooldowns, and kill switch all apply identically. The point of paper mode is that it is not a watered-down rehearsal — it is the full machine, running on real prices, with simulated funds.

What changes in live mode

Live mode sends real orders to the Kraken API against real balances. Fills now depend on real liquidity, so the slippage you modelled becomes slippage you actually pay. This is why the cost-beating rule and a realistic cost model matter so much before you flip the switch: live mode has no undo.

The paper-to-live gate

Between the two modes sits a confirmation gate the bot refuses to skip. You cannot drift from paper into live by accident; going live is a deliberate, explicit action. The gate exists because the right order of operations is fixed — prove a strategy in backtests, then in paper, and only then consider live — and the platform encodes that order rather than trusting you to remember it under pressure.

No mode guarantees profit

Neither paper nor live mode promises a result. Paper mode proves your discipline and your wiring; live mode tests them against real money. The bot enforces the rules and records the outcomes — the outcomes themselves are never guaranteed, and nothing here is financial advice.

Set up your connection first with how to create and scope Kraken API keys. To validate a strategy before any of this, see walk-forward testing explained, and to set the limits the live bot enforces, read how to set per-trade and daily risk limits.

Important

This is not investment advice.

GreatDane Trades is an education, backtesting, and trading automation platform. Nothing on this site is financial advice. Results are simulated. Backtests do not guarantee future results. Markets can diverge from simulations. Trading cryptocurrencies involves substantial risk including the total loss of capital. Paper trading should come before live trading. Users are responsible for their own trades.

Read the full risk disclaimer →

More in Kraken API Trading Bot

Closely related guides in this topic cluster.

See every guide in this cluster on the hub: Kraken API Trading Bot.

Explore the other pillars

Put the discipline into practice — in paper first.

Start in paper mode, validate with walk-forward backtests, and let the risk engine hold the line. No real capital is at risk until you decide to connect Kraken.

No profit promises. Paper trading by default.