Safe is the most critical piece of Ethereum custody infrastructure — a modular, upgradeable multi-signature smart contract wallet that requires M-of-N owner approvals for any transaction, used to custody over $100 billion in assets by protocols like Aave, Uniswap, Chainlink, every major DAO treasury, and institutional crypto holders. Originally developed by Gnosis (hence “Gnosis Safe”), Safe spun out as an independent entity in 2022 with its own governance token (SAFE). Unlike hardware wallet wallets (where a single key controls all funds), Safe distributes signing authority across multiple owners — a governance committee, a hardware wallet, and a cold wallet, for example — meaning no single point of compromise can drain funds.
| Stat | Value |
|---|---|
| Ticker | SAFE |
| Price | $0.14 |
| Market Cap | $102.91M |
| 24h Change | -1.1% |
| Circulating Supply | 727.41M SAFE |
| Max Supply | 1.00B SAFE |
| All-Time High | $3.56 |
| Contract (Ethereum) | 0x5afe...eeee |
| Contract (Xdai) | 0x4d18...3820 |
How It Works
Multisig structure:
A Safe wallet requires M signatures from a set of N owners to execute any transaction. For example: a 3-of-5 Safe means 3 of any 5 designated signers must approve before a transaction executes.
Smart contract wallet:
Unlike EOAs (Externally Owned Accounts, i.e., private key wallets), Safe is a smart contract — enabling:
- Arbitrary transaction batching
- Transaction simulation
- Module extensions (spending limits, allowances, recovery modules)
- Account abstraction features (no gas, custom signing logic)
Safe Modules:
Plugins that extend Safe functionality without changing the core contract:
- Spending limits — Allow a sub-key to spend up to X per day without M-of-N approval
- Social recovery — Trusted guardians can reset signers if keys are lost
- Automated transactions — Conditional executions triggered by on-chain events
SafeNet / Safe{Core}:
Safe’s broader infrastructure initiative to make smart wallet capabilities standard across Ethereum L2s and EVM chains.
Tokenomics
| Metric | Value |
|---|---|
| Total Supply | 1,000,000,000 SAFE |
| Community | 50% (ecosystem grants, retroactive drops) |
| Investors | 15.6% (vested) |
| Core contributors | 20% (vested) |
| Gnosis | 15% |
| Launch | Sep 2022 (non-transferable); fully transferable 2023 |
Use Cases
- Governance — SAFE holders vote on Safe protocol upgrades, fee settings, and grant allocations
- Ecosystem grants — SAFE distributed to developers building on Safe infrastructure
- SafeDAO treasury — SAFE controls the SafeDAO treasury
History
- 2018 — Gnosis Safe launches as an internal Ethereum multisig product
- 2019–2021 — Gnosis Safe becomes the dominant DAO treasury tool; most major protocols adopt it
- May 2022 — Safe spins off from Gnosis into an independent entity with $100M raise
- Sep 2022 — SAFE token distributes to historical users (non-transferable initially)
- 2022 — Safe reaches $100B in assets secured milestone
- 2023 — SAFE becomes transferable; fully decentralized governance transitions to SafeDAO
- 2024 — Safe{Core} protocol launches; Safe-based account abstraction projects proliferate
Common Misconceptions
“Safe is a wallet app.” Safe is primarily a smart contract standard and infrastructure — the “Safe” app (web interface) is just one way to interact with Safe contracts. Many protocols use Safe contracts without the web app.
“Multisig means you need hardware wallets.” Safe works with any combination of EOA wallets, hardware wallets like Ledger/Trezor, and other Safes as co-signers — the architecture is flexible.