Search papers, labs, and topics across Lattice.
The paper introduces LOCARD, an agentic framework for blockchain forensics that models investigation as a sequential decision-making process, unlike existing static inference pipelines. LOCARD employs a Tri-Core Cognitive Architecture with a Structured Belief State to enforce forensic rigor. Evaluated on the new Thor25 cross-chain transaction tracing dataset (151k real-world records), LOCARD demonstrates high-fidelity tracing of laundering sub-flows from the Bybit hack, validating the agentic approach.
Blockchain forensics gets a major upgrade: LOCARD, an agentic framework, outperforms static methods by modeling investigations as dynamic decision-making processes.
Blockchain forensics inherently involves dynamic and iterative investigations, while many existing approaches primarily model it through static inference pipelines. We propose a paradigm shift towards Agentic Blockchain Forensics (ABF), modeling forensic investigation as a sequential decision-making process. To instantiate this paradigm, we introduce LOCARD, the first agentic framework for blockchain forensics. LOCARD operationalizes this perspective through a Tri-Core Cognitive Architecture that decouples strategic planning, operational execution, and evaluative validation. Unlike generic LLM-based agents, it incorporates a Structured Belief State mechanism to enforce forensic rigor and guide exploration under explicit state constraints. To demonstrate the efficacy of the ABF paradigm, we apply LOCARD to the inherently complex domain of cross-chain transaction tracing. We introduce Thor25, a benchmark dataset comprising over 151k real-world cross-chain forensic records, and evaluate LOCARD on the Group-Transfer Tracing task for dismantling Sybil clusters. Validated against representative laundering sub-flows from the Bybit hack, LOCARD achieves high-fidelity tracing results, providing empirical evidence that modeling blockchain forensics as an autonomous agentic task is both viable and effective. These results establish a concrete foundation for future agentic approaches to large-scale blockchain forensic analysis. Code and dataset are publicly available at https://github.com/xhyumiracle/locard and https://github.com/xhyumiracle/thorchain-crosschain-data.