# Set Up a Safe Wallet

{% hint style="info" %}

## 📜 **TL;DR:**

* Safe is a smart contract wallet that requires a minimum number of people to approve a transaction before it can occur (M-of-N).
* Earn and track Hemi [points](https://points.absinthe.network/hemi/start) for completing this tutorial!
  {% endhint %}

***

## 🏁 Prerequisites

1. [MetaMask Wallet Setup](/how-to-tutorials/using-hemi/wallet-setup/metamask-wallet-setup.md)

***

## 📚 Tutorial

## Video

{% embed url="<https://vimeo.com/1027100950?share=copy>" %}

### 1. Visit the Hemi Safe [website](https://safe.hemi.xyz/)

***

### 2. Connect your wallet

To get started, connect your wallet to the Safe site. For this tutorial, we will be using MetaMask.

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

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

***

### 3. Name your Safe

After connecting your wallet, you will be prompted to name your Safe account.&#x20;

{% hint style="info" %}
**Doublecheck the wallet and network provided** in the right-hand screen. Confirm that the wallet connected is the wallet you would like to use to create your Safe wallet, and that the network is set to Hemi Sepolia.&#x20;
{% endhint %}

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

When you are ready to proceed, click `'Next'`.

***

### 4. Add signers and assign a threshold

A Safe Wallet can be set up as a multi-sig wallet, whitelisting addresses who may sign transactions on behalf of the wallet. You may assign a name to each address you intend to add to the wallet.  &#x20;

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

After adding additional signers, you may specify how many signers are required to sign any given transaction. This variable is referred to as the Threshold. <br>

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

After finalizing the verified signers and threshold requirements, click `'Next'` to proceed.

***

### 5. Review and verify your Safe account

Review and verify the network, name, signers, threshold, and estimated network fee to create your Safe account.

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

After confirming all given information, click `'Create'` to proceed.&#x20;

***

### 6. Confirm the transaction in your wallet

Confirm the recent transaction via your MetaMask wallet.

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

***

### 7. You have successfully created a Safe Wallet! 🎉

Your Safe Wallet is ready for use! You may add funds to your wallet and explore sending and receiving assets.

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


---

# 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.hemi.xyz/how-to-tutorials/using-hemi/developer-tooling/set-up-a-safe-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.
