Ketimi TraderPaper Trading
Realtime · connecting

Settings

loading configuration…

Bot configuration — credentials, tracked assets, risk limits and cycle cadence.

API credentials

Keys live in the backend environment (Infisical-ready) and never reach the dashboard. GET /settings reports presence only — values are never exposed.

xAI · Grok
XAI_API_KEY
Anthropic · Claude
ANTHROPIC_API_KEY
Alpaca · Paper broker
ALPACA_API_KEY / ALPACA_SECRET_KEY
OKX · Crypto paper
OKX_API_KEY / OKX_SECRET_KEY
Key status will appear once the backend exposes api_keys_status in GET /settings.
Risk management

Hard limits enforced by Claude before any order reaches the execution engine. Applied at runtime via PUT /settings.

Max position size
Per single entry, USD
Max daily loss
Kill switch trips beyond this, USD
Max open positions
1 – 100
Risk per trade
Fraction of equity — 0.01 = 1 %
Orchestrator & LLM budget

Cycle cadence is live runtime config. The LLM budget is reported read-only; fine-grained caps (daily calls, throttle, concurrency) have no API yet.

Cycle interval
Minutes between cycles · 1 – 1440
LLM budget
Awaiting backend API
Pause agents
Keeps the loop alive but skips LLM debates
Trading mode

Phase 1 enforces paper trading at the control layer — the API refuses live mode.

Current modePAPER
Paper balance
Account equity snapshot from GET /settings
Live trading unlocks in Phase 2, after audit of paper results.
Kill switch state loads with the configuration.
Tracked assets

Symbols scanned on every cycle — edits apply at runtime via PUT /settings.

0 tracked
Danger zone

Destructive actions — always confirmed twice.

Reset paper account
Closes all positions and resets equity — awaiting backend endpoint