Анализ цепочки
Форензика и отслеживание транзакций в блокчейне.
Chain analysis (or blockchain analysis) encompasses techniques for extracting intelligence from public blockchain data. While addresses are pseudonymous, transaction patterns, clustering algorithms, and external data integration can often link addresses to real-world identities or entity types.
Key techniques include: address clustering (grouping addresses controlled by same entity), transaction graph analysis (following fund flows), heuristics (common spend, change detection), timing analysis, and integration with exchange KYC data. Machine learning increasingly automates pattern detection.
Major chain analysis providers include Chainalysis, Elliptic, and TRM Labs, serving law enforcement, exchanges, and compliance teams. Open-source alternatives and data platforms like Dune, Arkham, and Nansen provide varying levels of analysis capabilities.
Use cases span compliance (AML/KYC verification), investigations (tracking stolen funds, ransomware payments), market intelligence (whale tracking, fund flows), and research (DeFi metrics, network analysis). Privacy coins and mixing services attempt to defeat chain analysis but face increasing regulatory pressure.
graph LR
Center["Анализ цепочки"]:::main
Pre_blockchain["blockchain"]:::pre --> Center
click Pre_blockchain "/terms/blockchain"
Pre_cryptocurrency["cryptocurrency"]:::pre --> Center
click Pre_cryptocurrency "/terms/cryptocurrency"
Rel_blockchain_forensics["blockchain-forensics"]:::related -.-> Center
click Rel_blockchain_forensics "/terms/blockchain-forensics"
Rel_transaction_tracing["transaction-tracing"]:::related -.-> Center
click Rel_transaction_tracing "/terms/transaction-tracing"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Простыми словами
Это как детектив, который изучает общедоступную книгу со всеми денежными переводами, чтобы понять, кто и куда на самом деле отправил монеты.
🤓 Expert Deep Dive
Использует теорию графов и интеллектуальный анализ данных. Включает кластеризацию адресов и скоринг рисков для соблюдения AML-норм.