# FAQ

#### Q1:What is the hex private key?

\
**A**:The hex private key is the "peerPrivKey" located in the config.yml file under the ceremonyclient/node/.config directory. Instead of creating a new wallet, you can import your existing wallet into Qrim.\
\***PLEASE NOTE THAT QRIM DOES NOT STORE YOUR PRIVATE KEY. PLEASE KEEP IT SAFE YOURSELF.**

#### &#x20;Q2:Why is the "SEND" button disabled?

\
**A:** At the moment, Qrim does not support auto-splitting the whole balance for sending QUIL. Please select the coins listed in the wallet and send them correspondingly. To send the whole balance, please merge all coins manually before sending.\
\
\
**Q3:Why sometimes the display coins status not up-to-date?**\
\
**A**:Qrim queries network data from multiple RPC nodes. Since some nodes may not be fully synced with the latest data, it could result in delayed status updates. This will be improved as the network stabilizes.


---

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