DeFi Intel

How to Set Up Safe (Gnosis Safe)

DifficultyBeginner Estimated time15 minutes Last updated2026-05-03

Step-by-step Safe (Gnosis Safe) multisig setup for 2026: connect owner wallets, deploy a Safe on your chosen chain, add owner addresses, set the signature threshold, fund and test. With common errors and fixes.

What you'll need (prerequisites)

Recommended for this tutorial

Tools and accounts referenced in the steps below:

Buy a hardware wallet for cold storage

Step-by-step

  1. Step 1: Open the official Safe app and choose your network

    Go to app.safe.global directly (bookmark it — phishing copycats are everywhere). Connect your first owner wallet (e.g. MetaMask or a Ledger). Select the chain you want the Safe on (Ethereum, Arbitrum, Base, Optimism, Polygon, etc.). A Safe is a smart contract deployed per chain.

  2. Step 2: Connect your owner wallets

    A Safe has no seed phrase of its own — it is controlled by owner accounts. Each owner is a normal wallet (EOA or hardware wallet) that keeps its own seed. Connect the wallet(s) you will use as signers. For real security, use separate devices/people for each owner.

  3. Step 3: Add owner addresses

    In "Create new Safe", add the address of each owner that should be able to propose and confirm transactions (e.g. 3 addresses for a 2-of-3). Double-check every address character by character before continuing.

  4. Step 4: Set the confirmation threshold

    Choose how many owners must sign for a transaction to execute (e.g. 2 of 3). A higher threshold is safer but needs more signers online. This threshold — not any seed phrase — is what secures the Safe.

  5. Step 5: Deploy the Safe

    Confirm the creation transaction with your first owner wallet and pay the one-time deployment gas fee. Once mined, your Safe has its own on-chain address. Save that address — it is where you receive funds.

  6. Step 6: Fund and test with a small transaction

    Send a small test amount to the Safe address, then propose a small outgoing transfer and collect the required confirmations from your owners before executing. Verify the flow works before moving large balances.

  7. Step 7: Plan recovery via your owners

    Recovery is through your owner keys and threshold, never a Safe seed. Keep each owner's own seed/hardware backup safe, and if an owner is lost you can use the remaining owners (meeting threshold) to add a replacement owner. Consider a hardware wallet for each owner and, optionally, a recovery module.

Common errors and fixes

FAQ

Is Safe (Gnosis Safe) safe in 2026?

Safe (Gnosis Safe) is a smart-contract multisig backed by heavily audited on-chain contracts, and it is the most widely used multisig in DeFi. Its security comes from your owner keys and the signature threshold you set — not from any single seed phrase. Safety depends on the user: keep each owner key secure and verify every transaction before signing.

What if I lose access to the Safe?

A Safe has no seed phrase of its own, so there is nothing to "restore" from a seed. Recovery is through your owners: as long as enough owners to meet the threshold are still available, they can sign a transaction to add or replace an owner. Losing one owner key is survivable in a multi-owner setup; losing every owner key is not, which is why you should use multiple independent owners.

Can Safe (Gnosis Safe) be hacked?

The Safe contracts themselves are audited, so the main risk is not the contract but you being tricked into signing a malicious transaction — phishing sites, fake Safe front-ends, or malicious signature requests. Only use app.safe.global, verify every transaction before any owner signs, and use hardware wallets as owners for large balances.

What chains does Safe (Gnosis Safe) support?

A Safe is a smart contract deployed per chain. It is available on Ethereum and most major EVM L2s (Arbitrum, Base, Optimism, Polygon, Avalanche, and more). A Safe address on one chain is not automatically usable on another — deploy a Safe on each chain you need. Check the official docs for the current chain list.

Can I use a hardware wallet with a Safe?

Yes — and you should for meaningful balances. Add one or more hardware wallets (Ledger, Trezor) as owners of the Safe so that signing a transaction requires the physical device. The Safe itself has no seed; each owner keeps its own seed/hardware backup, and the threshold determines how many owners must sign.