Skip to main content
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
This article introduces how to back up your key share once you have successfully generated it.

Prerequisites

Verify the root extended public key

You must first check the local key share information before backup and ensure that the root extended public key displayed in Cobo Portal matches the one shown in the TSS Node log.
  1. Navigate to the corresponding vault page and click on the Key Share Management icon.
A Key Share Management icon
  1. You can see the root extended public keys in the Key Share Management page.
A root extended public key
  1. Execute the following command to check the root extended public keys in the TSS Node log:
    Example:
    Verify that the root extended public key shown in the above log matches the one displayed in Cobo Portal. Otherwise, the backup data will be invalid.

Back up your key share

After verification, please back up the following data:
  1. The encrypted database file located at db/secrets.db.
  2. The database encryption password, which is the password you set during the TSS Node initialization process.
Both items are critical components of your key share. Losing either one will result in the complete loss of access to your private key. It is crucial to back up both items securely, but they must NOT be stored together, as this would be equivalent to keeping a key with its lock, which compromises security.