Skip to content
8BraidCreators of
8DB

Engineering note · Isolated-crossing mechanism · Defined certificate scope

What an Erasure Certificate Can Tell You

A deletion request should leave a clear account of what changed and what still depends on it. 8DB's braid work connects a scoped structural removal with evidence about the change.

Published
Updated
Reading time4 minutes
Verifiable deletion certificateErasureAudit historyTopological data modelNative modalities

“We deleted it” leaves a lot unanswered.

Can the record still be read? What later results depend on it? Has its encryption key been destroyed? What about the backup or the copy another system received?

A useful deletion system has to distinguish these questions. So does the evidence it produces.

The problem a structural certificate addresses

8DB's braid work includes a scoped operation for removing an isolated crossing from an encoded mathematical state. It returns the new state and a structured record of the removal. A separate signed erasure statement can identify the subject and the before and after fingerprints without carrying the original content.

The important word is isolated. The documented mechanism admits particular cases where later history does not depend on the crossing within the application's declared representation. Where that dependency exists, the simple excision path refuses. A tombstone or retained dependency must be described as such.

Checking a signed statement requires both signature verification and statement-binding verification. Those checks authenticate the recorded assertion. Validating the actual state change requires the corresponding transition evidence. The standalone algebraic certificate does not independently reconstruct the original history and prove its before/after relationship.

That makes the structure useful before deletion, too. It helps identify which information has become a premise for later records and which removal would affect those records.

A concrete application: agent memory

Suppose an agent stores a source note and later derives a conclusion from it. A request arrives to remove the source note.

There are now two connected records to consider. Hiding the note while leaving the conclusion available may leave the sensitive information in use. Deleting the note also does not make the conclusion independently supported.

A dependency-aware application can identify that relationship, reassess the conclusion and select an operation whose guarantee fits the actual state. If the represented contribution qualifies for the isolated structural operation, the removal and its signed statement can describe that change. If it does not, the application has an explicit boundary to resolve.

This is a use-case example, not a claim that a database certificate removes information from a model's trained weights or every external copy.

Several guarantees, several checks

GuaranteeWhat needs to be checked
Logical deletionThe declared query and access paths no longer return the record.
Structural removalThe permitted transformation and remaining structure satisfy the certificate's verification contract.
Cryptographic inaccessibilityThe required key paths are unavailable under the declared threat model.
Physical sanitizationThe relevant media and storage locations have been handled under the specified procedure.
Distributed completionThe declared replicas, exports and other covered copies have been accounted for.

A certificate can be strong evidence for its particular contract. It cannot establish facts about unknown copies or storage outside that contract merely because its signature verifies.

What the braid contributes

The braid supplies interaction structure and a defined transformation. Cryptographic commitments and signatures provide their own integrity and authenticity checks. Key management, retention and replica handling supply other parts of the deletion workflow. A complete application deletion workflow needs to connect and qualify these components; the existence of the primitive alone does not establish that integration.

Keeping those components connected makes it possible to ask a more useful question than whether a delete command returned success: what exactly changed, what was checked, and what remains unresolved?

That is the reason this belongs in a discussion of native database modalities. Structure is useful when it changes the operations an application can perform and the evidence it can retain.

Start with the guarantee you need

Bring one record, its known downstream uses and the precise deletion guarantee your reviewer expects. That gives us something concrete to map to the supported operation and the remaining storage or key-management work.

Discuss an erasure workflow with Ashley.

For related context, read When the Order Changes the Answer, provenance as a query, and the encryption guide.

Updated 14 September 2026. The implemented mechanism described here is scoped to admitted isolated-crossing cases. This update makes clear that certificate verification alone does not prove universal physical deletion or completion across unknown copies.

Continue the technical conversation

Where could this help your work?

Bring a research question, a database workload or an application you want to build. Let’s connect the ideas in this article to an evaluation that matters to your team.

Discuss this work

Continue reading

The next layer of the argument.

Idea

Trust Beyond Ledgers

Benefits With Rules and Accountable Disclosure

Could a benefit carry its eligibility rules, spending limits and audit evidence without creating an unnecessary record of a person's life? A proposed application of 8DB explores programmable entitlements, fraud controls and carefully defined disclosure, with the remaining proof and deployment questions in view.

7 min readProposed application of 8DB mechanisms · No benefits pilot · Privacy and fraud outcomes require evaluationRead article
Engineering note

Trust Beyond Ledgers

Hand the Regulator the Exact Decision, Byte for Byte, Years Later. Compliance You Replay, Not Reconstruct.

Regulators of crypto-asset settlement have stopped accepting screening that runs after the decision and audit logs that summarise it. They want proof that policy was a precondition on the transfer, and the ability to reproduce, byte for byte, why it cleared. That is a data-structure requirement, not a reporting one, and Sovereign Clearinghouse on 8DB is built to satisfy it: every decision a gate, every gate replayable, every supervisor given a lawful view of the same record.

4 min readPilot programme open · Mechanisms in 8DB · Public erasure verifier liveRead article
Idea

Trust Beyond Ledgers

What Comes After Blockchain? Money That Carries Its Own Proof

Blockchain made a shared transaction history believable. What if a transaction also carried its authority, policy and supporting evidence? A future factory purchase shows how 8DB could connect those pieces, and which privacy and network guarantees still need to be demonstrated.

23 min readImplemented mechanisms · controlled measurements · network and hidden-witness privacy outcomes remain to be demonstratedRead article