A multisig wallet holds assets and roles that no single person can move. You name the owners and how many of them must agree; from then on every transaction needs that many signatures. The owners never have to be in the same place — each signs wherever their key is.
These are Safe wallets, the same contracts used to hold billions of dollars elsewhere, deployed unmodified on CSB.
Ask for a wallet
Creating a contract on CSB is restricted to vetted deployers, so this page cannot deploy one for you directly — it queues the request and an operator creates it. That is a review step, not a formality: nothing is created until somebody approves it. You are not trusting them with the wallet — ownership comes from the owner list below, so whoever creates it has no power over it afterwards.
Wallets on this chain
Read from the chain, not from a list this server keeps — every Safe here was created by the same factory, and each one is asked directly who owns it.
Loading…
A wallet can also be operated from a terminal with scripts/safe-exec.js,
which is the route for anything this form deliberately cannot express — batching,
or a delegatecall. See docs/multisig.md.