Security
How authorization, identity storage, recovery policy and the guardian set are structured for this vault, and what each part does today.
Silent Signature
Approve without being named.
A guardian approves as a verified member of the set, not as a public address. Today the interface simply doesn't surface who approved. The cryptography that makes that provable comes in Phase 02.
Identity Vault
Identity kept apart.
Whatever identifies a guardian lives outside the coordination layer, so a proposal never has to carry it. Encrypted storage for this is specified and lands with the cryptographic layer.
Separated · never rendered
Threshold accountability
Privacy with a way out.
Privacy shouldn't mean nobody is answerable. A recovery policy sets the conditions, the higher approval bar and the waiting period before any identity can be revealed. Nothing is revealed outside it.
Threshold reached. Disclosure stays governed by policy.
Guardian set
No single point of control.
Approvals come from independent guardians. One person can propose, but one person can never execute.
What the vault records
The vault records that a valid authorization was received and counts it against the threshold. Aliases and mandates exist only so the guardian set can be managed; identity material is kept separate and is never rendered in this console. Cryptographic signer privacy is defined in the protocol evolution below and is not yet active.
The coordination model is written against a chain-neutral execution interface. The first deployment targets Robinhood Chain, and the same authorization logic carries to further networks without changes to how guardians coordinate.
Protocol Evolution
Silent Layer evolves through protocol capabilities rather than scheduled releases.
The part that works today. Guardians connect a wallet, join a vault, open proposals and approve them. The vault checks the approval count before anything executes. Privacy at this stage comes from what the interface chooses not to show, not from cryptography — we'd rather say that plainly.
- Robinhood Chain deployment
- Wallet verification for guardians
- Vault and guardian set management
- Proposal and approval flow
- Threshold policy