PHDAG achieves depth-independent O(1) gas cost for appends in on-chain provenance registries, outperforming incremental Merkle trees beyond very small depths, with linear-time trustless reconstruction from event logs.
Trustless Provenance Trees: A Game-Theoretic Framework for Operator-Gated Blockchain Registries
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present a formal treatment of provenance trees, directed acyclic graphs of artifact registrations anchored immutably on a public blockchain, and introduce the operator trust problem: when a single privileged operator submits all on-chain registrations on behalf of users, the on-chain record alone cannot distinguish user-initiated registrations from unilateral operator actions. We resolve this through a dual-layer cryptographic commitment scheme in which two commitments derived from a single client-side secret key, binding the key to the tree root and to each unique registration identifier, make false attribution claims strictly dominated strategies. We prove correctness under standard cryptographic assumptions and establish honest behavior as the unique Nash equilibrium without relying on operator trust. We further introduce and analyze the tree poisoning problem: adversarial attacks on users' provenance trees via fraudulent root registration, malicious child attachment, and tree identity spoofing. We characterize the closure properties of each attack variant and prove that a complete provenance tree integrity model requires three distinct mechanisms: cryptographic priority, governance cascade, and contract enforcement, each necessary and none individually sufficient. The construction is deployed on Base (Ethereum L2) as AnchorRegistry, an immutable on-chain provenance registry. We provide gas complexity analysis demonstrating O(1) cost invariant to registry scale, and a trustless reconstruction algorithm recovering the complete registry from public event logs alone.
fields
cs.DC 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
Parent-Hash DAG: A Cost Analysis of Constant-Time Append for On-Chain Registries
PHDAG achieves depth-independent O(1) gas cost for appends in on-chain provenance registries, outperforming incremental Merkle trees beyond very small depths, with linear-time trustless reconstruction from event logs.