Multisig
A multisig wallet is an on-chain arrangement requiring a minimum number of distinct signatures from a defined set of keys to authorize a transaction.
Multisig enforces an M-of-N rule at the protocol or contract level: for example, two of three named keys must sign before funds can move. It distributes control across people or devices, protecting treasuries and shared accounts from a single compromised key. Unlike MPC, each signature is visible on-chain. A multisig flow composes with our tx primitives — the transaction is built and simulated, each party signs their part, and the fully signed transaction is broadcast through our non-custodial endpoint.
関連用語
概念をAPIコールに変える
ここにある各用語は、今日呼び出せるプリミティブに対応します——クレジットをチャージしてリリース。
APIキーを取得