Node identity
Composite node
A node_id names a composite: the Execution Plane, Local Secret Kernel, invocation interface, active epoch, and deployment profile evidence bound together into one auditable roster member.
domain · keyset_id · roster · active_epoch · policy_hashops · receipts · trace rootssession-bound · localCallContext · request_digestmanifest · custody_classInvariantssingle active binding per node_id · epoch / roster / keyset change only via manifest transition · every transition emits manifest-linked evidence
ingress / egress manifests, signaturesSans-I/O step over verified factsruns signing-algorithm stepsreplicated execution statenon-secret protocol mathtime · randomness · identityshares · nonces · ephemeral dataFROST · DKLS23 · CGGMP primitivesThe identity binding
The Execution Plane and Local Secret Kernel can run in separate processes, separate devices, or separate isolation domains. The active node identity binds both into one auditable membership record the cluster verifies.
The binding's contents depend on the deployment profile. HSM deployments include the HSM identity. Software deployments bind the isolated process or platform vault. Mobile deployments include the native runtime and vault profile. The cluster validates the full composite, including both the runtime and the kernel half.
A DomainManifest fixes the deployment profile, active epoch, node set, threshold, policy roots, and cryptographic-profile roots for the binding.
Network shape
The peer network is validation-first and at-least-once. Messages are checked against binding, session, roster, and payload before they enter DVM state as facts. Duplicate delivery converges through idempotent merge — replicated state merges commutatively and associatively, so any order and any retry reach the same state. Conflicting valid messages from the same sender produce equivocation evidence rather than a last-writer-wins overwrite.
Delayed delivery results in PendingRemote, an explicit wait state carrying the active phase, slot, and dependencies. Quorum resumes from that same point when the fact arrives. Deadline expiry produces terminal evidence.
Operations model
Infrastructure teams rotate runtime processes, add observability, manage delivery queues, and tune transport while the custody boundary holds. The same model covers an HSM-backed datacenter node, an isolated software node, and a mobile participant with a local keyshare vault.