# Multi-sig Accounts

1. **Create an unsigned transaction file from Adena**

In a multi-sig environment, transactions must be signed by multiple authorized parties before they can be broadcast to the blockchain. This means that you must create an unsigned transaction file, collect signatures from the required number of signers, and then broadcast the fully-signed transaction. Please refer to [this section](/integrations/transactions/create-a-multisig-transaction.md) or [gno.land docs](https://docs.gno.land/users/interact-with-gnokey/#2-creating-an-unsigned-transaction-locally) for a detailed guide on creating transaction files.

2. **Upload the transaction file**

Each authorized signer should upload the unsigned transaction file (.tx) to Adena wallet to review and sign it.

<figure><img src="/files/8xIANqfzHTXowHaNtwfO" alt="" width="181"><figcaption></figcaption></figure>

<figure><img src="/files/e6LHSxcrlolKoWzOqUlz" alt="" width="180"><figcaption></figcaption></figure>

3. **Review the transaction**

Adena will display the transaction details. Each signer should carefully review

4. **Sign the transaction**

If the transaction details are correct, click the **Sign** button to create your signature.

> Signing using gnokey: [signing-the-transaction](https://docs.gno.land/users/interact-with-gnokey/#3-signing-the-transaction)

<figure><img src="/files/YWKsWTnmBEJV0PzCro0F" alt="" width="181"><figcaption></figcaption></figure>

5. **Download signature file**

After signing, Adena will allow you to download a signature file (.sig) containing your signature. Save this file to your device.

<figure><img src="/files/xsGB2cKpIrp39jXsvokT" alt="" width="182"><figcaption></figcaption></figure>

6. **Share signature files**

Each signer should share their signature file (.sig) with the person who will broadcast the final transaction. Once enough signatures are collected to meet the multisig threshold, the transaction can be broadcast to the blockchain.

<figure><img src="/files/f9Sf1zWwvHbgVzSL2G9w" alt="" width="351"><figcaption></figcaption></figure>

7. **Collect signatures from authorized signers**

Share the unsigned transaction file (.tx) with other authorized signers. Each signer must:

* Import the unsigned transaction file into their Adena wallet
* Review and sign the transaction with their private key
* Export the signature file (.sig)

8. **Click on Broadcast**

Once you have collected the required number of signature files, open Adena and navigate to the Broadcast function.

<figure><img src="/files/N9v4Hgh3fO8eblHJZoER" alt="" width="362"><figcaption></figcaption></figure>

9. **Drag and drop or upload the transaction file**

Upload the unsigned transaction file (.tx) along with all the collected signature files (.sig) from authorized signers. You can upload multiple .sig files at once.

<figure><img src="/files/eHiLPlu7pZub69jbVumN" alt="" width="362"><figcaption></figcaption></figure>

<figure><img src="/files/HRcYaWZaqOJORV9l27WG" alt="" width="362"><figcaption></figcaption></figure>

10. **Broadcast**

Adena will automatically interpret your files and display a preview showing all collected signatures. Review the transaction details and the list of signers, then click on **Broadcast** to complete your transaction.

<figure><img src="/files/rvNhXlISFa1BjJvIL5xH" alt="" width="361"><figcaption></figcaption></figure>

<br>


---

# 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://docs.adena.app/user-guide/wallet/send/multi-sig-accounts.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.
