Back to Glossary
IntermediateSecurity

Multi-Signature Wallet (Multisig)

Definition

A cryptocurrency wallet that requires multiple private key signatures to authorize a transaction, typically configured as M-of-N (e.g., 3-of-5 means any 3 of 5 keyholders must approve). Multisigs enhance security by eliminating single points of failure and are widely used by DAOs, companies, and teams to manage shared treasuries.

Example

A DAO treasury might use a 4-of-7 multisig wallet on Gnosis Safe, requiring four out of seven team members to sign off before any funds can be moved.

Related Terms

Wallet

A software application or hardware device that stores the cryptographic private keys needed to access and manage cryptocurrency holdings. Despite the name, wallets don't actually store crypto — the assets exist on the blockchain. The wallet stores the keys that prove ownership and authorize transactions. Wallets can be hot (internet-connected) or cold (offline).

BEGSecurity

Private Key

A secret cryptographic code, typically a 256-bit number, that proves ownership of cryptocurrency and authorizes transactions. The private key is mathematically linked to a public key through elliptic curve cryptography — it can generate the public key, but the public key cannot reverse-derive the private key. Anyone with access to a private key has complete, irrevocable control over the associated funds.

BEGSecurity

DAO (Decentralized Autonomous Organization)

An organization governed by smart contracts and token-holder votes rather than traditional management hierarchies. DAOs enable collective decision-making on protocol upgrades, treasury allocation, and strategic direction without centralized leadership. Proposals are submitted on-chain and executed automatically if they pass a vote.

INTGovernance

Smart Contract

Self-executing programs stored on a blockchain that automatically enforce the terms of an agreement when predetermined conditions are met. Smart contracts enable trustless transactions without intermediaries because the code, once deployed, executes exactly as written and cannot be altered (unless specifically designed to be upgradeable). They form the foundation of DeFi, NFTs, DAOs, and virtually all dApps.

INTTechnology