AI models increasingly flow through complex supply chains. A base foundation model is pretrained by one organization, fine-tuned by a second, quantized by a third, deployed by a fourth, and used by an end customer who has no visibility into any of the preceding steps. Each link in this chain introduces risk: a compromised training dataset, a backdoor inserted during fine-tuning, a malicious quantization that degrades performance on specific inputs, or a deployment misconfiguration that exposes sensitive inference data.

Current approaches to model provenance rely on centralized registries or cryptographic signatures from trusted authorities. These fail in two ways: the signing authority itself may be compromised, and the signature only attests to the model's content at a single point in time, not to the integrity of the entire supply chain process that produced it. We propose a proof-of-stake (PoS) framework for AI model provenance — a decentralized, economically secured system for attesting to model lineage and supply chain integrity.

The AI Supply Chain Security Problem

An AI model's supply chain consists of a sequence of transformations T = {t1, ..., tn} applied to an initial artifact a0 (the foundation model) to produce the deployed model an. Each transformation ti = (fi, pi, di) is defined by a function fi (fine-tuning, quantization, distillation), a set of parameters pi (hyperparameters, training data references, configuration), and a digital digest di of the resulting artifact.

The provenance verification problem: given a deployed model an and a claimed supply chain T, can we verify that an is indeed the result of applying T to a0? This requires (a) that each transformation in T is correctly executed, (b) that no untracked transformations have been inserted, and (c) that the inputs to each transformation are authentic.

Models with Documented Supply Chains
<1%
Estimated, production enterprise models
Supply Chain Attack Types
7+
Data poisoning, backdoor, weight tampering
Model Provenance Cost
2-8%
Overhead, proposed PoS framework
Regulatory Mandates by 2028
65%
EU AI Act, EO 14110, proposed frameworks
<1%
Models with Documented Supply Chains
Estimated, production enterprise models
7+
Supply Chain Attack Types
Data poisoning, backdoor, weight tampering
2-8%
Model Provenance Cost
Overhead, proposed PoS framework