Honest positioning

Why OpenChainGraph — and why now

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.

01 · Prior art

What already exists — and why OCG isn't it

The resemblance to existing systems is real and worth naming. Each row is a genuine influence; the last column is the honest distinction.

IngredientWhere it already existsWhy 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.

02 · What's actually new

The combination none of them do

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.

03 · Why now

The pieces only converged in the last ~18 months

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.

04 · Caveats

Where we're being straight with you

A positioning page that only lists strengths isn't credible. Here's the other side.

First-mover, not an unassailable moat. This is a synthesis of public, borrowable parts. Incumbents attacking adjacent verifiability — Google (AP2), Chainlink, C2PA — have far more resources and could move into this space. The defensibility is execution, coverage, and standard-shaping, not a patent or a network effect.
Demand is still emerging. Agent-verifiable decision provenance is a 2025–2026 narrative. The regulatory pull ("show demonstrable evidence") is real and growing, but the buyer who requires a recomputable decision hash today is early-adopter, not mainstream.
Computation-trust has limits. Recompute-to-verify proves "this output follows from these inputs by this logic." It does not prove the inputs were true or that a human acted on the result. Where you need non-repudiation against a known identity, you add the optional signature — and accept the key-custody burden that comes with it.
The vocabulary is bespoke. The terms are borrowed but the mapping is ours, and one piece collides with MCP's own usage (next section). New users have a small glossary to learn.
05 · Terminology

The vocabulary — and one honest collision

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:

tool = the app  ·  node = the API surface  ·  kernel = the function  ·  artifact = the receipt  ·  chain = the pipeline  ·  OCG = the spec  ·  MCP = the doorway
The honest collision: in MCP, the agent-callable thing is itself called a "tool." OpenChainGraph re-layers that — it calls the human page a "tool" and the agent surface a "node." MCP-native developers may expect "tool" to mean the callable. It's a deliberate distinction (human vs. machine face of the same capability), but it's bespoke, and worth knowing if you live in MCP's vocabulary.
Sources

References

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