マルチシグ

複数署名による承認システム。

翻訳待ちのコンテンツです。英語版を表示しています。

Multi-sig wallets (like Gnosis Safe) distribute power across multiple participants. For example, a 2-of-3 setup requires two different people to sign before money can move, eliminating 'single point of failure' risks.

        graph LR
  Center["マルチシグ"]:::main
  Rel_multisig_wallet["multisig-wallet"]:::related -.-> Center
  click Rel_multisig_wallet "/terms/multisig-wallet"
  Rel_multi_factor_authentication_mfa["multi-factor-authentication-mfa"]:::related -.-> Center
  click Rel_multi_factor_authentication_mfa "/terms/multi-factor-authentication-mfa"
  Rel_2fa_two_factor_authentication["2fa-two-factor-authentication"]:::related -.-> Center
  click Rel_2fa_two_factor_authentication "/terms/2fa-two-factor-authentication"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 理解度チェック

1 / 1

🧒 5歳でもわかるように説明

A bank vault that needs two or three different keys to be turned at the same time to open.

🤓 Expert Deep Dive

Used for DAO treasury management and institutional custody. It prevents theft if one person's key is compromised or lost.

📚 出典