# Saving a backup of your recovery plan

Press the "Export As JSON" button to download a file that contains the pre-signed transactions and the labels.

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

The pre-signed transactions only allow the Bitcoin to be moved **exactly in the way you signed them -** to the specific destination address and subject to the defined timelock.

If a hacker obtains this file, they may attempt to broadcast the transactions. However, without access to the destination wallet, and without waiting for the timelock period to expire, they will not be able to access the Bitcoin.

{% hint style="info" %}
**Quantum Threat:** In theory, a sufficiently powerful quantum computer could manipulate the pre-signed transactions if a hacker obtained one of your backups. This risk is not unique to recovery plans - it affects almost every Bitcoiner who uses a standard wallet during the period between signing a transaction and its confirmation on the blockchain. If practical quantum computers ever become a reality, we would all need to move our Bitcoin to new, quantum-resistant wallets.

As of 2026, such quantum computers are not expected to arrive within the next 10 years.
{% endhint %}

{% hint style="info" %}
**Privacy:** The pre-signed transactions contain information about your Bitcoin addresses, the destination address, and the amount of Bitcoin you hold. RITREK does its best to preserve your privacy and does not collect personal information about you from sources such as Google Play.
{% endhint %}

We recommend sending this file to family and friends:

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

On the next page, we will learn how your family and friends (or your future self) can initiate the recovery plan using the JSON file - even without installing the RITREK app.


---

# 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/backup/saving-a-backup-of-your-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.
