> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/decenomy-wallet/backup-wallet-on-an-external-device.md).

# Backup Wallet on an external device

One way to backup your wallet is to save a copy of the **wallet.dat** file on an external device.

{% embed url="<https://www.youtube.com/watch?v=SqIdsz6mn7w>" %}

First of all, we insert our USB stick into the PC and open our wallet (in our case the SAPP wallet), then go to the bottom left and choose the settings cog.

* 1 Settings
* 2 Wallet Data
* 3 Wallet

As seen in the image below:

<figure><img src="/files/f37t337DrvvcLXI0kgvG" alt=""><figcaption></figcaption></figure>

Once this is done, as you can see in the image, the backup wallet menu will open, click on the folder icon on the right as in the image below:

<figure><img src="/files/nMod7UXw7fM87QtDrTZb" alt=""><figcaption></figcaption></figure>

After that, a window will open where we can choose the destination for our backup file

* 1 look for our USB stick and click on it to select it
* 2 let's choose a name for our backup
* 3 click on save

<figure><img src="/files/Owq1QeQcIgRKPVUVb9OT" alt=""><figcaption></figcaption></figure>

If the operation went well, this will appear:

<figure><img src="/files/7C0mHPdujdf02AXyLYaD" alt=""><figcaption></figcaption></figure>

If in case you need to restore your backup, the name to use will be "wallet.dat"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decenomy.net/tutorials/decenomy-wallet/backup-wallet-on-an-external-device.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
