Envo Help Center
  • ๐Ÿ™‚Welcome to Envo Help Center
  • Envo Introduction
  • ๐Ÿฅ–Social circle
  • ๐Ÿ’ Invitation
  • ๐Ÿ”ฏET point system explanation
  • Eco Partner Application
  • DAO
  • ๐ŸฆCreate DAO
  • Lucky Box User Guide
  • ๐Ÿ”ดEnvo Regular/Lucky Draw Lucky Box
  • ๐Ÿ”บTask Lucky Box
  • ๐ŸŸฅLucky Box Chain
  • Wallet Management
  • ๐Ÿช™Custom Tokens
  • ๐ŸคฏWhat is Blockchain Explorer?
  • โ˜ข๏ธWhat is Transaction ID (Hash) ?
  • DAPP
  • ๐Ÿ™‹What is Web3 DApp?
  • ๐ŸŽŠHow does Dapp link to my wallet?
  • Safety Knowledge
  • ๐ŸชœFake Address Scam
  • ๐ŸฅžFake Token Scam
  • โ”Why can't I transfer money to a contract address?
  • ๐Ÿ’ชWhy you should choose a decentralized wallet to keep your assets?
  • โญPledge mining scam
  • ๐Ÿ”๏ธDApp authorization scam
  • ๐Ÿ”ญAsset Theft Prevention
  • *๏ธProject Risk Reminder
  • Blockchain Basics
  • โ—ผ๏ธWhat Is Blockchain?
  • ๐Ÿ–ฒ๏ธWhat Is a Decentralized Wallet?
  • ๐Ÿ—๏ธWhat Is the Private key, Mnemonic and Wallet Password
  • ๐Ÿ—ƒ๏ธWhat Is DeFi ?
  • ๐ŸŽ—๏ธWhat Is the Miner Fee?
  • โšœ๏ธWhat Is DEX ?
  • โบ๏ธWhat is a cold wallet
  • ๐Ÿ’ฎWhat is a hot wallet
  • โ˜ฃ๏ธWhat is a multi-sig wallet?
  • Related Protocols
  • ๐Ÿ“œDisclaimer
  • ๐Ÿ“ƒUser agreements
  • ๐Ÿ“„Privacy agreements
  • ๐Ÿ“ฐEnvo Community Code of Conduct
Powered by GitBook
On this page

What is a multi-sig wallet?

Corresponding to the multi-signature wallet is the single-signature wallet. If we want to conduct a transfer operation on the blockchain, we need to generate a signature with the wallet. We sign and send the transaction out. This is the way for a typical single-signature wallet and it is also for our usual wallet.

A multi-signature wallet, as the name suggests, is a wallet that requires multiple people to sign to perform an operation. Transferring with a multi-signature wallet often requires >= 1 person to sign and send the transaction before the operation can be completed. When using a multi-signature wallet, we can specify the signature mode of M/N, that is, only M signatures among N persons can complete the operation. For example, the 2/3 signature mode means that two of the three people can sign.

The multi-signature of ETH/ERC20 (including EVM chains such as BSC/BEP20) adopts a lightweight smart contract method.

Applicable scenes:

1ใ€When managing assets by multiple people to avoid assets being misappropriated by individuals;

2ใ€Multiple encryptions of assets through multi-signature to enhance asset security;

3ใ€Other security application scenarios.

PreviousWhat is a hot walletNextRelated Protocols

Last updated 1 year ago

โ˜ฃ๏ธ