# Installing RITREK and creating your first recovery plan

{% stepper %}
{% step %}

### Installing RITREK

The RITREK Android app can be installed from:

{% embed url="<https://play.google.com/store/apps/details?id=com.ritrek.app>" %}
{% endstep %}

{% step %}

### Connecting Trezor

Click the '+' button at the bottom right of the page:

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

Then select "Connect Trezor":

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

{% step %}

### Selecting account

If you aren't familiar with accounts and derivation paths, you're probably using only a single account, and can simply click "Connect Trezor":

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

You will then be redirected to the Trezor Suite app for confirmation. Make sure at the top of the screen that you have switched to the wallet that you want to create a recovery plan for, i.e.: "Passphrase wallet #1".

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

{% step %}

### Filling recovery plan details

Verify that the balance at the top of the page is correct, then fill the details:

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

1. **Recovery Destination:** The address of the standard wallet or second wallet where you want the Bitcoin to be sent when the recovery plan is initiated. If you paste the address from the clipboard, double-check it carefully - some malware can replace copied Bitcoin addresses with similar-looking ones.
2. **Fee Rate:** The default fee rate chosen by the RITREK app is intentionally very high. This is useful if the transaction might be initiated many years from now (e.g., 5–10 years), since we cannot predict what typical Bitcoin fees will be in the future. While it is possible to accelerate transactions later if they are not mined, doing so is a technical process that you probably don’t want to leave to your family, friends, or future self. For testing purposes, there is no need to spend so much on fees, and you can use:

<figure><img src="https://www.ritrek.com/api/fee-30min.svg" alt=""><figcaption></figcaption></figure>

3. **Cancellation Window:** The number of days between initiating the recovery plan and the time when all funds reach the destination. This value is hard-coded into the recovery plan transactions (specifically in the *nSequence* field of the second transaction) and cannot be changed later.
   {% endstep %}

{% step %}

### Signing the transactions

Click **“Step 1: Sign Initiate Transaction”** to sign the first transaction in the recovery plan. This transaction sends a small amount of **600 sats** (which may appear as **0.000006 BTC** on the Trezor display). Make sure to verify the destination address and the fee.

<figure><img src="/files/UDoFXgMUyFjSSlkr5sCW" alt="" width="375"><figcaption></figcaption></figure>

Then click **“Step 2: Sign Recovery Transaction”** to sign the second transaction in the recovery plan. This transaction sends the **rest of the funds**. Again, make sure to verify the destination address and the fee.

<figure><img src="/files/WUgg587tRxzQ1D1hFh2Y" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Editing labels

Congratulations, your Recovery plan has been uploaded successfully.

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

Click the Recovery-Plan card, and update the name, description, and destination-label by clicking the pencil (🖊️) icon on the right. Write something you will remember 5-10 years from now.

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

{% step %}

### Your recovery plan is ready

Swipe the **“Initiate Recovery Plan”** button to activate it, and monitor its 5-steps progress:

* Step 1: Initiate transaction has been broadcast
* Step 2: Initiate transaction has been confirmed - timelock started
* Step 3: Timelock finished - recovery transaction has been broadcast
* Step 4: Recovery transaction has been confirmed
* Step 5: Recovery transaction has 6 confirmations (should be seen as fully-confirmed at the destination wallet).

If the Bitcoin in your wallet moves elsewhere, or if the recovery transactions are broadcast externally (for example, from a backup), you will receive a push notification and a message will be added to your inbox (visible in the app's side menu).

Keep in mind that any funds added to this wallet later will **not** be covered by the existing recovery plan. We recommend accumulating new funds in a new **Bitcoin Account**, and once enough funds have accumulated, creating a **new recovery plan** for that account.
{% 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/installing-ritrek-and-creating-your-first-recovery-plan.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.
