BengarTrust infrastructure

Use cases

Audit and compliance

Answering “who allowed this” with evidence rather than assurance.

The problem

The question is never whether you have logs. It is whether anybody outside your company can believe them.

Without Bengar

With Bengar

The flow

  1. Every decision writes an event with its reason.
  2. Events are batched and the root is anchored.
  3. Any event can be proven against the anchored root.
  4. A witness of the reviewer's choosing confirms the root.

Components used

Audit · Proofs · Network

Example

GET /v1/projects/:projectId/audit/:auditId/proof

{ "root": "…", "leaf_version": "…", "path": [ … ], "anchored_height": 128401 }

Security properties

  • The trail is checkable by somebody who does not trust the Gateway.
  • NOT_WITNESSED and UNAVAILABLE are never reported as INVALID.
  • A degraded audit write is recorded as degraded, not silently dropped.

Try it →