BengarTrust infrastructure

Roadmap

What is built, and what is not

Ordered, not dated. A quarter on this page would be a commitment made by whoever wrote it; the order is what is actually true.

Trust platform

ItemStatusNote
Identities, permits, intents, proofsAVAILABLEThe primitives, offline and verifiable.
Policy engineAVAILABLEDeterministic, versioned, simulatable.
Authorization and executionAVAILABLEOne decision; idempotent execution; honest UNKNOWN.
Audit and anchoringAVAILABLETwo records, append-only, Merkle-batched, anchored.
Approval ceremonyPREVIEWImplemented end to end. Role granting and passkey enrolment have no screen yet.
CustodyAVAILABLESoftware custody, containerised and hardened.
Hardware custody (PKCS#11)PLANNEDAn optional higher-assurance backend. Needs a real device.

Applications

ItemStatusNote
Console — read and operateAVAILABLEDashboard, agents, permits, policies, approvals, executions, audit, API keys.
Console — role managementAVAILABLEMembers, roles, passkey enrolment and agent registration, all self-service.
Console — asset studioAVAILABLEIssue, mint, burn and transfer an organization's assets, signed in Custody.
Console — network viewsAVAILABLEValidators, staking, governance and the network treasury, read from the index.
Console — organization treasuryAVAILABLEAn address to receive at, and sending from it under the organization's own policy.
Console — validator operationsPLANNEDWaits on node productization and validator admission, not on the Console.
ScanAVAILABLEBlocks, transactions, accounts, validators, assets, Trust records.
WalletPREVIEWKeys in the browser, memory-only for now. No dApp connector.
TypeScript SDKPREVIEWAuthorization and execution. The control plane is not wrapped yet.

Network

ItemStatusNote
Assets protocolAVAILABLEFIXED and CAPPED_MINTABLE, with Trust gating.
Staking, slashing, governanceAVAILABLEFour governance actions; downtime slashing stays zero until it is measured.
IndexerAVAILABLEDerived read model, rebuildable from zero.
Real multi-host validationPLANNEDFour compliant independent hosts. An external gate; container evidence does not substitute.
Public testnetPLANNEDAfter multi-host validation.
MainnetPLANNEDAfter a readiness review that has not been scheduled.
IBCPLANNEDLast among protocol work, on purpose: Bengar-enforced authority does not travel.

How evidence is classified

Different kinds of evidence are not interchangeable, and this project keeps them separate rather than letting the easiest one stand in for the rest.

ClassWhat it means
UNIT / INTEGRATIONReal code, real database, in one process or a few.
CONTAINERA real image and a real deployment on one machine.
REAL SINGLE-HOST CHAINA real chain, on one host.
CONTAINER DEVNETSeveral nodes in containers, still one machine.
REAL MULTI-HOSTIndependent hosts, independently operated. Not yet produced.
PUBLIC TESTNETStrangers running validators. Not started.

What works today, in detail →