# Multi-signature (multisig) wallets

A Cardano multisig wallet, also called a multi-signature wallet, is a type of cryptocurrency wallet that needs more than one signature or approval from multiple users before a transaction can be made.&#x20;

In a multisig Cardano wallet, multiple individuals hold private keys, and a certain number of them are required to sign off on a transaction before it can be processed. This added security layer helps prevent unauthorised or accidental spending of funds and is often used by organisations or groups managing collective funds.

You will also be given a private key, which is your secret code that you will use to sign transactions and access your wallet. It is important to keep your private key safe and secure, as anyone with access to your private key can spend the funds in your wallet.

#### Set up your Multisig wallet

1. Setup: The first step is to set up the multisig wallet by determining the number of signatures required to authorize a transaction, and distributing private keys among the designated users.&#x20;
2. Fund the wallet: The next step is to deposit funds into the multisig wallet. This can be done by sending cryptocurrency to the wallet's public address.&#x20;
3. Initiate a transaction: When a user wants to initiate a transaction, they create a transaction proposal and broadcast it to the network.&#x20;
4. Approval process: The transaction requires the specified number of signatures from designated users before it can be executed. Each user signs the transaction with their private key.&#x20;
5. Validation: Once the required number of signatures is reached, the transaction is broadcast to the network for validation.&#x20;
6. The network verifies the signatures and executes the transaction if it is valid. It is important to note that the specific steps and details for using a multisig wallet can vary depending on the wallet provider and the underlying blockchain platform. Users should carefully review the instructions provided by their wallet provider and make sure they understand the process before using a multisig wallet.

#### Multisig wallets on Cardano

Here are links to the wallets and tutorials of Cardano Multi-sig wallets

• ADAO’s Roundtable wallet

{% embed url="<https://www.youtube.com/watch?v=8bYsAwIofpY>" %}

{% embed url="<https://roundtable.adaodapp.x>" %}

• Milkomeda Gnosis Safe

{% embed url="<https://medium.com/@milkomedafoundation/bringing-multisig-wallets-to-cardano-through-milkomeda-c1-catalyst-proposal-completed-2673c21ab2f>" %}

**Getting Started:**[ Docs](https://help.gnosis-safe.io/en/collections/2289028-getting-started)

**Creating a Wallet:**[ Guide](https://help.gnosis-safe.io/en/articles/3876461-creating-a-safe-on-a-web-browser)

**Creating a Wallet:**[ Best Practices](https://help.gnosis-safe.io/en/articles/4772567-what-safe-setup-should-i-use)

{% embed url="<https://gnosis.milkomeda.com/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smart-hubs.gitbook.io/catalyst-onboarded-playbook/part-2-using-the-funding/open-a-wallet/multi-signature-multisig-wallets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
