Chain Trace Labs gives forensic firms a professional blockchain investigation workflow for ransomware tracing, fraud analysis, case intelligence, monitoring, reporting, evidence handling, and client-ready delivery across complex matters.
Built for investigation teams that need scalable tracing, case intelligence, evidence workflows, and client-ready outputs rather than isolated blockchain lookups.
| Metric | Result | ||
|---|---|---|---|
| Batch trace (500 cases) | 41 min | Fastest | |
| Single TXID trace | Case-dependent | Fastest | |
| Cross-case graph build | Real-time | Unique | |
| Report generation (PDF) | 12s | Fast | |
| API response (p99) | Sub-second typical | Fast | |
| Engine uptime (SLA) | High-availability target | Target |
Every stage is automated. You control what runs, when it runs, and who sees the output.
// Initiate a batch trace $ct = new Chain Trace\Client([ 'api_key' => getenv('CT_API_KEY'), 'white_label' => 'yourfirm.com', ]); $batch = $ct->batch->create([ 'cases' => csv_to_array('cases.csv'), 'tier' => 'enterprise', 'notify' => 'https://yourfirm.com/hook', ]); // Poll for completion while ($batch->status !== 'complete') { sleep(30); $batch->refresh(); } // Pull structured results $results = $batch->results([ 'format' => 'json', 'include' => ['graph', 'report_url'], 'exchange_hits_only' => true, ]); echo $results->count() . " exchange hits found";
Book a technical demo and we'll run a live trace on a real case from your queue - no sanitised data, no slide deck. Just the engine at work.