Quick Start
Get your first Diverg investigation running in minutes.
Overview
Diverg is an autonomous security and blockchain investigation platform. You can run investigations on demand (e.g. from a CLI or browser), schedule them for continuous monitoring, or use the API for programmatic access. This guide walks you through the fastest path to seeing results.
Step 1: Get access
Diverg Open is self-serve where we offer it. Private investigations and deeper analysis are scheduled separately.
- Diverg Open: Sign in at dash.divergsec.com for the web console and API where available.
- Private / enterprise: For on-premise deployment, custom integrations, or a scoped investigation or security assessment, email [email protected].
Step 2: Choose your interface
Depending on your use case, you can run investigations via:
- Web dashboard: Run scans, view reports, and manage targets from the browser (Diverg Open).
- CLI: Local command-line tool for developers and security researchers. See Installation for setup.
- API: Trigger investigations and retrieve results programmatically. See API Reference for endpoints and authentication.
- Browser extension: Diverg Open in Chrome, see diverg-extension (source; install from the listing or developer mode per release notes).
- Agents (OpenClaw): Diverg Auto is the OpenClaw-facing layer so agents can drive Diverg Open with natural-language commands. See Integrations.
Step 3: Run your first investigation
Once you have access:
- Web target: Submit a URL or domain. Diverg will run reconnaissance, vulnerability checks, headers/SSL analysis, and (if configured) auth and API testing. Results appear in a structured report with severity and evidence.
- Blockchain target: Submit a wallet address or token contract. Diverg will profile the wallet, map transactions, and (with API keys) pull in entity labels and flow visualizations from Solscan, Arkham, and Bubblemaps.
- Combined: For targets that have both web and on-chain presence, run both in one investigation to get a single correlated view.
Next steps
Read What is Diverg? for a conceptual overview, Architecture for how the system works, and the Whitepaper for the full technical document. For setup details, see Installation and Integrations.