# From a Paper Wallet

Please note these instructions will apply to people holding MAID on paper wallets, or who so simply hold the private key.

{% stepper %}
{% step %}

### First, c**reate an OmniWallet Account**

* Go to [OmniWallet](https://www.omniwallet.org/)
* Click on **Create Wallet**
* Set up a **strong password** and securely store it
* After registering, **download the wallet backup** and store it safely
  {% endstep %}

{% step %}

### **Import Your Private Key**

* Log into your **OmniWallet** account
* Navigate to **My Wallet > My Addresses**
* Click **Add Address,** then proceed to select **Import Address With Private Key.**&#x20;

<figure><img src="/files/yVgv16mS0bJz69FQkwFs" alt=""><figcaption></figcaption></figure>

* Click on **Import Bitcoin Address**
* Enter your **private key** into the provided field. Your private key is written down on your paper wallet.&#x20;
* Click **Add Address** to finalize the import

{% hint style="danger" %}
Never give anyone your private key or seed phrase as they can access your funds with it
{% endhint %}
{% endstep %}

{% step %}

### [**Continue with the Omni Wallet steps…** ](/how-to-convert-maid/from-omniwallet.md)

Next, continue on with the step by step process described in our [Omni Wallet guide](/how-to-convert-maid/from-omniwallet.md)
{% endstep %}
{% endstepper %}


---

# 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://shareholders.maidsafe.net/how-to-convert-maid/from-a-paper-wallet.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.
