# Lifecycle

### Lifecycle of a committee

<figure><img src="/files/GAWTIbBjgBFJlHuOPshM" alt=""><figcaption><p>The lifecycle of a series of committes that manages a specific private key in Bool Network.</p></figcaption></figure>

### Ring VRF Protocol

Ring Verifiable Random Functions protocol is based on Non-Interactive Zero-Knowledge Proof. It is implemented to ensure the underlying security of DHCs. More specifically, Ring VRF protocol is used to protect the committee members where the real identites of a group of MPC nodes are hidden among a ring, which eliminates the possibility of internal collusions and considerablely increase the cost of external attacks.&#x20;


---

# 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.bool.network/interoperability-protocol/dynamic-hidden-committee-dhc/lifecycle.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.
