CLI reference
Vizzor command-line interface — every subcommand, slash command, and TUI shortcut.
Top-level commands
Run vizzor with no args to enter the interactive TUI. Direct subcommands handle setup, wallets, the REST API, bots, OHLCV collection, and the ChronoVisor engine.
vizzor # Launch interactive TUIvizzor setup # Reopen guided setupvizzor config init # Initialize configvizzor config set <key> <value> # Set config valuevizzor config show # Show configvizzor wallet create|import|list|delete # Wallet managementvizzor serve [--port 7100] # Start REST API servervizzor api key create "my-app" # Create API keyvizzor bot start [options] # Start Discord/Telegram botsvizzor collect start [options] # Start OHLCV data collectionvizzor chronovisor setup # Install ChronoVisor enginevizzor chronovisor start # Start enginevizzor chronovisor stop # Stop enginevizzor chronovisor status # Engine health checkvizzor predictions reset # Reset prediction historyvizzor update # Update to latest versionvizzor health # Check config, keys, service connectivityTerminal UI
Launch with vizzor. Interactive chat with a live price ticker, streaming AI responses, and slash commands.
Price Ticker: Arrow keys to navigate, Enter to trigger prediction, Tab to toggle focus.
Slash commands
| Command | Description |
|---|---|
/scan <address> [--chain <chain>] | Token security + risk scan |
/track <wallet> [--chain <chain>] | Wallet forensics |
/trends | Trending tokens + top gainers/losers |
/audit <contract> [--chain <chain>] | Smart contract audit |
/add <symbol> | Add token to live price ticker (any source: Binance, CoinGecko, DEX) |
/remove <symbol> | Remove token from ticker |
/alerts | Interactive alerts panel — browse predictions, price alerts, notifications |
/alerts clear | Mark all notifications as read |
/alerts hide / /alerts show | Toggle alerts banner visibility |
/alerts purge [id|all] | Delete predictions, notifications, and alert rules |
/alerts delete <id|all> | Same as purge (alias) |
/chain [<id>] | Show/switch chain |
/provider | Show current AI provider |
/provider <name> | Switch to anthropic, openai, gemini, ollama |
/playbook | Exact steps for better tracked prediction win rate |
/agent create <name> [options] | Create autonomous agent |
/agent list | List agents |
/agent start <name> | Start agent |
/agent stop <name> | Stop agent |
/agent status <name> | Agent status + decisions |
/agent wallet <name> | Show agent wallet balance |
/agent trades <name> | Show agent trade history |
/backtest | Historical strategy backtest |
/chronovisor | ChronoVisor engine status |
/config | Show config |
/help | Command reference |
Alerts panel
Type /alerts to open the interactive panel. Use Up/Down to navigate predictions and alerts, Enter to view full details (entry price, confidence, outcome, signal snapshot), Escape to close.
Resolved predictions remain available after review and become visually muted as seen history. Pending predictions appear first; resolved predictions sort below them.
Free-text prompts
Inside the TUI, type any prompt — Claude (or your chosen provider) will pick the right tools, fetch data, and respond inline.
predict BTC price next weekanalyze $PEPE security and price outlookwhat's trending in crypto right nowfull microstructure analysis for ETHshould I buy SOL now?when does the next BTC unlock land?compare ChronoVisor vs Polymarket odds for ETH 6hWhen the AI emits a directional trade plan (Entry / TP / SL), the set_trade_plan_alerts tool automatically arms price-threshold alerts at those exact levels. A 🔔 Alerts armed footer in the reply confirms the action.