# SMultisig > Threshold multisig wallet for Safrochain teams ## Summary SMultisig is a non-custodial K-of-N threshold multisignature wallet for teams, DAOs, and treasuries on Safrochain. Draft transactions, collect partial signatures from Keplr, Leap, or Cosmostation, simulate, and broadcast when quorum is met. Native SAF, IBC, and Token Factory assets. ## Status - Release: v0.1.1-beta - Commit: f122adf - Stage: Public Beta ## Primary URLs - Home: https://smultisig-testnet.safrochain.com/ - Create multisig: https://smultisig-testnet.safrochain.com/m/new - Recover multisig: https://smultisig-testnet.safrochain.com/m/recover - Terms of Use: https://smultisig-testnet.safrochain.com/terms - Privacy Policy: https://smultisig-testnet.safrochain.com/privacy - Sitemap: https://smultisig-testnet.safrochain.com/sitemap.xml ## What it does SMultisig coordinates threshold multisignature accounts on Safrochain (Cosmos SDK). Teams draft transactions off-chain, collect partial signatures from member wallets (Keplr, Leap, Cosmostation), simulate, and broadcast when K-of-N quorum is met. The application is non-custodial: private keys never leave signer wallets. ## Supported network - Safrochain mainnet and testnet (separate deployments) - Native SAF, IBC tokens, Token Factory denoms ## Key capabilities - K-of-N legacy amino multisig compatible with Cosmos wallets - Transaction queue, signature tracking, simulation, execute - Roles: signer, manager, viewer with granular permissions - Per-multisig address book and batch payouts - Multisig recovery after database loss - ADR-036 wallet sign-in (no passwords) ## Message types (composer) - Bank Send and MultiSend - IBC transfer - Staking delegate, undelegate, redelegate, withdraw rewards - Governance vote and deposit - Authz grant/revoke, fee grant/revoke - Token Factory create, mint, burn, set metadata ## FAQ ### What is SMultisig? SMultisig is a web application for operating threshold multisignature accounts on Safrochain. Teams configure a K-of-N signer set, draft transactions off-chain, collect compatible partial signatures from member wallets, and broadcast when the threshold is satisfied. The app never holds private keys. ### Which blockchains and networks does SMultisig support? SMultisig is built specifically for Safrochain mainnet and testnet (Cosmos SDK 0.50). It supports native SAF, IBC tokens, and Token Factory denoms with automatic symbol and icon resolution. ### Which wallets work with SMultisig? Signers connect with Keplr, Leap, or Cosmostation browser extensions. Authentication uses ADR-036 sign-in with your wallet; transaction signing uses standard Amino SignDoc flows compatible with Cosmos legacy multisig. ### Is SMultisig custodial? No. SMultisig is non-custodial coordination software. Private keys remain in each signer's wallet. The server stores transaction drafts, partial signatures, and collaboration metadata only. ### How does K-of-N threshold signing work? A multisig account requires K signatures out of N authorized signers to execute a transaction. SMultisig tracks pending drafts, shows signature progress, verifies each partial signature against the canonical SignDoc, and combines signatures for broadcast when quorum is reached. ### Can I recover a multisig if the database is lost? Yes. On-chain multisig accounts and balances are unchanged. Authorized members can use the Recover flow to re-register an existing Safrochain multisig address by proving membership with the original signer public keys and threshold. ### What transaction types can SMultisig compose? The composer supports Send, batch payouts (MultiSend), IBC transfer, staking delegate/undelegate/redelegate, reward withdrawal, governance vote and deposit, authz grant/revoke, fee grant, and Token Factory create/mint/burn/set metadata messages. ### Who is SMultisig for? Teams, DAOs, foundations, validators, and builders who need shared custody on Safrochain - treasuries, payroll, grants, protocol ops, and any workflow that requires multiple approvers before funds move. ## Entity - Product name: SMultisig - Also known as: Safrochain Multisig (legacy name) - Chain: Safrochain (Cosmos SDK 0.50) - Category: Non-custodial multisig wallet / treasury tooling - Short description: Non-custodial threshold multisig for Safrochain - queue, sign, simulate, and execute team transactions with Keplr-grade workflows. ## Crawling - Public indexable pages: /, /m/new, /m/recover, /terms, /privacy - Private (noindex): /dashboard, /connect, /m/{address}, /api/*