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
| Item | Status | Note |
|---|---|---|
| Identities, permits, intents, proofs | AVAILABLE | The primitives, offline and verifiable. |
| Policy engine | AVAILABLE | Deterministic, versioned, simulatable. |
| Authorization and execution | AVAILABLE | One decision; idempotent execution; honest UNKNOWN. |
| Audit and anchoring | AVAILABLE | Two records, append-only, Merkle-batched, anchored. |
| Approval ceremony | PREVIEW | Implemented end to end. Role granting and passkey enrolment have no screen yet. |
| Custody | AVAILABLE | Software custody, containerised and hardened. |
| Hardware custody (PKCS#11) | PLANNED | An optional higher-assurance backend. Needs a real device. |
Applications
| Item | Status | Note |
|---|---|---|
| Console — read and operate | AVAILABLE | Dashboard, agents, permits, policies, approvals, executions, audit, API keys. |
| Console — role management | AVAILABLE | Members, roles, passkey enrolment and agent registration, all self-service. |
| Console — asset studio | AVAILABLE | Issue, mint, burn and transfer an organization's assets, signed in Custody. |
| Console — network views | AVAILABLE | Validators, staking, governance and the network treasury, read from the index. |
| Console — organization treasury | AVAILABLE | An address to receive at, and sending from it under the organization's own policy. |
| Console — validator operations | PLANNED | Waits on node productization and validator admission, not on the Console. |
| Scan | AVAILABLE | Blocks, transactions, accounts, validators, assets, Trust records. |
| Wallet | PREVIEW | Keys in the browser, memory-only for now. No dApp connector. |
| TypeScript SDK | PREVIEW | Authorization and execution. The control plane is not wrapped yet. |
Network
| Item | Status | Note |
|---|---|---|
| Assets protocol | AVAILABLE | FIXED and CAPPED_MINTABLE, with Trust gating. |
| Staking, slashing, governance | AVAILABLE | Four governance actions; downtime slashing stays zero until it is measured. |
| Indexer | AVAILABLE | Derived read model, rebuildable from zero. |
| Real multi-host validation | PLANNED | Four compliant independent hosts. An external gate; container evidence does not substitute. |
| Public testnet | PLANNED | After multi-host validation. |
| Mainnet | PLANNED | After a readiness review that has not been scheduled. |
| IBC | PLANNED | Last 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.
| Class | What it means |
|---|---|
| UNIT / INTEGRATION | Real code, real database, in one process or a few. |
| CONTAINER | A real image and a real deployment on one machine. |
| REAL SINGLE-HOST CHAIN | A real chain, on one host. |
| CONTAINER DEVNET | Several nodes in containers, still one machine. |
| REAL MULTI-HOST | Independent hosts, independently operated. Not yet produced. |
| PUBLIC TESTNET | Strangers running validators. Not started. |