> For the complete documentation index, see [llms.txt](https://docs.bitcoinq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitcoinq.xyz/btq-wallet/btq-web-wallet/open-btq-wallet.md).

# Open BTQ Wallet

To interact with a BTQ wallet, it must be accessed using the private keys generated during the wallet creation process.

## Access the BTQ Web Wallet

Start by visiting the BTQ Web Wallet at <https://wallet.bitcoinq.xyz> to begin the process of opening your wallet.

## Private Keys

Your BTQ wallet can be opened using any of the following recovery methods:

### **Recovery Key Mediums**

* **Mnemonic Phrase:**
  * A wordlist of 34 selected words from the master BTQ wordlist.
  * Typically provided during the wallet creation process and available through backup functions in the wallet applications.
* **Hexseed:**
  * A hexseed consisting of 102 mixed alphanumeric characters.
  * Available through wallet creation or the "Backup Wallet" function in wallet applications.
* **wallet.json file:**
  * Contains the Hexseed and Mnemonic, as well as the Public Key.
  * Often encrypted; a passphrase will be required to access it.
  * Generated from desktop, web, and CLI wallet applications.

### Test Your Backups!

These keys provide full access to the wallet and all funds contained within. Ensure that you secure them properly to protect the security of your funds.

## Opening Your BTQ Wallet

Using one of the recovery methods mentioned, access your wallet to manage transactions:

* **Using Wallet.json File:**
  * Select the wallet.json file stored on your local computer and, if applicable, enter the encryption passphrase.
  * Click "Unlock Wallet" to open your BTQ wallet, allowing you to check balances and interact with the network.
* **Using Mnemonic Phrase:**
  * Open the wallet web page, select the "Open Wallet" tab, and choose "Mnemonic Phrase" from the dropdown.
  * Enter the Mnemonic phrase into the form and click "Unlock Wallet" to access your wallet.
* **Using Hexseed:**
  * Open the wallet web page, select the "Open Wallet" tab, and choose "Hexseed" from the dropdown.
  * Enter the Hexseed into the form and click "Unlock Wallet" to open your wallet.

These methods ensure secure access to your BTQ wallet, enabling effective management of your digital assets.


---

# 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.bitcoinq.xyz/btq-wallet/btq-web-wallet/open-btq-wallet.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.
