Quickstart
Install Vizzor and run your first prediction in 60 seconds.
Install
bash
npm install -g @vizzor/clivizzorThat's it. Vizzor launches a guided setup wizard that walks you through:
- Choosing your AI provider (Claude, GPT-4, Gemini, or local Ollama)
- Setting up API keys
- Picking your default chain
- Optionally installing the ChronoVisor ML engine on first run
- Learning the first commands
Start predicting
shell
predict BTC price next weekanalyze $PEPE security and price outlookwhat's trending in crypto right nowfull microstructure analysis for ETHtrack wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045audit contract 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984Sample output
text
ETH at $2,112 | Bullish | Confidence: Medium-HighAt 4:00 PM: $2,128 (+0.8%) bull / $2,104 (-0.4%) bear1 day: $2,156 (+2.1%) bull / $2,068 (-2.1%) bear7 days: $2,295 (+8.7%) bull / $1,985 (-6.0%) bear1 month: $2,560 (+21%) bull / $1,840 (-13%) bearSupport: $2,005 / $1,900 | Resistance: $2,220 / $2,340Better prediction accuracy
After setup, follow these tips for the best results:
- Enable the ChronoVisor engine during setup, or run
vizzor chronovisor setuplater - Run
/cosmos onfor stricter tracked-only qualification and fewer low-edge setups - For intraday: focus on BTC, ETH, and SOL with
2h,3h,4h,6hhorizons - For scalping: focus on BTC and ETH with exact short horizons like
10m,20m,45m - For long-range: ask for
7d,30d,90d, or1yscenario ranges - Use
/precisionsto check tracked accuracy and/playbookfor the full operating workflow
Alternative setups
Ollama (free, offline, no API key needed)
bash
# 1. Install Ollama: https://ollama.aiollama pull llama3.2 # or qwen2.5:14b for better results # 2. Configure Vizzorvizzor config set ai.provider ollamavizzor config set ai.model llama3.2 # 3. LaunchvizzorOpenAI or Gemini
bash
vizzor config set ai.provider openaivizzor config set openaiApiKey sk-...# orvizzor config set ai.provider geminivizzor config set googleApiKey AI...From source
bash
git clone https://github.com/7ayLabs/vizzor.gitcd vizzorpnpm installpnpm buildpnpm link --globalDocker (full stack)
bash
cp .env.example .env # Configure API keysdocker compose up -d # CLI + ChronoVisor + PostgreSQL + Web DashboardPrediction tiers
Every emission lands in one of four tiers — only the strict tiers count toward the tracked win-rate cohort.
high-convictionwhale-confirmedtrackedadvisory
- high-conviction — ≥4-of-6 signal agreement + composite confidence ≥ 75 + horizon proven via calibrator
- whale-confirmed — passes high-conviction AND whale flow confirms direction
- tracked — passes all gates but doesn't meet the higher tier bars
- advisory — passes only the soft gates; doesn't count toward the strict WR cohort