> For the complete documentation index, see [llms.txt](https://docs.satoshiterminal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satoshiterminal.io/research-suite/portfolio-management/multi-currency-wallet/multi-signature-wallet-support.md).

# Multi-Signature Wallet Support

The **Multi-Signature Wallet Support** feature enables users to enhance the security of their wallets by requiring multiple private keys to approve a transaction. This feature is ideal for shared wallets or for users who want to implement additional layers of security for high-value transactions. By requiring multiple signatures from different parties or devices, this feature reduces the risk of unauthorized access and ensures that all transactions are verified by multiple entities before execution.

**Core Capabilities:**

* **Multiple Signature Requirements**: Enable the need for multiple private keys to sign and approve transactions, enhancing security.
* **Customizable Signer Configuration**: Set the number of required signatures (e.g., 2 of 3, 3 of 5) based on user preferences.
* **Transaction Approval Workflow**: Establish an approval process that involves multiple signers, ensuring full consensus before transactions are completed.

**Key Benefits:**

* **Enhanced Security**: Minimize the risk of unauthorized transactions by requiring multiple parties to approve any action, ensuring a higher level of security for assets.
* **Shared Wallet Control**: Allow multiple users or entities to manage a wallet securely, ideal for family, business, or organizational use.
* **Protection Against Fraud**: Prevent malicious activity by ensuring that no single party can unilaterally control or access the wallet without approval from other signers.

With **Multi-Signature Wallet Support**, users can safeguard their digital assets with robust, multi-layered security, ensuring greater protection against unauthorized access and offering a secure solution for collaborative wallet management.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.satoshiterminal.io/research-suite/portfolio-management/multi-currency-wallet/multi-signature-wallet-support.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.
