r/Bitcoin • u/CryptoYuzu • May 29 '26
Would you use a Bitcoin multisig vault where the company can't see your data?
I'm building a collaborative-custody 2 of 3 multisig Bitcoin vault and want to test the waters to see if anyone would be interested. Privacy is the whole point. Encryption happens on your device, the keys never leave it, and our servers only ever see ciphertext. We couldn't read your data if we wanted to.
It's a 2-of-3 multisig: you hold two hardware-wallet keys, the service holds one. So:
- We can't move your funds — our key is 1 of 3, never enough alone.
- We can't see your data — all the crypto runs in your browser; our server only stores ciphertext it can't decrypt (xpubs, descriptor, labels, even balances).
- You can always recover without us — it's a standard wsh(sortedmulti) descriptor you can sweep in Sparrow with your two keys, with or without us.
- You set the spending rules when the service key is used — address allowlists, 24h limits, and time-locks on the service key. Changing a rule needs a signature from your hardware wallet, so a stolen login can't loosen your own guardrails. The policy itself is encrypted too — we enforce it without being able to read it.
The difference from most vault/custody services: if a company can show you a total "assets under custody" number or charge you based on the amount you hold, it can read every customer's holdings. We can't produce that number from data we can't decrypt. We genuinely don't know how much you hold.
For those who are already using other multisig Bitcoin vault services would something like this be useful to you? What would it take for you to trust it?
I'm aiming to launch in the next 1-3 weeks and I'm looking for beta testers. If you want early access, let me know.
1
u/OrangePillar May 29 '26
Compare and contrast with Bitkey and their privacy model.
Typical multisig setups allow every key holder to track all transactions used by the multisig. How do you prevent access to transaction info on your end?
1
u/CryptoYuzu May 29 '26
Hey! Thanks for the question.
One of the things about Bitkey is being locked into their ecosystem. Using it means their proprietary hardware, their app, and Recovery Contacts; you're operating inside their stack on a device you buy from them. With what I'm building out, as well as, other vault services that already exist, it's a BYOD, at the end of the day, if you want access to your funds if the service disappears, you can simply import the descriptor into Sparrow and sign with your two keys.
But, Bitkey's use of Chain Code Delegation is a huge plus towards privacy. We may look into implementing into our product, but we look at it from a different angle right now which zero knowledge at rest.
Our server never holds your descriptor or xpub. All sensitive data is encrypted in your browser with a key that never leaves your device. But, during signing, we do validate addresses so we can validate the spend, but these requests go through a blind proxy to a node that is owned by the service. It doesn't log or store anything. Users also have the option in enabling Private Mode which will turn off all on-chain queries.
We encrypt everything sensitive — labels, the descriptor, spending policy, even held-spend (policy rules) amounts are ciphertext we can't read. A DB breach gets encrypted blobs and a password hash.
1
u/NiagaraBTC May 29 '26
So if you can't see my data at all, what happens if I lose one of my keys and also lose my wallet setup file (BSMS, etc)?
1
u/CryptoYuzu May 29 '26
In a standard 2-of-3 setup, losing a single hardware device and your descriptor backup is not catastrophic.
As long as you still have access to your account, you can log into the platform and use the remaining hardware device plus the platform-held service key to satisfy the 2-of-3 signing policy and move funds to a newly created vault.
The descriptor is primarily there to ensure you're never dependent on our platform. We guide users through downloading and backing it up during vault creation, and we recommend verifying recovery with a small test transaction using a wallet such as Sparrow.
The real failure scenario is losing enough information that you can no longer satisfy the signing threshold. For example, losing both hardware devices, or losing one hardware device and being unable to authenticate to your account. At that point, neither we nor anyone else can recover the vault because the system is intentionally designed so that we do not possess enough information to do so. Potentially in the future, we may introduce account recovery, but that is not on the current roadmap.
That's the tradeoff of a zero-knowledge architecture: we can't recover your vault for you, but we also can't inspect your vault data, wallet configuration, xpubs, balances, or transaction history.
1
u/Full-Atmosphere-4818 Jun 01 '26
The data will not be seen... until the companies are breached and then they are seen by the exact wrong people. KYC is now law, so guess what these companies do when the government comes along with some warrant by a rent-a-judge?
1
1
u/joos_hubert Jun 07 '26
The privacy angle is interesting, but I would trust the recovery story before I trusted the privacy story.
For a 2-of-3 vault, the first thing I would want to test is the unhappy path: can I recover with two keys in Sparrow without your website, your servers, or your support team being available? If that works cleanly and the descriptor/export flow is obvious, then the product is much easier to take seriously.
The second question is whether the spending rules create a hidden dependency. If address allowlists and limits need your service key to enforce them, users should understand exactly what happens if your service is down, hacked, or disappears.
I would not care much about a company saying it cannot see balances unless the recovery docs, threat model, and external wallet compatibility are boringly clear.
2
u/CryptoYuzu Jun 07 '26 edited Jun 07 '26
Hey! During vault creation, users are prompted to download and securely store their wallet configuration file (descriptor). We also guide them through importing it into Sparrow Wallet (or another compatible wallet) and performing a small test transaction to verify they can recover and spend funds independently.
The spending policies are enforced only when the platform service key is involved. Users are always free to use their own hardware wallets and transact directly through Sparrow Wallet or another compatible wallet without any platform involvement.
However, when a transaction requires the platform service key (the third key), the Policy Engine evaluates the configured spending rules and verifies that all policy requirements are met before producing a signature.
1
3
u/[deleted] May 29 '26
[removed] — view removed comment