OpenChainGraph is a novel synthesis of borrowed parts, not a new primitive. Every ingredient already exists in an adjacent domain — software supply-chain attestation, data lineage, agentic-payment receipts. What no one else does is fuse them for fintech decision artifacts that recompute in the browser and are callable by agents over MCP.
This page is written straight — the real prior art, what's genuinely new, the timeline that made it possible, and the caveats. If you're doing technical due diligence, start here.
The resemblance to existing systems is real and worth naming. Each row is a genuine influence; the last column is the honest distinction.
| Ingredient | Where it already exists | Why OpenChainGraph ≠ it |
|---|---|---|
| Hash-anchored provenance DAG, recompute-to-verify | in-toto / SLSA (software builds); Git's content-addressed object model | OCG applies the same pattern to financial decision artifacts, not software build artifacts. |
| "Chained verifiable computations" as a framework | Academic — Trusted Compute Units (2025); non-repudiable provenance for clinical decision support (2020) | Those are TEE / hardware-attestation or healthcare — not deterministic-recompute, not fintech, not browser-native. |
| Lineage DAG (node / job / run / dataset) | OpenLineage (Airflow, Spark, dbt; LF standard) | Lineage tracks data movement for observability — not recomputable decision receipts with an execution hash. |
| Signed receipts / mandates, cross-vendor via agents | AP2 (W3C Verifiable-Credential mandates, signed; A2A hops) | AP2 is payments authorization and key-trust (signed). OCG is computation-trust — recompute the hash, no key, no signer required. |
| Verifiable-AI / cryptographic provenance | Chainlink, Lagrange, 0G, C2PA Content Credentials | Blockchain / ZK or media-watermarking — not browser-deterministic fintech decisions. |
None of these is wrong to compare against. OpenChainGraph deliberately borrows the in-toto/SLSA pattern and the W3C PROV / SLSA buildType vocabulary — see the integration guides linked in the footer.
The novelty isn't any single ingredient — it's that OpenChainGraph is the only thing that does all five at once:
Search the field for any one of these and you'll find mature work. Search for the intersection and — as of 2026 — you find OpenChainGraph. That's a genuine first-mover position. It is not a new cryptographic primitive, and we don't claim it is.
The honest reason no one built this earlier: until recently you couldn't. The enabling parts sat in separate silos and the agent layer that ties them together didn't exist.
Before this convergence there was no protocol to call the nodes, no cross-vendor agent-trust standard to chain across, and provenance wasn't a mainstream expectation. The ingredients existed; nobody had a reason — or the connective tissue — to fuse them for fintech decisions until agents needed verifiable tool outputs.
A positioning page that only lists strengths isn't credible. Here's the other side.
The individual words — node, kernel, artifact, chain, DAG, pipeline — are used everywhere in data engineering, ML, and supply-chain security. What's specific to OpenChainGraph is the coherent mapping:
chaingraph.json entry: tool_id + mcp_name + inputs + emits a hash-anchored artifact).compute(inputs)→output + the canonical execution_hash). Pure; anyone re-runs it and gets the same hash.parent_hash.in-toto / SLSA software attestation · SLSA provenance spec · Trusted Compute Units — chained verifiable computations (arXiv 2025) · OpenLineage standard · MCP in 2026 — architecture & adoption · AP2 Agent Payments Protocol · RegTech 2026 outlook (A-Team Insight) · Verifiable-AI landscape