# Wallet Recovery

Recovery your Wallet in case of broken Software Updates or accidentally deleted wallet file with **Seed** (mnemonic phrase), **Private Key** (GUI Private Key) or with **Spend Secret Key** and **View Secret Key**.

## Recovering your Wallet using CLI Wallet:

coming soon

## Recovering your GUI Wallet using private key:

1. Open Qwertycoin GUI Software
2. Go to **Wallet** -> **Import private key**
3. Insert your **Private keys**
4. Select folder **Where to save new wallet file**
5. Click on **OK**

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

## You can also backup your Wallet with SEED:

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

1. Open Qwertycoin GUI Software
2. Go to **Wallet** -> **Restore from mnemonic seed**
3. Enter your Mnemonic
4. Select folder **Where to save new wallet file**
5. Click on **OK**

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

## Recovering Paper Wallet

1. Go to [paperwallet.qwertycoin.org](https://paperwallet.qwertycoin.org/)
2. Select the **Restore** tab and **Enter your Passphrase**
3. Click on **RESTORE WALLET**

Download this page


---

# 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-recovery.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.
