🚫What does the Snap NOT do?

The Galactica ZK Vault Snap does NOT:

  • Manage assets, tokens or NFTs

  • Access personal funds

  • Access the private keys of accounts in Metamask. The Snap only derives a new key for signatures in ZK using the getEntropy function.

  • Disclose personal information without confirmation

  • Send any tracking data

  • Leak on-chain activity to guardians

  • Submit transactions on-chain. The ZK proof is returned to the dApp that can ask you to submit it afterwards.

You can verify those points by checking the permissions the snap requests and in the code on NPM and GitHub.

Last updated