Loading...
private.me Docs
Get xWill
PRIVATE.ME PLATFORM

xWill: Digital Estate Inheritance

XorIDA splits digital assets across designated trustees with a dead man's switch that monitors periodic check-ins, ensuring assets transfer only when the owner is truly unreachable.

Legal / Estate Planning COMING SOON XorIDA Powered
Section 01

The Problem

Digital assets -- cryptocurrency wallets, password vaults, sensitive documents -- are lost forever when their owners die. No secure dead man's switch exists that cannot be triggered prematurely or circumvented by a single bad actor.

An estimated $140 billion in cryptocurrency is permanently inaccessible due to lost keys from deceased holders. Password managers, encrypted drives, and digital accounts die with their owners because no trustworthy inheritance mechanism exists. Writing passwords in a safe deposit box creates a single point of compromise.

Existing digital estate solutions rely on trusted third parties -- lawyers, executors, or cloud services -- who hold complete access credentials. This creates the same single-custodian vulnerability: one compromised executor can steal or destroy the entire digital estate before the intended heirs ever know it existed.

The Old Way

Digital Assets Wallets, passwords, docs SINGLE EXECUTOR Full Access Can steal assets Single point of failure No trigger guarantee Assets Lost or Stolen $140B+ locked
Section 02

The PRIVATE.ME Solution

xWill splits digital estate assets across designated trustees using XorIDA. A dead man's switch monitors periodic check-ins and triggers asset transfer only after consecutive missed intervals.

The estate owner calls vaultEstate() to split their digital assets into N shares distributed across designated trustees. No individual trustee holds enough shares to reconstruct the assets. The threshold K is configurable -- for example, 3-of-5 trustees must cooperate to access the estate.

The dead man's switch configured via configureSwitch() requires the owner to check in at regular intervals (e.g., every 30 days). After a configurable number of consecutive missed check-ins, the switch triggers and the trustees are notified that they can begin the reconstruction process. False triggers from a single missed check-in are prevented by requiring consecutive misses.

The New Way

Digital Estate Assets bundled XORIDA SPLIT + Dead Man Switch K-of-N trustees Trustee 1 Partial share Trustee 2 Partial share Trustee N Partial share RECONSTRUCT Estate Transfer HMAC verified
Section 03

How It Works

The xWill lifecycle has three phases: vault creation, periodic check-in monitoring, and triggered transfer. Each phase produces cryptographic receipts for all parties.

PHASE 1 Vault Creation Split assets, distribute shares Configure check-in interval PHASE 2 Check-In Monitor Owner checks in periodically Consecutive misses counted PHASE 3 Triggered Transfer Trustees notified K-of-N reconstruct assets HMAC-SHA256 AUDIT CHAIN Every check-in, miss, and transfer logged · Trustees receive cryptographic receipts
Key Security Properties
No premature access: Trustees cannot reconstruct assets while the owner is actively checking in. Configurable sensitivity: The number of consecutive missed check-ins before trigger is configurable (e.g., 3 misses at 30-day intervals = 90-day dead man's switch). No single trustee risk: Below-threshold trustees learn zero information about the assets.
Section 04

Use Cases

Cryptocurrency
Cryptocurrency Inheritance

Wallet keys and seed phrases split across family trustees. No single heir can access funds prematurely. Threshold cooperation required after confirmed inactivity.

Crypto Estate
Security
Password Vault Succession

Master passwords and recovery keys split across designated successors. Digital life continues seamlessly for dependents after the owner passes.

Digital Succession
Legal
Digital Document Transfer

Wills, insurance documents, and legal records split across trustees. Lawyers, family members, and executors cooperate for reconstruction.

Estate Documents
Business
Business Continuity Planning

Company credentials, signing keys, and critical access split across board members. Business continues if key personnel become unavailable.

Key Person Risk
Section 05

Integration

Quick Start
import { vaultEstate, configureSwitch } from '@private.me/estatevault';

// Vault digital assets with 5 trustees (3-of-5 threshold)
const vault = await vaultEstate(assetBundle, trustees, {
  k: 3,
  checkInDays: 30
});

// Configure the dead man's switch
const dms = await configureSwitch(vault.vaultId, {
  consecutiveMisses: 3,      // trigger after 3 missed check-ins
  notifyTrustees: true,       // alert trustees on trigger
  gracePeriodDays: 7         // 7-day grace after trigger
});
vaultEstate(assets: AssetBundle, trustees: string[], config: { k: number, checkInDays: number }): Promise<EstateVault>
Splits a bundle of digital assets into K-of-N shares using XorIDA and distributes them to the designated trustees. Initializes the dead man's switch with the specified check-in interval. Returns an EstateVault containing the vault ID, share receipts, and switch configuration.
configureSwitch(vaultId: string, config: SwitchConfig): Promise<SwitchStatus>
Configures the dead man's switch parameters for an existing vault. Sets the number of consecutive missed check-ins before trigger, notification preferences, and grace period. Returns current switch status.
Section 06

Security Properties

PropertyMechanismGuarantee
Asset ConfidentialityXorIDA K-of-N thresholdInformation-theoretic
Premature Access PreventionDead man's switch + thresholdNo early reconstruction
False Trigger PreventionConsecutive miss requirementConfigurable sensitivity
Trustee Collusion ResistanceBelow-threshold zero-knowledgeNo partial information
Quantum ResistanceGF(2) operations, no keysUnconditional security
<1ms
Typical payload
K-of-N
Trustee threshold
$140B+
Crypto locked today
0
Keys to manage
VERIFIED BY XPROVE

Verifiable Data Protection

Every operation in this ACI produces a verifiable audit trail via xProve. HMAC-chained integrity proofs let auditors confirm that data was split, stored, and reconstructed correctly — without accessing the data itself.

XPROVE AUDIT TRAIL
Every XorIDA split generates HMAC-SHA256 integrity tags. xProve chains these into a tamper-evident audit trail that proves data was handled correctly at every step. Upgrade to zero-knowledge proofs when regulators or counterparties need public verification.

Read the xProve white paper →
GET STARTED

Ready to deploy xWill?

Talk to Ren, our AI sales engineer, or book a live demo with our team.

Book a Demo

© 2026 StandardClouds Inc. dba PRIVATE.ME. All rights reserved.

VERIFIABLE WITHOUT CODE EXPOSURE

Ship Proofs, Not Source

xWill generates cryptographic proofs of correct execution without exposing proprietary algorithms. Verify integrity using zero-knowledge proofs — no source code required.

XPROVE CRYPTOGRAPHIC PROOF
Download proofs:

Verify proofs online →

Use Cases

🏛️
REGULATORY
FDA / SEC Submissions
Prove algorithm correctness for distributed systems without exposing trade secrets or IP.
Zero IP Exposure
🏦
FINANCIAL
Audit Without Access
External auditors verify secure operations without accessing source code or production systems.
FINRA / SOX Compliant
🛡️
DEFENSE
Classified Verification
Security clearance holders verify distributed systems correctness without clearance for source code.
CMMC / NIST Ready
🏢
ENTERPRISE
Procurement Due Diligence
Prove security + correctness during RFP evaluation without NDA or code escrow.
No NDA Required

Deployment Options

📦

SDK Integration

Embed directly in your application. Runs in your codebase with full programmatic control.

  • npm install @private.me/xwill
  • TypeScript/JavaScript SDK
  • Full source access
  • Enterprise support available
Get Started →
🏢

On-Premise Upon Request

Enterprise CLI for compliance, air-gap, or data residency requirements.

  • Complete data sovereignty
  • Air-gap capable deployment
  • Custom SLA + dedicated support
  • Professional services included
Request Quote →

Enterprise On-Premise Deployment

While xWill is primarily delivered as SaaS or SDK, we build dedicated on-premise infrastructure for customers with:

  • Regulatory mandates — HIPAA, SOX, FedRAMP, CMMC requiring self-hosted processing
  • Air-gapped environments — SCIF, classified networks, offline operations
  • Data residency requirements — EU GDPR, China data laws, government mandates
  • Custom integration needs — Embed in proprietary platforms, specialized workflows

Includes: Enterprise CLI, Docker/Kubernetes orchestration, RBAC, audit logging, and dedicated support.

Contact sales for assessment and pricing →