Download · Account

Trade with your wallet (Solana)

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.

  1. Create a bot wallet inside the bot folder:
    node cli.mjs wallet-new
    Copy the printed address. The secret is also in data/solana-wallet.json (never commit or upload this file).
  2. Put the secret in local .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=50
    Optional: SOLANA_RPC_URL=... (Helius / your RPC). Save the file.
  3. Fund that address with USDC on Solana (plus a little SOL for fees). Start small — only what you can lose.
  4. Dry-run first (LIVE_DRY_RUN=1) — restart the bot:
    node cli.mjs serve
    Open http://localhost:7778 and confirm it shows live dry-run (no real spends).
  5. Real spends only when dry-run looks right: set 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.

Enterprise pricing Bot install guide