Bitcoin Development Mailinglist
 help / color / mirror / Atom feed
* [bitcoindev] [BIP Draft] Blind Relay: Stateless Encrypted WebSocket Coordination for PSBTs
@ 2026-03-25 12:00 'Sean Carlin' via Bitcoin Development Mailing List
  2026-03-26  0:15 ` pyth
  2026-03-26 14:02 ` [bitcoindev] " Thomas Suau
  0 siblings, 2 replies; 5+ messages in thread
From: 'Sean Carlin' via Bitcoin Development Mailing List @ 2026-03-25 12:00 UTC (permalink / raw)
  To: Bitcoin Development Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 1892 bytes --]

Hi everyone,

I'd like to propose a new BIP for real-time, trust-minimized coordination 
of multi-signature PSBTs.

The Problem
Coordinating N-of-M Bitcoin transactions currently forces users into a 
binary choice:
- Manual out-of-band transfers (USB drives, secure messengers) that 
preserve privacy but introduce high friction and error risk, or
- Stateful coordination servers that offer good UX but act as privacy 
honeypots, logging metadata, signer relationships, and often storing PSBTs 
on disk.

The Proposal: Blind Relay
This BIP introduces a "Blind Relay" - an ephemeral, stateless, 
zero-knowledge WebSocket relay. All payloads are encrypted client-side with 
AES-GCM-256, with decryption keys held exclusively in client-side URL 
fragments (never sent to the server). The relay operates entirely in RAM 
with a strict 24-hour TTL and self-destructs upon completion, providing 
real-time coordination without persistent metadata or disk storage.

A reference implementation has been running in production for three months, 
successfully facilitating real multisig ceremonies.

*Links*
- BIP Draft: 
https://github.com/scarlin90/bip-stateless-psbt-coordination/blob/main/bip-draft.md
- Source Code: https://github.com/scarlin90/signingroom
- Live Client: https://signingroom.io
- Related Research Paper: https://arxiv.org/abs/2601.17875

I look forward to your technical feedback - especially on the 
specification, security model, edge cases, and any suggested improvements.

Best regards,
Sean Carlin

-- 
You received this message because you are subscribed to the Google Groups "Bitcoin Development Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bitcoindev+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bitcoindev/3f1a1491-06e1-4453-9538-fa66bc432a06n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2262 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-26 18:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-25 12:00 [bitcoindev] [BIP Draft] Blind Relay: Stateless Encrypted WebSocket Coordination for PSBTs 'Sean Carlin' via Bitcoin Development Mailing List
2026-03-26  0:15 ` pyth
2026-03-26 16:19   ` 'Sean Carlin' via Bitcoin Development Mailing List
2026-03-26 14:02 ` [bitcoindev] " Thomas Suau
2026-03-26 16:02   ` 'Sean Carlin' via Bitcoin Development Mailing List

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox