From Safe (Gnosis Safe)
This guide is for teams currently using Safe (formerly Gnosis Safe) who want to consolidate onto SSP Enterprise. The two platforms share a self-custody multisig philosophy but differ on chain coverage, signer security model, and policy capabilities.
Why teams move from Safe
Multi-chain native β Safe is EVM-only. SSP Enterprise covers Bitcoin, Litecoin, Dogecoin, Bitcoin Cash, Zcash, Ravencoin, Flux, plus all the EVM chains Safe supports. Treasuries holding both BTC and ETH no longer need two platforms.
Stronger per-signer security β Safe relies on whatever wallet each signer happens to use (MetaMask, Ledger, etc.). SSP Enterprise enforces two-device security per signer (browser extension + mobile app), so compromising one device of one signer is not enough to sign.
Built-in policy engine β Safe needs Modules/Guards configured per-vault, often with custom Solidity. SSP Enterprise has spending limits, whitelists, time-locks, admin approvals, per-signer overrides β all configured through the UI, no smart contract deployment.
Simpler member management β Safe stores signers as Ethereum addresses; you have to track who each address belongs to manually. SSP Enterprise has named members, roles, audit logs β true team management.
No transaction relayer dependencies β Safe transactions often depend on relayers (especially on L2s). SSP Enterprise broadcasts directly via your chosen RPC.
What you keep, what changes
Custody model
Self-custody multisig (smart contract)
Self-custody multisig (native + smart contract)
Chain coverage
EVM only (~10 chains)
EVM + UTXO (12+ chains across both)
Signer security
Whatever wallet each signer uses
Two-device per signer (enforced)
Policies
Modules/Guards (Solidity)
Built-in policy engine (UI configured)
Member management
Ethereum addresses
Named members + roles
Transaction history
On-chain + Safe Transaction Service
On-chain + SSP indexer
Recovery
Signer seed phrases
Signer seed phrases (same model)
Open source
Yes
Yes
Pre-migration checklist
Step 1 β Set up SSP Enterprise
Create your organization β see Creating Your First Organization
Invite all signers β see Inviting Team Members
Verify all signers appear in Members
Step 2 β Plan your new vault structure
Common patterns:
1:1 mapping β one SSP vault per existing Safe (simplest, lowest cognitive load)
Consolidated by purpose β fewer vaults, organized by what funds are for (treasury, payroll, ops) rather than per-chain
Hybrid β keep your most active Safes 1:1, consolidate the long-tail into a single reserve vault
For each new vault, decide:
Chain β same as the Safe you're migrating from (or pick one chain if consolidating)
Signers β same humans, but they'll use their SSP Wallet identity instead of their MetaMask address
Threshold β match your Safe's threshold or revise (this is a good moment to reconsider)
Step 3 β Create vaults
Walk through Creating Multisig Vaults for each one.
A note on chain choice: Safe supports Ethereum, Optimism, Arbitrum, Base, Polygon, BNB Chain, Avalanche, Gnosis Chain, and a few others. SSP Enterprise currently covers Ethereum, Polygon, BNB Chain, Avalanche, and Base on the EVM side. If you're using Safe on Optimism, Arbitrum, or Gnosis Chain, those are not yet supported and you'll need to bridge funds to a supported chain.
Step 4 β Configure policies
This is one of the biggest wins moving to SSP Enterprise. Translate your Safe Modules/Guards into native SSP policies:
Spending Limit Module (per signer)
Per-Signer Spending Limits
Allowlist Module / Guard
Address Whitelist: Strict Mode
Cooldown / delay module
Time-Lock Delay
Multi-tier approval (Safe with Safe owners)
Admin Approval (USD threshold)
Manual reviews via off-chain process
Warning Mode whitelist
No Solidity required β configure all of this in the UI. See Configuring Policy Controls.
Step 5 β Migrate ERC-20 token approvals
This is critical and often missed.
If your Safe had outstanding token approvals (e.g., approved a DEX router to spend USDC), those approvals are tied to the Safe's contract address. They do not transfer to your new SSP vault.
For each token approval that matters:
Identify all
approve()calls on your Safe (use Etherscan's "Token Approvals" tool with your Safe address)After moving funds to the new vault, re-approve the same spenders from the new vault
Optionally revoke old approvals on the Safe (using a tool like revoke.cash) for hygiene
Step 6 β Test on testnet
Create a Sepolia testnet vault with the same signers and threshold. Run through:
A simple ETH transfer
An ERC-20 transfer
A policy-blocked transaction (e.g., propose something over your daily limit and confirm it's rejected)
A multi-recipient batch transaction
This catches misconfigurations and gives signers practice with the new flow before real money is involved.
Step 7 β Move funds in tranches
For each Safe β SSP vault migration:
Tranche 1 (10%): move a small amount, verify arrival, leave overnight
Tranche 2 (40%): move more, verify
Tranche 3 (50%): move the remainder
If you have multiple Safes, do them sequentially β finish one before starting the next. This isolates problems.
Step 8 β Update integrations
dApps β anywhere you've connected your Safe via WalletConnect needs to be reconnected with your new SSP vault address
Governance β if your Safe held governance tokens (UNI, COMP, etc.) and was delegating votes, redelegate from the new vault
Off-chain tools β Safe Transaction Service URLs, custom dashboards, internal tools all need to be repointed
Counterparties β same as Fireblocks: anyone who whitelisted your Safe address needs the new address
Step 9 β Decommission the Safe
Once funds and approvals are migrated:
Leave the Safe deployed. Don't try to "delete" it β Safe contracts are immutable. Just empty it.
Document the old address in your records as deprecated
Remove team members from your Safe interface (Settings β Owners) so it doesn't appear in their dashboards
Optionally remove your Safe from any tracking tools like DeBank, Zerion, etc.
Common gotchas
Counterfactual deployment β newer Safes are sometimes deployed lazily on different chains with the same address. If you've never sent a transaction from your Safe on a given chain, the contract may not actually be deployed there. Check before assuming.
EIP-712 signatures β if your Safe relied on EIP-712 off-chain signature flows (signing messages, not transactions), those workflows need re-implementation against SSP's signature API
Hardware wallet UX β signers who used a Ledger with their Safe will find SSP's two-device flow different (no Ledger required, but SSP Wallet + SSP Key both needed). Walk them through it before migration day.
Gas estimation differences β SSP's smart account gas costs may differ from Safe's. Budget accordingly for the first few transactions while you get a feel for it.
Estimated timeline
Single Safe, 3β5 signers, 1 chain
3β5 days
Multiple Safes, 5+ signers, 2β3 chains
1β2 weeks
Treasury with extensive dApp integrations
3β4 weeks (mostly integration re-wiring)
Need help?
For hands-on migration support β including team training and integration audits β email tadeas@sspwallet.com or book a call.
Last updated