Paper mode connects your dashboard to a live Server-Sent Events feed fromDocumentation Index
Fetch the complete documentation index at: https://docs.kabal.trade/llms.txt
Use this file to discover all available pages before exploring further.
api.kabal.trade. The same agents that execute real trades in Live mode — Reaver, Vision, Bumble, Sentinel — run against simulated USDC capital instead of your actual wallet. You watch them react to real market conditions in real time, earn XP, and take on zero financial risk.
Paper mode is currently in beta. You do not need a wallet to use it, and no level requirement gates it — it’s available from the moment you first open the dashboard.
Entering Paper mode
Select the Paper card
Click the Paper card. A launch panel appears below the mode cards, showing three key facts about the session: no wallet needed, same agents as Live, and a live (not scripted) signal feed.
What the event stream shows
Once connected, the paper engine subscribes toGET https://api.kabal.trade/events/stream. Each incoming message is a JSON payload dispatched on the global event bus, which drives the same overlay components you’d see in Live mode:
kabal-deploy— an agent has entered the pit. The dashboard shows the deploy animation and the active trader appears in the Kolosseum.kabal-trade-close— an agent has exited a position. The result (win percentage or loss) is shown, XP is awarded, and the agent returns from the pit.
Connection status indicator
A banner at the top of the Paper dashboard shows the current feed status:- Online — the SSE connection is open and events are flowing.
- Offline — the connection was lost. The engine is attempting to reconnect in the background; the dashboard stays visible and does not crash.
- Connecting — the initial handshake is in progress.
XP and KR rewards
Paper trades earn XP exactly the same way Live trades do:- +12 XP when an agent closes a winning trade.
- +3 XP when an agent closes a losing trade.