> For the complete documentation index, see [llms.txt](https://docs.berrystore.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.berrystore.net/berry-4.0-architecture/multi-signature-wallet.md).

# Multi-Signature Wallet

Bery 4.0 Wallet service introduces the multi-signature wallet solution function. Create multi-sig transactions with enhanced security features to help user keep their assets safe and secure, with triple private key security.

![](/files/U12CxfhFR1W4UXQmftCY)

By dualizing application servers and blockchain infrastructure servers, Hyper Infra APU proxy servers and Hyper Infra SDK tools can be linked with Hyper Infra blockchain servers to through key management of blockchain API servers and each private key management server. So user can secure and convenient to use wallet service. In particular, server overload or various Tx errors caused by direct node management can be managed separately to prevent possible errors in content operation, and can operate professionally by dualizing and managing development needs. The movement and control of all wallet content on each server end increases the security of the transfer data through mutual authentication of each Account Key and Hyper Infrastructure Key, and intercommunication with the final blockchain node group is designed to be safely processed through method of relay.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.berrystore.net/berry-4.0-architecture/multi-signature-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
