The Wallet Without a Seed

The Wallet Without a Seed

By VultisigUpdated September 1, 2026

Contents

Part 5 of 6. Across this series we've traced every failure to the same root: a complete secret exists, born in one moment on one device, and whoever reads it owns everything. Part four's tour of the bolt-on defenses ended on a question: why does the secret exist at all? Today, the answer. It's not a concept or a whitepaper. It's running technology, it's older than most altcoins, and it's probably already securing more money than any architecture in this industry.


Start with the strange idea

Picture a lock that opens when two of your three keys turn together. Familiar enough: that's multisig thinking, three complete keys, a quorum of them required. Now take one step further into stranger territory. Imagine the keys themselves were never cut. Three blank keys went into a machine together, the machine taught each blank a partial shape through a kind of conversation, and the full shape of the true key now exists nowhere: not inside the machine, not on any single blank, not written in any drawer, not even for an instant during the teaching. Yet when two blanks turn together, the lock opens, every time.

A key that works without ever existing sounds like a philosophy riddle. It's actually mature cryptography: multi-party computation, MPC, applied to wallets through threshold signatures. The underlying field has been an active branch of cryptography research since the 1980s, and the last decade of protocol work turned it from conference papers into something fast enough to run on the phone in your pocket.


How a key is born without existing

In a normal wallet, one device rolls the dice once, and the result is your seed: the complete secret, version 1.0, ready to be backed up, displayed, typed, and leaked. Everything in articles one through four flowed from that design.

An MPC wallet starts differently. Your devices, say your phone and your laptop, run a keygen ceremony together. Each device generates its own private randomness, keeps it, and never sends it anywhere. What they exchange instead are cryptographic commitments: proofs about their contributions that reveal nothing of the contributions themselves. Out of this structured conversation comes two things: a public key, which gives you your addresses, and one private share per device.

Here's the sentence to sit with: the private key corresponding to that public key was never computed. Not by your phone, not by your laptop, not in transit, not for a nanosecond. It exists only as a mathematical relationship between shares that never meet. There's nothing to display on a screen, nothing to write on paper, nothing to photograph, because the thing itself was never assembled into being.

Signing works under the same discipline. When you send a transaction, each device computes a partial signature using only its own share. The partials combine into one complete, standard signature, and at no point in the process does the full key materialize anywhere. The blockchain receives a perfectly ordinary transaction and neither knows nor cares how the signature was produced. No special smart contract, no extra fees, no on-chain fingerprint. It works identically on Bitcoin, Ethereum, and every other chain, because from the chain's perspective, nothing unusual happened. Even the privacy improves: where an on-chain multisig advertises its setup to the world, a threshold signature reveals nothing about how many parties signed, or that there were parties at all.


Replay the incident against this design

Now run the Coldcard disaster against this architecture, because this is the part that made us write the series.

Coldcard's flaw was one device with broken randomness silently deciding everything: one moment, one machine, one collapsed keyspace, roughly $116 million harvested. In an MPC ceremony, the key material is derived from every device's randomness combined. Your phone contributes coin flips. Your laptop contributes its own. The resulting shares depend on all of them, so an attacker who fully knows one device's contribution still stands behind a wall built by the others. One participant with a Coldcard-grade broken generator does not collapse the vault, because no single device's dice roll ever was the key.

The exact failure mode that emptied thousands of addresses, the silent single-device entropy collapse, has no equivalent here. It's not patched or mitigated. It's architecturally absent: the birth itself is distributed. That, in one sentence, is the answer to part four's question of why the complete secret exists. It doesn't have to.


Walk the attack surface again, watch it fall

Take part three's five-stage map of the seed's life and replay it:

  • Display: there are no 12 words to show. The over-the-shoulder camera, the screenshot, the screen-share: nothing to capture.
  • Backup: you back up shares, individually, and the all-or-nothing property finally breaks. A thief who reads one share backup holds a piece of a key that doesn't exist. Below the threshold, a leak is an inconvenience you fix by rotating, not a funeral.
  • Re-entry: there is no day where the complete secret passes through a keyboard into a device you're trusting under stress. That day is simply deleted from your future.
  • Phishing: "verify your seed phrase to continue" stops working on you in the most absolute way available. You have no seed phrase. There's nothing to hand over, even on your worst, most tired, most convincingly-scammed day. The most successful attack in the history of this industry bounces off an empty pocket.

And the everyday disaster, the lost device: your phone goes into a lake, and it's a shrug. Your remaining devices still meet the threshold. They sign, they keep working, and they run a re-share ceremony to issue a fresh share to your replacement phone, all without the funds ever moving on-chain. Compare that with the seed world, where rotating your secret means building a new wallet and publicly migrating every asset with fees. Here, shares rotate; the vault stays put. Losing a share can even be good hygiene: old shares can be invalidated by re-sharing, something a seed phrase written on steel can never offer.


You already trust this, you just didn't know

Now the part that genuinely surprises people: none of this is experimental. MPC is the boring, institutional choice.

Fireblocks, infrastructure for thousands of institutions that has settled trillions in transfer volume, is built on MPC threshold signing. BitGo, one of the industry's oldest custodians and the company that pioneered institutional multisig, built its own threshold signature stack precisely to keep the 2-of-3 model while shedding single-key risk. Across the professional layer of this industry, the exchanges, the market makers, the custodians answering to auditors and regulators for other people's billions, the conclusion was reached years ago and quietly became standard: complete keys are unacceptable concentration risk. Distribute the key material, require a threshold, remove the single moment of failure.

Read that from a retail seat. The technology guarding institutional billions is not the technology most individuals were ever offered. Institutions got threshold cryptography; individuals got a pamphlet about hiding words from their family. That gap was never about what's possible. It was about what had been packaged.

And notice how backwards the stakes are. Your food-delivery account has two-factor authentication. Your email demands a code from a second device before it lets you in from a new laptop. Meanwhile crypto, the one domain where theft is instant, global, and permanently irreversible, spent a decade telling individuals that the gold standard for their life savings is a single factor, on a single device, backed up on paper. MPC is what multi-factor looks like when it's native to the key itself rather than bolted onto a login page: the factors are your own devices, and the "second factor" isn't a code that gatekeeps a server. It's mathematics that gatekeeps the signature itself.


The honest paragraph

Nothing in security is free, and this series doesn't do marketing physics. MPC protocols are younger than single-key cryptography and substantially harder to implement, which concentrates trust in implementation quality: open source and independent audits aren't optional niceties here, they're the whole basis for trust, exactly as this incident taught us about firmware. Your responsibilities don't vanish either: shares need backups like anything else, and losing a threshold of devices together with their backups is still a loss. What changes is the shape of failure. A seed fails like a cliff: one read, one bad birth, total loss, instantly. A threshold vault degrades: lose a piece, notice, rotate, recover. You get something self-custody has never really had before: the ability to make a mistake and still be fine.


Try the feeling

If you've only ever known seed rituals, your first MPC vault is genuinely disorienting. The ceremony runs, your devices talk to each other for a few seconds, the vault appears, and then... nothing. You catch yourself waiting for the solemn moment: the 12 words, the "write these down and tell no one," the little liturgy of fear the industry trained into all of us. It never comes. The first reaction is usually suspicion, because we've been taught that the fear is the security. Then it lands: there was never a moment where your key could leak, because there was never a key. The object you've spent years guarding, the object this series mapped attack by attack, simply is not there. The absence is the security.

In the final part we close the series: the "self-custody is dead, buy the ETF" takes and why they get the lesson exactly backwards, what the institutions behind those ETFs actually run, and, yes, finally, who we are and what we've built. You've probably guessed by now.

Until then, we're honestly curious, and we're reading everything: now that you've seen how it works, what's actually kept you from trying a seedless wallet? Never heard of it, don't trust newer cryptography, or the seed ritual just feels like home? No wrong answers.