create multisig

Use this flow when you want to create a new Cosmos multisig configuration.

A multisig combines several signer accounts into one shared address. A transaction from that address requires enough members to sign before it can be finalized and broadcast.

Information you need

Before creating a multisig, collect:

  • the Cosmos chain to use;
  • the signer addresses;
  • the signer public keys;
  • signer labels, such as Alice, Bob, Treasury, or Operations;
  • the threshold, such as 2-of-3;
  • an internal name for the multisig.
  • Choosing a threshold

    The threshold defines how many signer approvals are required.

    Examples:

  • 2-of-3: three members exist, any two can approve;
  • 3-of-5: five members exist, any three can approve;
  • 4-of-7: seven members exist, any four can approve.
  • Choose a threshold that balances security and operational availability.

    A higher threshold is harder to compromise, but it can also make urgent operations slower if signers are unavailable.

    Step-by-step

    1. Open the Cosmos workspace.

    2. Go to multisigs.

    3. Choose create multisig.

    4. Select the chain.

    5. Add each signer.

    6. Enter each signer public key when required.

    7. Choose the threshold.

    8. Review the generated multisig address.

    9. Save the multisig.

    Review checklist

    Before using the multisig, verify:

  • the chain is correct;
  • the threshold is correct;
  • every signer address is correct;
  • every public key belongs to the expected signer;
  • the generated multisig address matches what the team expects.
  • Backup recommendation

    Keep an offline backup of the multisig configuration:

  • chain ID;
  • multisig address;
  • threshold;
  • signer addresses;
  • signer public keys;
  • signer order, if shown.
  • This information is public, but it is important for recovery and verification.

    First transaction recommendation

    Before sending significant funds, make a small test transaction and ensure all signers understand the workflow.