YetiCold: The 3-of-7 Multisig Bitcoin Vault You Can Never Lose

Most bitcoin storage advice assumes you will lose a key someday and plans around it. One seed phrase, one hardware wallet, one point of failure, fingers crossed. YetiCold takes the opposite bet: engineer the setup so that losing keys is the expected case, and you still cannot lose your bitcoin.

How YetiCold works

The setup runs on two cheap, generic laptops, not specialized hardware wallets. That is deliberate. Hardware sold specifically for bitcoin storage asks you to trust everyone from manufacturing to shipping not to tamper with it. A random laptop from a big box store has no such targeted supply chain.

The flow:

  • Trustworthy laptops first. The first task in the instructions is setting up clean machines. Yeti prioritizes safety over ease of use, full stop.
  • Air-gapped signing. Private keys never touch a device with a channel to the internet, except through USB drives. The project is honest that QR codes would be a better air gap than USB, but Bitcoin Core does not support offline signing via QR codes, and bolting on a QR library would add attack surface.
  • 3-of-7 multisig. Seven keys are generated; any three can spend. You can lose four keys and still recover everything. It is HD multisig, so you get 1,000 receiving addresses but only ever need three seed phrases to recover the lot.
  • Seeds on paper, hidden in plain sight. Private keys are written down using the NATO phonetic alphabet, with every fifth word as a checksum so a smudged word does not mean a dead key. They go into non-descript packaging stored with people who do not know they are holding bitcoin keys. Every copy includes recovery instructions.
  • Full node, Tor, no leaks. Unlike most hardware and software wallets that phone your IP address and balance home to third-party servers, YetiCold runs Bitcoin Core over Tor. Your node verifies your coins are genuine bitcoin, which is the entire point of a full node.

Why this matters

This site exists because single points of failure keep costing people their bitcoin. YetiCold attacks the problem from the redundancy side: assume loss, survive it. A 3-of-7 where four keys can vanish without consequence is the most loss-tolerant mainstream setup anyone has published.

It is also fully sovereign. No company holds a cosigning key. No app update channel can rug you. No vendor firmware to trust. Just Bitcoin Core, the most scrutinized codebase in the space, plus a small amount of auditable Python.

There are sibling tools in the same repo worth knowing: YetiHot and YetiWarm, for funds you actually spend versus funds you bury.

Honest caveats

YetiCold is not for everyone, and its own README says so.

Time. Budget about two hours spread over a couple of days: writing down seed words, copying files, scanning QR codes. This is a weekend project, not a ten-minute app install.

Operational burden. Seven key copies across multiple locations is a system you have to maintain. People, packaging, geography. That is the price of the redundancy.

Privacy fingerprint. Multisig is uncommon on chain and 3-of-7 is rare, so a chain observer can infer you are probably using Yeti. That fingerprint only appears when you spend, not when you deposit, and the author considers it worth the security tradeoff.

No time delays. YetiCold protects against loss and theft of keys, but it has no timelock layer. If an attacker ever did assemble three keys, the coins move immediately. That is the gap vault designs with timelocks are built to close.

Still, for deep cold storage of serious money, this is one of the most thought-through free setups ever published. The code is on GitHub: github.com/JWWeatherman/yeticold, and the guided version lives at yeticold.com.

Find your setup

A 3-of-7 is the deep end. Most people need strong protection with less operational overhead. Answer a few questions and get your recommended multisig setup in 2 minutes: neverlosebitcoin.com/wizard/.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *