# Create a Gnosis Safe

### Connect a signer wallet

In order to start creating a Gnosis Safe account, you first have to connect a signer wallet. Gnosis Safe supports a variety of signer wallets on different chains. Please be sure to have some tokens (eg, BNB, ETH) in the wallet, as deploying a Safe will have transaction fees. Confirm the Safe creation.

![](/files/nik8rwNP4Cj8aaCTBXIv)

### Choose a name

Once a wallet is selected, start the process of setting up your Safe by clicking on **Create New Safe**. You will need to name your new Safe. This name is locally stored on your computer and never shared with Gnosis, OpenLeverage, or any third-party.

![](/files/5T1q7MOkK2qQMqSxm6GC)

### Select signers

These are addresses that will have permission to submit and approve transactions. You will be able to remove or replace these addresses later. Your connected signer wallet will be the suggested first signer. You can add as many signers are you wish by pasting the address.

{% hint style="info" %}
Please note that addresses must be on the chain that you have created the wallet.&#x20;
{% endhint %}

![](/files/UV2MQiPOdtTH1RMOosh2)

### Define confirmation parameters

Select the number of signer confirmations a transaction or setting change to your Gnosis Safe account requires before it is approved. If you do not have access to enough signers to reach the threshold, you will not be able to recover your assets.

Review and deploy Safe After reviewing all parameters, submit the creation of your Gnosis Safe account and follow the instructions on the screen to finalize account creation.

### Accessing OpenLeverage through Gnosis Safe

Click on **Explore Safe Apps** and **Add custom app**.

![](/files/rVjaqgbYJhLEEYsvWzYl)

Add OpenLeverage by copying and pasting **<https://openleverage.finance/>**. DApp name will be automatically filled for you. Click **Add** to add the OpenLeverage DApp.

![](/files/duXMRSfyXuu0yWqwwoax)

![](/files/ToegV7BHTaNcYm4LCaFE)


---

# 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.openleverage.finance/main/product/create-a-gnosis-safe.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.
