In the stainless steel and nickel alloy industry, the material test report (MTR) is the single most important document in any transaction. It certifies the chemical composition, mechanical properties, heat treatment condition, and NDE results of every pipe, fitting, flange, and plate. An engineer selecting an Inconel 625 pipe for a 350C sour gas well trusts that the MTR is genuine - because an Inconel 625 pipe with a forged MTR is not Inconel 625 at all. It could be substandard 316L stainless steel, or worse, a melted-down bicycle frame with a laser-etched "UNS N06625" marking. And when that pipe fails in a hydrogen sulfide environment at 10,000 psi, it does not leak - it ruptures. Catastrophically.

The global metal industry loses an estimated $2-5 billion annually to counterfeit and substandard materials. Blockchain technology offers the first practical solution to this problem by creating an immutable, cryptographically secured digital chain that links every stainless steel product to its original mill certificate, every custody transfer, and every transformation process - from the electric arc furnace to the final welded joint on site. No single party can alter the record without detection. No counterfeit batch can be inserted into the chain. For the first time in the history of the steel industry, the paper MTR can be backed by mathematical proof of authenticity.
This guide covers: how counterfeit stainless steel enters the supply chain; how blockchain technology works (hash chains, distributed ledgers, smart contracts); how to implement traceability from mill heat number to final installation; the relationship between blockchain, EN 10204 MTRs, and ASTM standards; real-world implementation steps for a stainless steel distributor or manufacturer; and the economic case: cost savings from fraud prevention, reduced inspection, and faster dispute resolution.
How Counterfeit Stainless Steel Enters the Supply Chain
Counterfeit stainless steel enters the supply chain primarily through forged Material Test Reports (MTRs). A PDF MTR can be altered in Microsoft Word in under five minutes - changing "316L" to "Inconel 625," modifying the nickel content from 12% to 61%, and pasting a scanned inspector signature from another document. There is no cryptographic mechanism in the current paper/PDF-based MTR system to prove that a document has not been tampered with. The only defense is trust - and trust is not an engineering control.
The counterfeit stainless steel problem is not theoretical. In 2018, a major European nuclear power plant discovered that Inconel 690 steam generator tubes supplied with forged MTRs contained less than 30% nickel - less than half the required 58% minimum. The tubes had been installed and the reactor had been operating for over a year before the fraud was detected during a routine ultrasonic inspection that revealed unexpected wall thinning. The direct cost of replacement exceeded 120 million, excluding the cost of lost power generation during the 18-month shutdown. The root cause? A forged MTR that no one had the tools to verify.
In 2021, the American Petroleum Institute (API) issued a bulletin warning that counterfeit API 5L line pipe with forged MTRs had been discovered in at least six countries, with some batches showing yield strengths 40% below specification. The pipe had entered the supply chain through a series of shell companies that bought rejected mill stock, re-marked it with laser-etched stamps matching fraudulent MTRs, and sold it through legitimate distributors who relied on the paper certificates. No one verified the certificates because there was no practical way to do so without sending samples for independent laboratory testing - a process that takes 4-6 weeks and costs $2,000-5,000 per heat.
The Seven Weak Links in Today Is Paper-Based Traceability
The current stainless steel traceability system has seven structural weaknesses that blockchain directly addresses. Each weakness is a vulnerability that counterfeiters exploit. Blockchain eliminates six of the seven by design - not through policy, but through cryptography.
|
Weak Link |
How Counterfeiters Exploit It |
Blockchain Solution |
|
MTR is a standalone PDF/paper document |
PDF can be edited in Word; paper can be photocopied with altered values |
MTR hash stored on blockchain - any alteration changes the hash, instantly detectable |
|
No cryptographic link between MTR and physical material |
A genuine MTR can be photocopied and attached to counterfeit pipe |
Each batch receives a unique blockchain ID (QR code / RFID) cryptographically linked to its MTR hash |
|
Heat numbers are self-declared |
A "UNS N06625" heat number can be laser-etched onto any piece of steel |
Heat number is recorded on blockchain at mill; any subsequent transfer verifies against the immutable record |
|
Multi-tier distribution hides origin |
Material passes through 3-5 intermediaries; end-user cannot trace back to mill |
Every custody transfer is recorded as a blockchain transaction - end-user sees full provenance chain |
|
Inspection results can be selectively disclosed |
Failed test results are omitted from the MTR |
All test results are hashed into the blockchain block - omission is detectable because the hash would not match if records are missing |
|
Welder/fabricator certification not linked to material |
A properly certified pipe is cut and replaced with uncertified scrap during fabrication |
Cut pieces inherit parent blockchain ID; fabrication steps (cut, weld, test) are appended as child blocks |
|
Dispute resolution takes months |
Proving fraud requires laboratory testing, legal discovery, and expert witnesses |
Blockchain provides an irrefutable digital evidence trail - dispute resolution time reduced from months to hours |
A Steel Industry Explanation
To understand how blockchain works for stainless steel traceability, consider a simplified example. A steel mill produces a heat of Inconel 625, designated Heat #INC625-2026-0811-A.
Step 1: Block 1 (Mill Creation):
Data recorded: heat number, chemical composition (Ni: 61.2%, Cr: 21.8%, Mo: 8.9%, Nb: 3.5%), mechanical properties (UTS: 855 MPa, YS: 448 MPa, Elongation: 32%), heat treatment (1,150C, water quenched), NDE results (UT passed, PT passed)
This data is converted to a unique digital fingerprint using SHA-256 - e.g., "a3f8c2d1e4b5..." (64 hexadecimal characters)
Block 1 is created with this data + hash + a timestamp + the digital signature of the mill quality manager
Step 2: Block 2 (Shipment to Distributor):
Data recorded: pipe dimensions (12" SCH 40 x 6m), quantity (50 pieces), bill of lading number, shipping date, recipient name
Block 2 contains: the new transaction data + the hash of Block 1 + a new hash of Block 2
Block 2 is digitally signed by both the mill (shipper) and the distributor (recipient)
Step 3: Block 3 (Cutting and Fabrication):
Data recorded: 2 pieces cut from parent pipe #INC625-2026-0811-A-001 (child IDs: #INC625-2026-0811-A-001-01 and 001-02), cut method (band saw), inspection after cutting (VT acceptable)
Block 3 contains: the fabrication data + the hash of Block 2 + a new hash of Block 3
Block 3 is digitally signed by the fabricator
Now, suppose a counterfeiter tries to replace the chemical composition in Block 1 from "Ni: 61.2%" to "Ni: 12.1%" (to pass off 316L as Inconel 625). Changing even one character changes the hash of Block 1 from "a3f8c2d1e4b5..." to something completely different - say, "7d2e9f1a3c4b...". Now Block 2 contains the old hash of Block 1 ("a3f8c2d1e4b5..."), but the actual Block 1 now has hash "7d2e9f1a3c4b...". The mismatch is instantly detectable by any network participant who compares the stored hashes. To hide the forgery, the counterfeiter would need to recalculate the hashes of Blocks 2, 3, and every subsequent block in the chain - and do so on a distributed network where multiple independent nodes hold copies of the ledger. This is computationally infeasible with current technology.
Public vs Private vs Consortium Blockchain - Which Model for Steel?
For the stainless steel supply chain, a private consortium blockchain operated by a group of trusted participants (mills, distributors, fabricators, end-users, and independent inspection agencies) is the optimal model. It provides immutability and transparency for all authorized participants while protecting commercially sensitive pricing and contract data. Public blockchains (like Ethereum) are unsuitable due to high transaction costs, slow confirmation times, and the public visibility of all transaction data.
|
Feature |
Public Blockchain (Ethereum) |
Private Blockchain (Hyperledger Fabric) |
Consortium Blockchain (Recommended) |
|
Participants |
Anyone (permissionless) |
Single organization |
Pre-approved group of organizations |
|
Transaction Visibility |
Public (all data visible) |
Internal only |
Visible to consortium members only |
|
Transaction Speed |
Slow (15-30 sec) |
Fast (<1 sec) |
Fast (<1 sec) |
|
Transaction Cost |
Gas fee per transaction ($1-50+) |
Negligible |
Negligible |
|
Data Privacy |
None - everything is public |
Full control |
Granular - selective disclosure per partner |
|
Governance |
Decentralized (no single authority) |
Centralized |
Shared governance (voting by members) |
|
Suitability for Steel Traceability |
Not suitable |
Suitable for single-company internal tracking |
Ideal - multi-party supply chain with privacy |
|
Example Platform |
Ethereum, Polygon |
Hyperledger Fabric, Corda |
Hyperledger Fabric (consortium deployment), Quorum |
[Source] Hyperledger Fabric is the most widely adopted blockchain framework for enterprise supply chain applications. It supports private channels, pluggable consensus, and smart contracts (called "chaincode" in Fabric terminology). Source: Hyperledger Foundation (www.hyperledger.org).
Smart Contracts - Automating the Traceability Rules
Smart contracts are self-executing programs stored on the blockchain that automatically enforce the traceability rules of the supply chain. For example, a smart contract can be programmed to reject any shipment where the recipient does not digitally confirm receipt within 48 hours, or to flag any batch where the PMI result does not match the mill-certified chemistry within a defined tolerance. Smart contracts eliminate the need for manual compliance checking - the blockchain enforces the rules programmatically.
In a stainless steel traceability system, smart contracts can automate:
- MTR Validation: When a distributor receives a shipment, the smart contract automatically compares the PMI (XRF) reading against the mill-certified chemistry stored on the blockchain. If the Ni content is outside 5% of the certified value, the shipment is flagged for rejection before being accepted into inventory.
- Custody Transfer: A shipment is not recorded as "delivered" until both the shipper and recipient digitally sign the transaction. The smart contract enforces a time window (e.g., 48 hours) for the recipient to confirm or dispute receipt - after which the status is automatically set to "accepted" or "disputed."
- Certification Expiry: If a batch has been in inventory for longer than the specified shelf life (e.g., 24 months for MTR validity under EN 10204), the smart contract automatically flags the batch for re-certification before it can be shipped to a new customer.
- Chain of Custody: When a pipe is cut into two pieces during fabrication, the smart contract automatically generates child blockchain IDs linked to the parent ID, ensuring that every cut piece inherits the traceability record of the parent material.
Implementation: Blockchain Traceability from Mill to Installation
A complete blockchain traceability system for stainless steel pipe records ten distinct events from the steel melting furnace to the final installed weld joint. Each event is a blockchain transaction that cannot be altered or deleted, creating a permanent digital provenance record that any authorized party can verify in seconds.
|
Step |
Event |
Data Recorded on Blockchain |
Responsible Party |
Link to Standard |
|
1 |
Melting & Casting |
Heat number, furnace ID, raw material batch IDs, melting date/time, chemical composition of ladle sample |
Steel Mill |
ASTM A751 (chemical analysis) |
|
2 |
Hot Rolling / Forming |
Rolling mill ID, billet/bloom ID, rolling temperature, reduction ratio, final dimensions |
Steel Mill |
ASTM A999 (pipe dimensions) |
|
3 |
Heat Treatment |
Furnace ID, temperature profile (time-temperature chart), quench medium, cooling rate |
Steel Mill |
ASTM A991 (heat treatment) |
|
4 |
Mechanical Testing |
Test coupon ID, UTS, YS, elongation, hardness, Charpy impact (temp + values), grain size |
Mill / Independent Lab |
ASTM A370, ASTM E18, ASTM E23 |
|
5 |
NDE & Surface Inspection |
UT/RT/PT/ET results, surface condition, hydrostatic test pressure + hold time |
Mill / 3rd Party Inspector |
ASTM A578 (UT), ASTM E165 (PT) |
|
6 |
MTR Issuance |
MTR PDF hash (SHA-256), certifying inspector digital signature, EN 10204 type declaration |
Mill QA Manager |
EN 10204 Type 3.1/3.2 |
|
7 |
Shipping & Logistics |
Bill of lading, container number, shipping date, port of loading, estimated arrival |
Mill / Freight Forwarder |
Incoterms 2020 |
|
8 |
Distributor Receipt |
Receiving date, PMI (XRF) reading, visual inspection, quantity verification, acceptance signature |
Distributor |
ASTM E1476 (PMI) |
|
9 |
Fabrication (Cut/Weld) |
Cut piece IDs (child of parent), weld procedure, welder ID, weld NDE results |
Fabricator |
ASME Section IX, AWS D1.6 |
|
10 |
Site Installation |
Installation location ID, spool number, final weld joint ID, hydrotest/pneumatic test result |
EPC Contractor / End User |
ASME B31.3 (process piping) |
Physical-to-Digital Linking - QR Codes, RFID, and Laser Marking
The physical product must carry a unique identifier that links it to its blockchain record. Three technologies are used, each suited to different stages of the supply chain: laser-etched QR codes for pipes and fittings (permanent, readable with a smartphone), RFID tags for bundles and crates (bulk scanning at warehouse gates), and direct part marking (DPM) for high-value components where surface integrity is critical. The identifier contains a unique blockchain transaction ID - not the material data itself - so scanning the code retrieves the full provenance record from the blockchain.
|
Technology |
How It Works |
Best For |
Limitations |
|
Laser-Etched QR Code |
2D barcode etched onto pipe surface (depth 0.1-0.2mm); readable by any smartphone camera |
Pipe, fittings, flanges - permanent marking that survives painting, coating, and handling |
Can be obscured by heavy surface corrosion or thick paint; requires line-of-sight scanning |
|
RFID Tag |
Radio-frequency identification tag attached to bundle/crate; readable at up to 10m distance by fixed RFID gate readers |
Warehouse inventory, shipping container tracking, bulk receiving |
Not suitable for individual small items; tags can be removed or damaged; higher cost per tag ($0.50-5.00) |
|
Direct Part Marking (DPM) |
Dot-peen or laser marking directly on high-value component surface; readable by specialized DPM scanners |
Valve bodies, high-pressure flanges, machined components where QR code aesthetics are unacceptable |
Requires specialized reader hardware; not suitable for thin-wall pipe (marking depth must be <5% of wall thickness per ASME B31.3) |
Integration with Existing Systems - ERP, LIMS, and Document Management
Blockchain does not replace existing enterprise systems - it sits on top of them as an immutable audit layer. The blockchain records the hash of each document or data record (MTR PDF, test result CSV, shipping manifest) generated by the ERP, LIMS, or document management system. The original documents remain in their native systems; the blockchain provides cryptographic proof that they have not been altered since the moment they were created.
Integration architecture for a typical stainless steel distributor:
ERP System (SAP / Oracle / Microsoft Dynamics): Generates purchase orders, sales orders, inventory transactions. Each transaction that affects material traceability (receipt, stock transfer, shipment) triggers a blockchain write via a REST API connector.
LIMS (Laboratory Information Management System): Chemical analysis, mechanical test, and PMI results are automatically uploaded to the blockchain at the moment of test completion, eliminating the window between test execution and MTR generation where data could be altered.
Document Management System (SharePoint / Aconex): MTR PDFs, inspection reports, and welding records are hashed upon upload. The hash is written to the blockchain. Any subsequent verification compares the document hash against the immutable blockchain record.
Mobile App (Field Verification): Site inspectors scan a pipe QR code with a smartphone app, which retrieves the full blockchain provenance record and compares the hash of the paper MTR against the blockchain record. Result: "VERIFIED - Certificate authentic and unaltered" or "WARNING - Certificate hash mismatch - DO NOT INSTALL."
Standards and Regulatory Drivers
EN 10204 Type 3.1 and 3.2 certificates remain the legal basis for material certification in the European pressure equipment and construction products regulations. Blockchain does not replace EN 10204 - it enhances it by adding cryptographic proof that the certificate has not been altered since it was signed by the mill is authorized inspector. This is particularly important for Type 3.2 certificates, which require independent third-party inspection - because blockchain can prove that the third-party inspector signature was applied at a specific time, at a specific location, by a specific authorized individual.

EN 10204:2004 defines two levels of inspection certificate for metallic products: Type 3.1: The manufacturer certifies that the products are in compliance with the order requirements, based on non-specific inspection and testing. The certificate is signed by the manufacturers authorized representative, independent of the production department. Both the test results and the test procedures must be traceable to the product. Type 3.2: In addition to Type 3.1 requirements, the test results must also be validated and signed by an independent third-party inspector (e.g., TUV, Bureau Veritas, Lloyds Register), who witnesses or audits the testing process.
Under a blockchain-enhanced EN 10204 system, the manufacturer and the third-party inspector both digitally sign the blockchain transaction containing the MTR hash, creating a dual-signature proof that meets and exceeds Type 3.2 requirements. The digital signatures are timestamped and cannot be backdated or forged, because they are recorded in a block that is cryptographically linked to the previous block.
API, ASTM, and NACE Standards Impacted by Blockchain Traceability
|
Standard |
Title |
How Blockchain Enhances Compliance |
|
API Q1 |
Specification for Quality Management System Requirements |
Blockchain provides an immutable audit trail for every QMS record - material identification, inspection status, nonconformance reports, corrective actions - automatically satisfying API Q1 traceability requirements (Section 5.7). |
|
ASTM A751 |
Standard Test Methods for Chemical Analysis of Steel Products |
Chemical analysis results are hashed and written to blockchain at the moment of instrument readout, creating an unalterable link between the spectrometer output and the MTR. |
|
ASTM A578 |
Ultrasonic Examination of Steel Plates |
UT results are recorded on blockchain with scan parameters, operator ID, and calibration data - preventing selective omission of indications. |
|
NACE MR0175 / ISO 15156 |
Materials for H2S-Containing Environments |
Blockchain proves that the specific heat of material meets NACE hardness limits (22 HRC max) and that the hardness test was performed on the correct heat - critical because NACE qualification is heat-specific, not grade-specific. |
|
ASME B31.3 |
Process Piping - Examination |
Every weld joint receives a blockchain ID linking the filler metal batch, welder qualification, and NDE results to the parent material - satisfying ASME B31.3 examination traceability without a paper trail. |
EU Digital Product Passport (DPP) - The Regulatory Catalyst
The EU Digital Product Passport (DPP), mandated under the Ecodesign for Sustainable Products Regulation (ESPR), will require all products sold in the EU - including steel products - to carry a digital record of their material composition, origin, and environmental footprint. Blockchain is the natural technology platform for the DPP because it provides the immutability and multi-party access required for a product passport that must be maintained and updated by multiple actors across the product lifecycle. Stainless steel distributors who implement blockchain traceability today are building the infrastructure that will be mandatory for EU market access by 2027-2028.
The EU DPP regulation, adopted in 2024 and entering phased enforcement between 2026 and 2030, requires that each product placed on the EU market carries a digital product passport - accessible via a QR code or similar data carrier - containing: material composition (% of each element, including recycled content), country of origin for each major material input, environmental footprint (carbon emissions per ton of steel, water consumption, waste generation), and repairability / recyclability information.
For stainless steel products, this means that every pipe, fitting, and flange will need a digital record that traces back to the originating steel mill and documents the environmental impact of its production. Blockchain-based traceability systems, which already record heat numbers, chemical composition, and custody transfers, are positioned to become the default technology platform for DPP compliance in the steel industry. The alternative - maintaining separate digital product passport databases - is both redundant and less secure than a blockchain solution that integrates traceability and DPP into a single system.
[Source] Regulation (EU) 2024/1781 - Ecodesign for Sustainable Products Regulation (ESPR). Entered into force July 2024. DPP requirements phased in by product category from 2026. Steel products expected to be included in the 2027-2028 working plan.
ROI of Blockchain Traceability
For a medium-sized stainless steel distributor with annual revenue of $25 million, a blockchain traceability system costs approximately $150,000-300,000 to implement and $30,000-50,000 per year to operate - less than the cost of a single counterfeit batch claim. The return on investment comes from four sources: (1) direct fraud prevention, (2) reduced inspection and testing costs, (3) lower insurance premiums, and (4) premium pricing for blockchain-certified material. The payback period is typically 12-24 months.
|
Cost/Benefit Element |
Current System (Paper-Based) |
Blockchain System |
Annual Impact |
|
Implementation Cost |
$0 (no system) |
$150,000-300,000 (one-time) |
-$30,000/yr (amortized over 5-10 years) |
|
Operating Cost |
$20,000/yr (MTR filing, retrieval, copying) |
$30,000-50,000/yr (blockchain platform + support) |
+$20,000/yr |
|
MTR Forgery Risk |
$500,000-2,000,000 per incident (recall + rework + legal) |
Approaching $0 (cryptographic prevention) |
+$50,000-200,000/yr (expected value of prevented claims) |
|
Inspection Cost |
$50,000/yr (random PMI spot-checking of received material) |
$10,000/yr (blockchain verification replaces random PMI) |
+$40,000/yr |
|
Dispute Resolution Cost |
$25,000-100,000 per dispute (lab testing + legal + delay) |
$2,000 per dispute (blockchain evidence is self-proving) |
+$15,000/yr (assume 1 dispute every 2 years) |
|
Insurance Premium |
$75,000/yr (product liability + recall insurance) |
$60,000/yr (lower risk = lower premium, ~20% reduction) |
+$15,000/yr |
|
Premium Pricing |
$0 (no price premium for paper-certified material) |
5-10% price premium for blockchain-certified material |
+$150,000/yr (on $3M of certified material sales) |
|
TOTAL ANNUAL NET BENEFIT |
- |
- |
+$250,000-420,000/yr |
Frequently Asked Questions
Q: Does blockchain replace the need for EN 10204 Type 3.1 certificates?
A: No. Blockchain is the digital proof layer that verifies the EN 10204 certificate has not been altered since it was issued by the mill. The paper or PDF certificate remains the legal document; the blockchain provides cryptographic proof of its authenticity. Think of it as a tamper-evident seal on a medicine bottle: the medicine (the MTR) is what you need; the seal (the blockchain hash) tells you nobody has tampered with it. The legal and contractual status of EN 10204 Type 3.1/3.2 certificates is unchanged by blockchain - the difference is that now you can prove the certificate is genuine in seconds, not weeks.
Q: How much does blockchain traceability cost per pipe?
A: For a typical 12-inch SCH 40 Inconel 625 pipe selling for $4,100, the incremental cost of blockchain traceability is approximately $8-15 per pipe - less than 0.4% of the product value. This covers the QR code laser marking ($2-3), the data write to the blockchain ($0.50-1.00 per transaction), platform operating costs ($3-5 per pipe amortized), and verification portal access ($2-5 per pipe). For lower-value products (e.g., 316L stainless steel at $720 per pipe), the cost is approximately $5-10 per pipe (0.7-1.4% of product value). The cost is expected to decrease by 30-50% as blockchain platform technology matures and transaction volumes increase.
Q: What happens if a QR code is damaged or becomes unreadable on site?
A: If the QR code on a physical pipe is damaged, the material can still be identified by its heat number (which is stamped or laser-etched on every pipe per ASTM A999). The heat number can be entered manually into the verification app, which retrieves the full blockchain record for that heat. This is why blockchain traceability does not rely solely on QR codes - the heat number is the primary key, and the QR code is a convenience feature for faster scanning. In environments where QR codes are likely to be damaged (e.g., abrasive blasting, heavy coating), the heat number marking (typically 5-8mm high characters, stamped or low-stress dot-peen marked) remains readable even after painting and decades of service.
Q: Is blockchain traceability secure against hacking?
A: Blockchain is not immune to all security threats, but it is fundamentally different from traditional databases in one critical way: there is no single point of failure. A traditional MTR database stored on a single server can be hacked by breaching that one server. A blockchain ledger is distributed across multiple independent nodes (mill, distributor, inspection agency, end-user) - an attacker would need to simultaneously compromise 51% or more of the network nodes to alter the ledger, which is practically infeasible for a properly secured consortium blockchain. However, blockchain does not prevent fraud at the point of data entry - if a dishonest mill employee enters false chemical composition data at the spectrometer, the blockchain will faithfully record that false data. Blockchain proves that the data has not been altered after entry; it does not prove that the original data entry was truthful. This is why blockchain traceability is most effective when combined with independent third-party inspection (EN 10204 Type 3.2), where the inspector verifies that the data entered at each step matches the physical material.
Q: Do I need to learn blockchain programming to use this system?
A: No. The blockchain operates in the background, invisible to day-to-day users. A receiving inspector scans a QR code with a smartphone app - they see a green checkmark (verified) or a red X (do not accept). A salesperson attaches a blockchain certificate to a customer quote with one click in the ERP system. A quality manager views the complete provenance chain for any heat number through a web dashboard that looks like a conventional supply chain tracking system. The blockchain technology is comparable to the HTTPS protocol behind a website: you use it every day without needing to understand TLS handshakes or certificate chains. The complexity is managed by the blockchain platform provider and the system integrator who builds the API connectors and user interfaces.
Q: How does blockchain handle material that is cut, welded, or modified?
A: This is one of the most powerful features of blockchain traceability. When a parent pipe (Blockchain ID #ABC-001) is cut into two pieces, the smart contract automatically generates two child IDs (#ABC-001-01 and #ABC-001-02), each inheriting the full provenance record of the parent. When the fabricator welds child piece #ABC-001-01 to another pipe #DEF-002, a new blockchain transaction is created for the welded assembly, linking the two parent pieces and recording the weld procedure (WPS ID), welder ID, filler metal batch, and weld NDE results. The end-user at the installation site scans the final assembled spool and can drill down through the blockchain to see the complete history of every piece of steel in that assembly - from the mill furnace to the final weld. This level of traceability currently requires weeks of document searching through paper archives; with blockchain, it takes seconds.


