SEEDVAULT

SHAMIR SECRET SHARING // M-OF-N SPLIT

Military-grade cryptographic backup. The same mathematics protecting nuclear launch codes.
Lose parts of your key. Keep your funds.

The Backup Problem

Traditional seed phrase backups have fatal single points of failure:

  • Single Copy: House fire = Funds lost forever.
  • Multiple Copies: Anyone who finds ONE copy steals everything.
  • Manual Split (12/12): Lose either half = Funds lost forever.

The Vault Solution

Seed Vault uses Shamir Secret Sharing to split your key mathematically:

  • Redundancy: Lose up to 2 shares and still recover.
  • Theft Proof: Individual shares reveal 0% information.
  • Collusion Required: A thief needs 3 separate shares to steal.

VAULT SIMULATOR (3-of-5 SPLIT)

INSTRUCTIONS: SELECT 3 SHARES TO RECONSTRUCT THE KEY.

STATUS: LOCKED [0/3 SHARES]

CRYPTOGRAPHIC PRINCIPLE: INFORMATION-THEORETIC SECURITY.
2 SHARES = MATHEMATICALLY IMPOSSIBLE TO CRACK.

Strategic Applications

🔥 Fire Protection

Scenario: Your house burns down destroying Share #1.
Outcome: You still have 4 shares distributed elsewhere. You only need 3. Your funds are safe.

⚖️ Estate Planning

Scenario: Distribute shares to Spouse, Lawyer, and Safety Deposit Box.
Outcome: No single person can access funds while you are alive. Upon death, they combine shares.

🛡️ Theft Protection

Scenario: A thief breaks into your safe and steals Share #1.
Outcome: The share is mathematically useless on its own. It reveals ZERO information about your seed.

Backup Method Comparison

Method Fire Redundancy Theft Risk Inheritance
Single Paper Copy None (Lost forever) High (1 copy = Theft) Impossible
Multiple Paper Copies Good Critical (More attack vectors) Dangerous
Manual Split (Half/Half) None (Lose 1 = Lost) Medium (Half phrase exposed) Difficult
SEED VAULT (3-of-5) Excellent (Lose 2 OK) Zero (Need 3 to steal) Native Support
SLIP-39 STANDARD
GF(256) GALOIS FIELD
POLYNOMIAL INTERPOLATION
HW ENTROPY