# Validator key management

A LEEQUID *multisig* guardian is entitled to a share of the validators' seed phrases used for the LEEQUID protocol. In each node, validators are generated with a different seedphrase.

Each of these seed phrases is split in 7 shares using the [Shamir Secret Sharing](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing) algorithm, with a threshold of 4 shares required to recover the seed phrase.

Each of these 7 shares will be encrypted and sent to a different shareholder using their RSA key.


---

# 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.leequid.io/leequid/leequid-in-depth/protocol-security-and-risks/validator-key-management.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.
