> For the complete documentation index, see [llms.txt](https://docs.myneighboralice.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myneighboralice.com/my-profile/import-your-venly-wallet-into-metamask.md).

# Import your Venly wallet into MetaMask

If you're using Venly and would like to switch to another wallet, such as MetaMask, you can find the procedure here:

1. Log into to your [Venly account ](https://login.venly.io/auth/realms/Arkane/protocol/openid-connect/auth?client_id=Arkane\&state=3f283031-0070-443b-b719-7ae03e9199f8\&redirect_uri=https%3A%2F%2Fwallet.venly.io%2F%3Fauth_callback%3D1\&scope=openid\&response_type=code)here.

<figure><img src="/files/bSbx96nJhg37TjkBrThh" alt=""><figcaption><p>Select "BNB Chain"</p></figcaption></figure>

2. Go to Settings in the top right corner.

<figure><img src="/files/mgobxD8AXGnQ2711zKhq" alt=""><figcaption><p>Select "Settings"</p></figcaption></figure>

3. Click Export Wallet

<figure><img src="/files/Pvi5Dp8E6UfEPJTbs7Qv" alt=""><figcaption><p>Click "Export Wallet"</p></figcaption></figure>

4. Choose a password for encryption

<figure><img src="/files/zi41Ppixf950VKF1i5nG" alt=""><figcaption><p>Password for encryption</p></figcaption></figure>

5. Confirm the password

<figure><img src="/files/w7vqscn1sCWpHpe8IPPd" alt=""><figcaption><p>Confirmation required</p></figcaption></figure>

6. Download as a file

<figure><img src="/files/GneU61Gl4csbnYGxxUPR" alt=""><figcaption><p>Download as a file</p></figcaption></figure>

7. At this point, go to MetaMask

<figure><img src="/files/2aiBxzTtdpozs8CRamQ9" alt=""><figcaption><p>MetaMask</p></figcaption></figure>

8. Click on Account 1

<figure><img src="/files/t1x3kBMbSgAVmBjP7y4M" alt=""><figcaption><p>Select an Account</p></figcaption></figure>

9. Click "Add account or hardware wallet"

<figure><img src="/files/S1knQA7uC0UuFRSemuQ0" alt=""><figcaption><p>Click "Add account or hardware wallet"</p></figcaption></figure>

10. Click on "Private Key"

<figure><img src="/files/F72ML0J1YWqWGGnYa5UL" alt=""><figcaption><p>Private Key</p></figcaption></figure>

11. Click on JSON file&#x20;

<figure><img src="/files/2RlHe49IOjZPwYtAWCLZ" alt=""><figcaption><p>Click on JSON File</p></figcaption></figure>

12. Choose File and Import

<figure><img src="/files/MFuPN5r0SojXg43eHwoq" alt=""><figcaption><p>Choose the file you previously downloaded</p></figcaption></figure>

13. You will see the account labeled as "Imported"

<figure><img src="/files/iMYzgHGMn0u5hXd0ji0c" alt=""><figcaption><p>Account imported</p></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://docs.myneighboralice.com/my-profile/import-your-venly-wallet-into-metamask.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.
