Skip to content

Does a Trezor-connected Metamask wallet share the same secret phrase/mnemonic as other Metamask accounts? #132

Answered by cromewar
dalteko asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @dalteko
Thanks for your question, the usage of the mnemonic phrase is thanks to something called Bip39 this is the standard we use to generate mnenomic phrases, I strongly suggest you to give a look to the article on the link.

MetaMask, when linked to Trezor, does not have access to your Trezor's mnemonic. Instead, MetaMask asks Trezor to generate public keys for accounts using the HD (Hierarchical Deterministic) Wallets protocol. Essentially, it's like asking Trezor to "show" MetaMask a bunch of accounts that belong to your Trezor device without revealing the actual mnemonic to MetaMask.

Ganache, on the other hand, generates a new mnemonic every time you start it, and the accounts…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dalteko
Comment options

Answer selected by PatrickAlphaC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants