Self-custodial Private Wallet

For the convenience of accounts/wallet management purposes, we believe it is better to separate the wallet which is managed by a seed phrase from accounts which can be derived as many times as needed by a user within the same seed phrase.

How does it work?

The private wallet is a container for many private accounts that is managed by BIP-32 derivation seed phrase which must be stored securely on the user end.

You can derive as many private accounts as you need, with each private account having its unique private address (with ix.. prefix).

Each Private Wallet stores all the data locally using in-browser IndexDB with a storage that can be encrypted, to store such items as:

  • Wallets derivation checkpoints

  • Encrypted accounts keys

  • Accounts actions logs

  • Etc.

Last updated