diff --git a/sidebars.js b/sidebars.js index 8b88da7c1..a096e841a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -312,6 +312,7 @@ module.exports = { "guides/interaction", "guides/temple", "guides/ledger", + "guides/trezor", "guides/import-recovery-phrase", "guides/plate", "guides/bip-39-passphrase", diff --git a/src/docs/guides/trezor.mdx b/src/docs/guides/trezor.mdx new file mode 100644 index 000000000..ba023b507 --- /dev/null +++ b/src/docs/guides/trezor.mdx @@ -0,0 +1,44 @@ +--- +title: How to import your wallet from Trezor to AirGap +slug: /guides/trezor-to-airgap +--- + +import BrowserWindow from "@site/src/components/BrowserWindow/BrowserWindow"; +import DynamicImage from "@site/src/components/DynamicImage"; +import IPhoneWrapper from "@site/src/components/IPhoneWrapper"; + +To move your funds from Trezor, import the backed-up seed phrase into AirGap by following the guide below. + +## Import your recovery phrase from AirGap + +Launch AirGap Vault and Click import recovery phrase + + + +Input your recovery phrase and click the confirm button + + + +Label your wallet and click the confirm button. + +:::note Label +A label is a name to Identify your wallet just in case you have multiple of them in AirGap +::: + + + +You’ve successfully imported your seed phrase from Trezor to AirGap + + + +Open the imported secret. Tap on the 3 dots in the top right corner and select "Add Account". + + + +Now, select the account that you want to import and tap "Add Account" button. + + + +If you have setup passphrase on your Trezor, you need to turn on advanced mode and enter the passphrase there. If not, you can simply ignore this step. + + diff --git a/static/img/trezor/1.png b/static/img/trezor/1.png new file mode 100644 index 000000000..c5c877504 Binary files /dev/null and b/static/img/trezor/1.png differ diff --git a/static/img/trezor/2.png b/static/img/trezor/2.png new file mode 100644 index 000000000..a75b4e08a Binary files /dev/null and b/static/img/trezor/2.png differ diff --git a/static/img/trezor/3.png b/static/img/trezor/3.png new file mode 100644 index 000000000..a9d1a7650 Binary files /dev/null and b/static/img/trezor/3.png differ diff --git a/static/img/trezor/4.png b/static/img/trezor/4.png new file mode 100644 index 000000000..d389ac2f3 Binary files /dev/null and b/static/img/trezor/4.png differ