# Multi-signature

An ordinary single-signature private key is a single point of failure. If you're securing a large amount of funds, this represents an unacceptably large risk of theft and loss.&#x20;

No key storage method is perfect. All crypto asset users must assume that they might lose a key to accident or disaster, or that an attacker will attempt and possibly succeed in stealing a key. You might have a sturdy safe at home guarded by a security system, but what happens if your house burns down, or if a close relative that knows your security system decides to steal it?&#x20;

You could keep backups to make single signature keys more robust to loss. But every backup increases the risk of theft, since any one copy is enough to steal the funds held by those keys.\
\
**Multi-signature adds resiliency** to the system because losing a single key to accident, disaster, or theft does not compromise your entire security. A disaster must wipe out multiple keys, or an attacker must compromise multiple keys, and all at the same time.&#x20;

A 3-of-5 multi-signature (multisig) system is much harder to compromise than a 1-of-1 single-key system. Multi-signature raises the cost of a successful attack by orders of magnitude, since the attacker must gain access to multiple private keys (in our case three), and not just one. <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.casa.io/wealth-security-protocol/chosen-features/multi-signature.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.
