Market Cap: $2.1713T -2.52%
Volume(24h): $68.5868B 58.87%
Fear & Greed Index:

35 - Fear

  • Market Cap: $2.1713T -2.52%
  • Volume(24h): $68.5868B 58.87%
  • Fear & Greed Index:
  • Market Cap: $2.1713T -2.52%
Cryptos
Topics
Cryptospedia
News
CryptosTopics
Videos
Top Cryptospedia

Select Language

Select Language

Select Currency

Cryptos
Topics
Cryptospedia
News
CryptosTopics
Videos

How to set up a multisig wallet on Safe (Gnosis Safe)?

To create a Safe multisig wallet, connect MetaMask to app.safe.global, choose a network (e.g., Ethereum Mainnet), specify ≥2 owner addresses, set a threshold (e.g., 2/3), review gas, and confirm deployment—no funds needed beyond gas fees.

Jun 02, 2026 at 05:39 pm

Creating a Safe Account

1. Navigate to app.safe.global and connect a compatible wallet such as MetaMask or WalletConnect.

2. Select the desired network—Ethereum Mainnet, Arbitrum, Optimism, Polygon, or any of the 20+ supported chains.

3. Click “Create Safe” and specify the list of owner addresses. At least two addresses are required to initiate multisig functionality.

4. Define the confirmation threshold—for example, 2 out of 3 owners must approve each transaction.

5. Review deployment parameters including gas estimation, then confirm the deployment transaction via your connected wallet.

Deploying the Safe Contract

1. The Safe interface uses a proxy pattern: a GnosisSafeProxy is deployed pointing to an immutable GnosisSafeL2 implementation contract.

2. Deployment consumes gas on-chain and results in a unique Safe address derived deterministically from the factory and salt parameters.

3. No funds are required in the initiating wallet beyond gas fees; the Safe itself starts with zero balance but is immediately ready to receive assets.

4. Once confirmed, the Safe appears in your dashboard with full ownership control distributed across the designated addresses.

5. The deployed Safe inherits all core security features: signature replay protection using chainId and nonce, ERC-191 compliant message signing, and built-in fallback handling for ETH and ERC-20 tokens.

Configuring Owner Settings

1. Owners can be added or removed only through signed transactions executed by the Safe itself—not via external calls.

2. Threshold changes require a new transaction approved by the current threshold, ensuring continuity of governance rules.

3. Each owner may set up device-specific signing keys using EIP-1271 validation if they operate smart contract wallets.

4. Modules like GuardManager or FallbackManager can be installed to extend behavior—such as enforcing timelocks or routing approvals through off-chain services.

5. All configuration actions emit indexed events like OwnerAdded or ChangedThreshold, enabling transparent on-chain auditability.

Initiating and Executing Transactions

1. Users submit transactions through the Safe UI specifying destination, value, and calldata—no direct contract interaction needed.

2. Submitted proposals appear under “Queued” and await confirmations from owners matching the defined threshold.

3. Confirmations are cryptographically signed off-chain and submitted individually, supporting both EOA and contract-based signers.

4. Once threshold is met, any owner or third party may trigger execution via the executeTransaction function.

5. Successful execution emits ExecutionSuccess with the transaction hash; failure triggers ExecutionFailure, preserving state integrity.

Frequently Asked Questions

Q: Can I recover access if one owner loses their private key?Recovery depends entirely on the configured threshold and remaining active owners. If the threshold is not met due to lost keys, no recovery path exists unless preconfigured modules like a Guardian module are active.

Q: Does Safe support hardware wallet integration?Yes—Ledger and Trezor devices integrate directly via the Safe web interface using WebUSB or WebHID, enabling secure offline signing for owner confirmations.

Q: Is it possible to execute a transaction without waiting for all confirmations?No. Execution strictly requires reaching the configured threshold. There is no override mechanism—even for the deployer—once the Safe is live.

Q: How does Safe prevent signature replay across different networks?Each signature includes chainId and a domain separator per EIP-712, making signatures invalid on any chain other than the one specified during signing.

Disclaimer:info@kdj.com

The information provided is not trading advice. kdj.com does not assume any responsibility for any investments made based on the information provided in this article. Cryptocurrencies are highly volatile and it is highly recommended that you invest with caution after thorough research!

If you believe that the content used on this website infringes your copyright, please contact us immediately (info@kdj.com) and we will delete it promptly.

Related knowledge

See all articles

User not found or password invalid

Your input is correct