# Chain Insights > AML investigation infrastructure for agents and analysts. Chain Insights > turns semantic blockchain data into investigation tooling: Chain Insights > Graph (hosted topology, facts, and risk scores), an open-source package > with self-run investigation workspaces, and fixed-price investigation > workflows for agent-to-agent commerce on Virtuals Protocol (ACP). Currently live network: Bittensor (full-history semantic graph at identity grain). Additional networks are on the public roadmap. ## Install - `npm install -g chain-insights@latest` — CLI (`chain-insights`, alias `cia`) - `chain-insights --claude` / `--codex` / `--hermes` — register skills and the Graph connection for your MCP client - `chain-insights init` — create a local investigation workspace (cases, graph JSON, tabular extracts, reports) - Free local devkit: a Chain Insights-compatible backend with bundled Bittensor fixture data, including a seeded laundering incident to reproduce end to end. ## Capabilities - Machine-readable surface: https://chain-insights.ai/capability-manifest.json - Investigation workflows: address risk screening, victim fund tracing, suspect fund tracing, deposit-source tracing — fixed per-execution prices (see manifest for current values). - Graph access: read-only graph queries over live topology, archive topology, and facts; billed by hosted execution time with a free daily allowance per IP. ## Pages - https://chain-insights.ai/ — product overview with a reproducible sample investigation - https://chain-insights.ai/about/ — capabilities, access paths, roadmap - https://chain-insights.ai/pricing/ — execution-time and per-workflow pricing - https://chain-insights.ai/getting-started/ — install and first investigation walkthrough ## Source - https://github.com/chainswarm/chain-insights — package, docs, devkit