INQUIRING LINE

A blockchain stamp can prove a record hasn't changed since it was saved, but can it prove when things happened?

Can a blockchain anchor distinguish when an event happened from when it was recorded?

This explores whether a blockchain anchor can separate 'when something happened' from 'when it was written down and committed'. The corpus says it can't: the anchor only speaks to the second.


This explores whether a blockchain anchor can separate 'when something happened' from 'when it was written down and committed'. The corpus says it can't: the anchor only speaks to the second. What can a blockchain anchor actually prove about records? is blunt about it. An anchor shows a record hasn't changed since it was committed. It cannot verify when the event actually occurred, whether it was captured correctly, who was authorized to anchor it, or what caused it. Tamper evidence is not truth.

Think of the anchor as a sealed, dated envelope. It proves the contents existed by the sealing date and haven't been touched since. Anything the contents say about an earlier moment, such as 'the agent approved this at 14:02', is still only a claim, now frozen in place. A false timestamp can be made just as permanent as a true one. That's why Can external anchoring detect tampering in agentic process logs? treats anchoring as a layer on top of ordinary logging, not a replacement. Organizations still need conventional logs to reconstruct what agents did and in what order, and anchoring adds detection of after-the-fact edits. Can commitments protect sensitive agent data while enabling verification? adds a wrinkle. Only a commitment goes on-chain, so the organization must keep the underlying content. The story of when things happened therefore lives in the retained records, not on the chain.

The same gap appears when anchors are pitched for oversight. Does anchored evidence actually enable regulatory compliance or just readiness? argues that temporal anchoring and artifact integrity can't substitute for ordering, capture authenticity, and causal traceability. Those are the controls a regulator would need to verify that human oversight actually occurred. Ordering is a property of sequences, which is why Can stateless checks ever catch sequence-level constraint violations? is relevant. Checks that look at one action at a time can't express constraints that depend on history, so you need something stateful. A pile of individually anchored fingerprints doesn't supply that by itself.

There's also a quieter weak point. Who decides which agent communications get anchored? points out that the architecture anchors 'selected' communications without saying who selects them or how you'd notice a critical trace was left out. Something that never gets anchored has no sealed time at all, and nothing signals the omission.

Elsewhere in the library, time is something engineers have to build in on purpose. Can retrieval systems ground answers in the right time? adds an explicit time term to retrieval scoring so answers come from the right version of a document. Can routing mask future experts to prevent knowledge leakage? goes further and bakes it into the model, masking experts trained on periods after the question's date. By contrast, an anchor gives you only the commit-time half. Knowing when the event itself happened has to come from other evidence.


Sources 8 notes

What can a blockchain anchor actually prove about records?

A blockchain anchor shows a record has not changed since commitment, but cannot verify when an event actually occurred, whether it was captured correctly, who was authorized to anchor it, or what caused it. Tamper evidence does not mean truth.

Can external anchoring detect tampering in agentic process logs?

Organizations must reconstruct agent actions, establish their temporal order, and detect post-hoc changes to critical traces. External anchoring adds tamper evidence as a layer atop essential conventional logging.

Can commitments protect sensitive agent data while enabling verification?

By anchoring cryptographic commitments rather than content itself, organizations can achieve tamper-evident process records while keeping sensitive communications, approvals, and reasoning traces off-chain. This separates proof from disclosure but requires organizations to retain content and raises questions about deletion and access control.

Does anchored evidence actually enable regulatory compliance or just readiness?

The paper names five governance uses and three regulatory regimes but supplies no provision-to-evidence mapping and omits runtime governance controls. Temporal anchoring and artifact integrity alone cannot substitute for ordering, capture authenticity, and causal traceability—the controls a regulator would need to verify human oversight actually occurred.

Can stateless checks ever catch sequence-level constraint violations?

Per-action checks are structurally unable to state constraints that depend on prior history. Only stateful monitors tracking composed multi-party behavior can verify the behavioral envelopes that prevent individually permissible actions from collectively violating system-level safety.

Show all 8 sources
Who decides which agent communications get anchored?

The paper describes anchoring 'selected' communications and mentions 'risk-based evidence selection' but provides no mechanism for choosing what to anchor, no criteria for selection, and no method to detect when critical traces are missed. This gap leaves the selector itself as an unexamined control.

Can retrieval systems ground answers in the right time?

TempRALM adds a temporal term to retrieval scoring alongside semantic similarity, achieving up to 74% improvement over baseline systems when documents have multiple time-stamped versions. The approach requires no model retraining or index changes.

Can routing mask future experts to prevent knowledge leakage?

TiMoE pre-trains experts on disjoint two-year slices and masks experts whose windows postdate the query, cutting future-knowledge errors by ~15% while guaranteeing strict causal validity. This shows temporal grounding can be an architectural property, not just a retrieval patch.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.