Emergency Recovery

Emergency recovery tool for Vultisig vaults. Reconstruct keys if TSS software becomes unavailable. Last-resort fund recovery process.


What is the Emergency Recovery Tool?

In Vultisig, the private key never exists during normal operation—this significantly improves security since there's no private key to be extracted or stolen.

However, it is possible to recombine vault shares and generate the private key for use in other wallets. Scripts are provided for this purpose if Vultisig software ever becomes unavailable.


For most users, the community-built Vault Share Decoder is the easiest way to recover:

This tool provides a user-friendly interface to decode vault shares and recover private keys without requiring developer tools.

The Vault Share Decoder is the preferred method for emergency recovery. Only use the CLI/Web options below if the community tool is unavailable.


Prerequisites

  • Go (Golang) installed on your system

  • Access to threshold number of vault shares


Option 1: Web UI Version

  1. Clone the Repository:

  1. Navigate to the Recovery Web Directory:

  1. Run the Web Server:

Access the recovery UI via your web browser.


Option 2: CLI Version

  1. Clone the Repository:

  1. Navigate to the Recovery CLI Directory:

  1. Run the Recovery CLI Tool:

Follow the terminal instructions to proceed with recovery.


Supported Assets


Resources


Last updated

Was this helpful?