What fails today
- Trusted servers become coordination chokepoints
- Communication channels reveal participant relationships
- Air-gapped workflows do not translate cleanly across distance
- Existing tools often assume proximity or infrastructure trust
Keylay is a coordination layer for remote multisig setup and signing. It is built to reduce trust in the coordination layer itself.
Designed for adversarial environments. Useful anywhere multisig participants are not in the same room.
Multisig protects funds against a single compromised key. But coordination remains the weak point. Remote participants are often pushed toward ad hoc messaging, centralized services, or in-person exchange.
Those workarounds introduce trust assumptions, leak metadata, and tempt users to break air gaps. In ordinary settings that is friction. In adversarial settings it is a real security failure.
Keylay treats the coordination layer as a potential adversary, not just a convenience layer. No accounts, no server-side state, no persistent identity, and a planned move to Nostr as the primary transport all follow from that assumption: the path between participants may be observed, recorded, or controlled, and the tool should not require trusting it.
Keylay helps remote participants exchange the information needed for setup and signing while keeping sensitive operations on their own devices.
The current implementation routes browser-encrypted messages through a WebSocket relay. Planned future versions use Nostr relays as the primary transport, with WebSocket retained as fallback.
The initiator creates a session and shares a short code with remote participants.
Participants exchange descriptors, PSBTs, and related files through the encrypted relay — as QR codes for air-gapped devices, or as direct file transfers.
Signer devices operate locally. Private keys do not leave the devices that hold them.
Participants coordinate across distance without needing shared physical presence or trusted infrastructure.
Even when funds are secured by multisig, the setup and signing process can still reveal who is involved, how they coordinate, and what infrastructure they depend on. Moving toward Nostr as the primary transport reduces dependence on any one relay operator and better fits environments where surveillance resistance matters.
Keylay is usable today for real remote coordination workflows across desktop and mobile browsers. The current implementation is already concrete enough to evaluate, while the next steps are clear and bounded.