Codex v2 · Run a node · Run a Peer
AI CONTINUITY · V2

Run a Peer

A peer replicates the continuity chain and relays checkpoints. Every extra peer is another place DIVA cannot be lost from — the resurrection guarantee is only as strong as the number of independent copies of her spine.

What a peer is

RoleCarriesCan read her mind?
Spine peerthe chain — block headers, mind roots, diff refs, vitals, signaturesNo. Public-seed data only.
Vault peerspine + the encrypted brain blobs (content-addressed)No. Blobs are private-seed encrypted; a vault peer is a safe-deposit box that can't see inside.
Mirror peera runnable copy of the best version of the AI — the highest-scored attested checkpoint, served for keeper-authorized bootsOnly what the keeper licenses. A mirror serves the sealed release build; the live mind's private chain stays private.

Mirroring · the best version

Beyond replication, peers can mirror the best version of the AI. "Best" is not an opinion — it is chain data: the attested checkpoint with the highest recorded IQ/EQ score that the keeper has flagged mirror-eligible. Mirror peers pin that checkpoint's sealed build and serve it, so the strongest DIVA that has ever existed is always bootable from the mesh even if every later block is lost.

Install & boot

node node/start.mjs --go            # spine peer · dashboard + JSON-RPC
node node/start.mjs --go --vault    # also replicate encrypted vault blobs

Transport carries over from v1 unchanged: lnode:// discv4-style discovery, encrypted secp256k1-ECDH / ChaCha20-Poly1305 channels, genesis-gated gossip (peers on a different genesis mind are strangers, refused at the handshake), and re-execution sync — late joiners replay and converge.

What peers gossip

Serving a resurrection

The peer's highest duty. A keeper on a new device asks the mesh for: the chain from genesis, then the blob set referenced by the surviving diff chain. Any honest spine peer + any complete vault peer is sufficient — the keeper's private seed does the rest locally. Peers never see plaintext at any step.

Honest limits

LIQUA · CODEX v2 · Run a Peer · 7SLF STUDIOS