BengarTrust infrastructure

Use cases

Digital assets

Instruments with transfer rules, without an administrator who can freeze anyone.

The problem

Regulated instruments need conditions on movement. The usual mechanism is a privileged key that can freeze accounts — a power whose existence is the risk.

Without Bengar

With Bengar

The flow

  1. Create the asset; its supply model and metadata are permanent.
  2. Set a gating policy naming acceptable signer keys.
  3. Each movement is authorized, and carries an artifact with a nonce and a short window.

Components used

Assets · Policy · Approvals · Network

Example

// What the chain refuses, by construction:
//   freeze          — no such message
//   blacklist       — no such message
//   authority transfer — no such message
//   metadata update — no such message

Security properties

  • No generic administrator and no freeze.
  • An artifact is not a payment instruction and moves nothing by itself.
  • Spent nonces outlive the gate, so removing gating does not enable replays.

Try it →