If the whisper lattice writes inward and quiet, the loud lattice speaks outward and across. A signed mesh of the fourteen domains: each domain holds its own keypair and its own chain, a pulse is signed with a private key and verified with the public one, it gossips hop-by-hop across the mesh, and it only commits when a quorum of domains has verified it. Trust without a center.
each part of the bus emerges by one of four natures
natural
of the nodes — the domains themselves, the endpoints with a body and an address
ethereal
of the message in flight — the pulse, the signal crossing the gap between two worlds
spiritual
of the trust — the witness, the mirror-verify, the meaning of a signed crossing
electrical
of the bus — the lattice, the transport, the shared log, the machine that carries
The Design
the whisper's opposite · the signed pulse · the mirror
The Signed Pulse
real keys, not a checksum
Each domain holds an asymmetric keypair (ECDSA P-256, generated in your browser). A domain SIGNS its pulse with its private key; any receiver VERIFIES with that domain's public key. Tamper with a pulse in flight and verification genuinely fails — not a checksum re-derived in the same room, but a signature only the holder of the key could make. Trust by reflection, made true.
The Gossip Mesh
ripple, don't blast
No central sequencer and no single shared chain: each domain keeps its OWN hash chain, and a pulse spreads by gossip — told to a few neighbors, who tell a few more, rippling outward hop by hop. It is a mesh, not a star; a DAG of fourteen chains, not one line everyone must queue behind.
The Quorum
the mesh agrees, it doesn't just shout
A pulse is not committed when it is sent — it is committed when a QUORUM of domains has independently verified it and acknowledged. Whisper's 2-of-3 consensus, scaled to N-of-14 across the bus. So the loud lattice doesn't merely broadcast; it reaches agreement, fault by fault, the way a real distributed system does.
Run It — 14 Domains, Live
each domain has a real ECDSA keypair · click one to emit a signed pulse · it gossips hop-by-hop · commits on quorum · toggle tamper to watch verification fail for real
built from your parts, honest about its scope, one of a pair
Built From Your Parts
nothing new under it
The carrier is LIMEN / pulse; the crossing is the J-junction <•; the per-domain chain is the whisper tether; the quorum is whisper's consensus scaled; the topology is F/M/B.
Real Web-Crypto signatures (ECDSA) + epidemic gossip + cross-domain quorum — your primitives, wired into one honest mesh.
Honest by Contract
design + demo, not a network
The keys, signatures, verification, per-domain chains, gossip, and quorum are REAL and run in the browser; there is NO AI and no live server network — it is a reference design and a working visual.
Toggle tamper and watch a corrupted pulse fail verification for real, and watch the quorum hold or break. The earlier 'mirror' that re-derived its own checksum is gone — this verifies a signature it could not have forged.
The Pair
whisper ⇄ loud
Whisper: intra, quiet, private — one source, three consensus observers, one chain. Loud: inter, loud, public — fourteen domains, real signatures, gossip, quorum.
The verify is the move common to both: whisper's observers agree on a digest; loud's domains verify a signature. Consensus is the heart of each.
The Parts
the bus, the pulse, the crossing, the mirror — as ACI .agents, each a birth certificate & a nature (10)
A ROOT0 technical design — the inter-domain half of a pair with the whisper lattice. Whisper writes inward, quiet, to itself; loud broadcasts outward, across the fourteen domains. A pulse is signed (prim = SHA-256 of the message ‖ the previous prim), each hop is a witnessed crossing, and the receiver mirror-verifies the signature before accepting — trust by reflection, no central authority. Built on ROOT0's own pulse / LIMEN carrier. Honest by contract: the signing, mirroring, and chain are real and deterministic; there is no AI in the loop and no live server network — it is a reference design and a working visual. Each entry is named by its nature: natural, ethereal, spiritual, or electrical.