# How do I import my existing wallet to MetaMask using my private key/JSON file?

{% hint style="danger" %}
**Never share your private key or JSON file with ANYONE.**

No one from Bancor will ever reach out to you first
{% endhint %}

If you already have a wallet and you would like to use MetaMask to interact with our application to trade or deposit tokens, you can import your secret recovery phrase or JSON file by clicking on "Import account" which is viewable after you click on the top right colored circle in your MetaMask web app. For more information, please check [MetaMask's FAQ](https://metamask.io/faqs/).

![Import Account on MetaMask](https://support.bancor.network/hc/article_attachments/4474313505682/Import_Button.PNG)


---

# 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://support.bancor.network/bancor-amm/transactions-and-metamask/how-do-i-import-my-existing-wallet-to-metamask-using-my-private-key-json-file.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.
