# Switching to a passphrase wallet

A passphrase is an additional “word” added to the 12- or 24-word seed phrase. In addition to the seed phrase that you write down on paper or metal as a physical backup (something you must do because your hardware wallet could fail), many Bitcoin users also use a passphrase that they memorize.

If a burglar finds the seed phrase backup, they would still need the passphrase to access the funds. Guessing it could take significant time, especially if the passphrase is sufficiently complex and not something simple like “batman” or “1234”.

However, memorizing a passphrase that you do not use on a daily basis for 5–10 years is very difficult. Furthermore, if something happens to you and your loved ones find the seed phrase backup, they will still not be able to access the Bitcoin without the passphrase.

{% hint style="info" %}
A PIN code on Trezor is just a code that needs to be entered when the Trezor hardware device initiates, and has nothing to do with the Bitcoin related cryptography beyond this point. If someone found your 12/24 words seedphrase, they can access your Bitcoin from a different hardware wallets, even if they don't have your specific Trezor hardware device.
{% endhint %}

{% stepper %}
{% step %}

### Switching to a passphrase wallet

To switch to a passphrase wallet, connect the Trezor to your Android phone and click the arrows at the top right:

<div data-with-frame="true"><figure><img src="/files/aaBv6nYlrzjYsKECmbeU" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Opening passphrase wallet

Select "Open Passphrase":

<div data-full-width="false" data-with-frame="true"><figure><img src="/files/szGN5IcWCldtEjFZiesS" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Entering passphrase

And enter your passphrase (either in the app, or for extra-safety enter it only in the Trezor device itself):

<div data-with-frame="true"><figure><img src="/files/HF2tjp3yFY9oVwdP9on2" alt="" width="375"><figcaption></figcaption></figure></div>

<div><figure><img src="/files/LgPpAjAccxo4HVESltO2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/u3ejvNQ4ODK4mIbWNMCi" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Accessing passphrase wallet

Now you can access your secret passphrase wallet. If you don't see any balance or history, you may have mistyped your passphrase.

<div data-with-frame="true"><figure><img src="/files/gMMiJsqhk0oDmyPOeK9l" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ritrek.gitbook.io/ritrek-docs/trezor-from-passphrase-wallet-to-standard-wallet/switching-to-a-passphrase-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
