Quantumtoken AI never holds your funds. Live trading uses a private key only on your computer. We recommend a fresh trading wallet — not your main Phantom.
Requires Enterprise (live feature). Paper on Starter/Pro does not spend real money.
node cli.mjs wallet-newCopy the printed address. The secret is also in
data/solana-wallet.json (never commit or upload this file)..env only (same bot folder):SOLANA_PRIVATE_KEY=paste_secretKeyBase58_here LIVE=1 LIVE_DRY_RUN=1 LIVE_BANKROLL_USD=200 LIVE_MAX_POSITION_USD=25 LIVE_MAX_DAILY_LOSS_USD=50Optional:
SOLANA_RPC_URL=... (Helius / your RPC). Save the file.LIVE_DRY_RUN=1) — restart the bot:node cli.mjs serveOpen http://localhost:7778 and confirm it shows live dry-run (no real spends).
LIVE_DRY_RUN=0, restart. Use the dashboard Kill live button (or create data/live-kill.flag) to stop new buys instantly.Never paste your key into the website, Discord, or email. If someone asks for it, it’s a scam. See Risk and Terms.