Search papers, labs, and topics across Lattice.
BladeChain, a blockchain-based system, was developed to provide immutable traceability for aircraft engine blade inspections across multiple stakeholders (OEM, Airline, MRO, Regulator). It integrates multi-stakeholder endorsement, automated inspection scheduling based on flight hours/cycles, AI model provenance tracking, and cryptographic evidence binding using Hyperledger Fabric. A prototype evaluated with up to 100 blades achieved 100% lifecycle completion and consistent throughput, while security validation confirmed tamper detection within 17ms.
Aerospace maintenance gets a trust upgrade: BladeChain uses blockchain to ensure tamper-proof, auditable AI-driven engine blade inspections.
Aircraft engine blade maintenance relies on inspection records shared across manufacturers, airlines, maintenance organizations, and regulators. Yet current systems are fragmented, difficult to audit, and vulnerable to tampering. This paper presents BladeChain, a blockchain-based system providing immutable traceability for blade inspections throughout the component life cycle. BladeChain is the first system to integrate multi-stakeholder endorsement, automated inspection scheduling, AI model provenance, and cryptographic evidence binding, delivering auditable maintenance traceability for aerospace deployments. Built on a four-stakeholder Hyperledger Fabric network (OEM, Airline, MRO, Regulator), BladeChain captures every life-cycle event in a tamper-evident ledger. A chaincode-enforced state machine governs blade status transitions and automatically triggers inspections when configurable flight hour, cycle, or calendar thresholds are exceeded, eliminating manual scheduling errors. Inspection artifacts are stored off-chain in IPFS and linked to on-chain records via SHA-256 hashes, with each inspection record capturing the AI model name and version used for defect detection. This enables regulators to audit both what defects were found and how they were found. The detection module is pluggable, allowing organizations to adopt or upgrade inspection models without modifying the ledger or workflows. We built a prototype and evaluated it on workloads of up to 100 blades, demonstrating 100% life cycle completion with consistent throughput of 26 operations per minute. A centralized SQL baseline quantifies the consensus overhead and highlights the security trade-off. Security validation confirms tamper detection within 17~ms through hash verification.