# Wallet Backup

## 5 things to remember when backing up your wallet

1. Keep the wallet file
2. Keep a record of wallet address
3. Keep a record of private key(or Spend Key) - Must
4. Keep a record of view Key
5. Keep a record of mnemonic seeds - Must

## Backup your Wallet using CLI Wallet

coming soon

## Backup your Wallet using GUI Wallet

1. Open Your wallet
2. Go to **Wallet** -> **Export private key**
3. Save your **Private keys** (You need this for recovery your Wallet via GUI Wallet) and the **Spend Secret Key** and the **View Secret Key** (You need this for recovery your Wallet with CLI Wallet).

![](https://cdn.qwertycoin.org/images/other/github/export_privatekeys.PNG)

## You can also backup your Wallet with SEED

**Note**: GUI Seed is only valid for GUI Wallet! GUI Wallet Seed and Paper wallet Seeds are different.

1. Open Your wallet
2. Go to **Wallet** -> **Show mnemonic seed**
3. Save your seed

![](https://cdn.qwertycoin.org/images/other/github/export_seed.PNG)


---

# 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://docs.qwertycoin.org/wallet/wallet-backup.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.
