> For the complete documentation index, see [llms.txt](https://qrim.gitbook.io/qrim/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qrim.gitbook.io/qrim/qrim-wallet/create-import-wallet.md).

# Create/Import Wallet

## How to Create your Qrim Wallet?

1. Open your Qrim Wallet extension and click "Create new wallet"<br>

   <figure><img src="/files/ZfnXaoK5Dq9woMN2QkBK" alt="" width="266"><figcaption></figcaption></figure>
2. Set the wallet extension password, read the Terms of Service and click "Continue"<br>

   <figure><img src="/files/cccY5pOupd0yoejn91HD" alt="" width="263"><figcaption></figcaption></figure>
3. Securely save your Private Key(peerPrivKey) and Prover Private Key, then click "Continue"<br>

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>This private key(peerPrivKey) is the ONLY way to recover your wallet. Do NOT share it with anyone!</p></div>

   <br>

   <figure><img src="/files/mS4d4YkMyPNYDx0pthoQ" alt="" width="263"><figcaption></figcaption></figure>
4. Wallet creation completed successfully\ <br>

   <figure><img src="/files/lxVlccQVG7axryp2JPqQ" alt="" width="263"><figcaption></figcaption></figure>

## How to Import a Wallet?

1. Open your Qrim Wallet extension and click "I already have a wallet"<br>

   <figure><img src="/files/YhHBsw7pFce5LWn9q59b" alt="" width="265"><figcaption></figcaption></figure>
2. Set the wallet extension password, read the Terms of Service and click "Continue"<br>

   <figure><img src="/files/sOaATtIlnNvBS9ldaoj0" alt="" width="263"><figcaption></figcaption></figure>
3. Enter your 1️⃣ **peerPrivKey** and 2️⃣ **Prover Private Key**, click “Continue”<br>

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>The <strong>prover private</strong> key used by the Bridge undergoes a length conversion, making it different from the prover private key length in the keys.yml file, so it cannot be directly imported the Qrim Wallet</p></div>

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><ol><li>The <strong>peerPrivKey</strong> is usually stored in the config.yml <br>How to check <strong>peerPrivKey :</strong> <br>Run <code>cd ceremonyclient/node/.config</code> in the node, then run vim<code>config.yml</code> to enter the file, you will find that <br><br>Exit Vim: <br>1.Press <code>Esc</code> to enter command mode <br>2.Type<code>:q</code> and then press Enter<br></li><li>The <strong>Prover private key</strong> in the keys.yml file is encrypted using the Advanced Encryption Standard (AES), and therefore cannot be directly imported into the Qrim Wallet.<br><em>-If you want to use Qrim Bridge, it is recommended to create an address with both the peerPrivKey and Prover private key using Qrim Wallet, and then send $QUIL to this address for bridging</em></li></ol></div>

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p>This private key (peerPrivKey) is the ONLY way to recover your wallet. Do NOT share it with anyone!</p></div>

   <br>

   <figure><img src="/files/btW4tGJiDf2Zq01FLpee" alt="" width="263"><figcaption></figcaption></figure>
4. Wallet import completed successfully\ <br>

   <figure><img src="/files/HVYlq8FJHkklOTf9bDch" alt="" width="263"><figcaption></figcaption></figure>


---

# 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://qrim.gitbook.io/qrim/qrim-wallet/create-import-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.
