> For the complete documentation index, see [llms.txt](https://docs.cypherock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cypherock.com/design-decisions/using-shamir-secret-sharing-vs.-multi-sig/rejected-key-schemes.md).

# Rejected Key Schemes

## 3-of-5 & 4-of-5 Key Scheme

In the previous section addressing the design decisions for the 2/5 scheme, human error was listed as a reasoning for the 2/5 design. Suppose that a 3/5 or above scheme was used, and cryptographic parts were lost, the risk of losing funds would increase significantly as well.

## 1-of-5 Key Scheme

The 1/5 scheme simply does not work because if one of the cryptographic parts were to be compromised, funds would be lost.&#x20;


---

# 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.cypherock.com/design-decisions/using-shamir-secret-sharing-vs.-multi-sig/rejected-key-schemes.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.
