# safe-fndn/safe-smart-account

Safe allows secure management of blockchain assets.

Repository: https://github.com/safe-fndn/safe-smart-account
Canonical: https://ross.abutalabs.com/products/safe-smart-account
Homepage: https://safe.global
Language: TypeScript
License: LGPL-3.0
License Family: copyleft
Topics: ethereum, wallet, solidity
Last push: 2026-08-14T15:27:24+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 16, longevity 100
- inputs: {"age_days": 3287, "days_push": 19, "days_rel": 426, "gap_med": 146.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2174, forks 1151 (observed 2026-08-28T04:06:22.069389+00:00)

## What it is
Safe Smart Account is the set of audited Solidity smart contracts implementing Safe's multisig smart account (contract wallet) for Ethereum and EVM-compatible chains. It enables secure, programmable onchain asset management with N-of-M signature thresholds, modules, and ERC-4337 compatibility.

## Use cases
- deploy a multisig smart contract wallet on ethereum
- require multiple signers to approve treasury transactions
- build a wallet or app on smart account infrastructure
- add erc-4337 account abstraction support to a product
- manage a dao or company crypto treasury securely
- recover a wallet without a single private key point of failure

## When to choose
- you need battle-tested, audited multisig wallet contracts
- building wallets, treasuries, or agent tooling on account abstraction
- you want modular smart accounts with modules and guards

## When to avoid
- you need a simple single-key EOA wallet
- you want a ready-made wallet UI rather than contracts (use Safe{Wallet} instead)
- you target non-EVM blockchains

## Facets
- artifact type: library
- maturity: active
- function: security, cryptography, sdk
- domain: blockchain, fintech, security
- platform: cross-platform
- tags: smart-account, multisig, wallet, solidity, account-abstraction, erc-4337, smart-contracts, cryptocurrency, ethereum

## Member repositories
- safe-fndn/safe-smart-account (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:22.069389+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:49:00.088575+00:00, confidence not recorded.
  - readme: https://github.com/safe-fndn/safe-smart-account (fetched 2026-08-28T04:06:22.069389+00:00, sha 034e0717ab65)
  - homepage: https://safe.global (fetched 2026-08-29T10:29:27.741603+00:00, sha 7bca04a29e4d)
  - site_page: https://safe.global/about (fetched 2026-08-29T10:29:27.750610+00:00, sha 9cfd12fe4245)
  - site_page: https://docs.safe.global/home/what-is-safe (fetched 2026-08-29T10:29:27.754112+00:00, sha 020685c1bf15)
  - site_page: https://safe.global/faq (fetched 2026-08-29T10:29:27.752465+00:00, sha 293b32544622)
- Data as of 2026-08-30T08:39:29.467469+00:00.
