# Create a wallet

To sign transactions and deploy your Smart Contract, you need to have a Metamask wallet.

### Download Metamask wallet

Download the Metamask extension for your Browsers.

{% embed url="<https://metamask.io/download/>" %}
MetaMask supports **iOS, Android native apps along with Chrome**, **Firefox**, **Brave** and **Edge browser extensions**.
{% endembed %}

<figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2F7tNhqQWiyogyMpdugZxM%2Fmetamask-download.webp?alt=media&#x26;token=b6432470-45d3-481d-a24c-2b43ecc8dfdb" alt=""><figcaption></figcaption></figure>

### Create an Account

You can import an existing wallet using the seed phrase or create a new one.

<figure><img src="https://2717306543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkcRCZbH8h9hvWTpJLn9U%2Fuploads%2FWrhTbiTi5rwofwvwZf2b%2Fcreate-account.webp?alt=media&#x26;token=079d4610-a5ad-4701-a7ee-4fd956b4423f" alt=""><figcaption></figcaption></figure>

#### Create a strong password for your wallet

#### Secure your Seed Phrase

We recommend you write it down and save it somewhere safe. When you lose access to your wallet you can recover your wallet. Metamask can't help you recover your wallets and your funds + NFTs will be lost forever.

#### Confirm Seed Phrase&#x20;

Confirm your secret phrase by clicking each word in the correct order.

### 🎉 Your wallet has been created


---

# 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://docs.imintify.com/general/create-a-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.
