# What is Bool Network

Bool Network is a permissionless, decentralized, and secure Bitcoin verification layer that aims, within the premise of not altering Bitcoin’s consensus rules, to securely and decentralize the expansion of the Bitcoin network, thereby fostering prosperity within the Bitcoin ecosystem.

The transaction throughput of Bitcoin has long been a crucial concern for users. Despite Bitcoin’s clear advantages in security and decentralization, its limited transaction speed restricts its ability to effectively handle a large volume of transactions. This issue is an integral part of the blockchain impossible trilemma. To address this challenge, one of the primary solutions is the adoption of Layer 2 technologies. However, due to Bitcoin’s inherent lack of smart contract functionality, current Layer 2 solutions commonly encounter issues related to centralization.

To overcome these challenges, we propose Bool Network, a decentralized and secure Bitcoin verification layer driven by MPC-based distributed key management. It aims to address the constraints on Bitcoin’s transaction speed. Bool Network comprises an evolving committee of hidden members [Dynamic Hidden Committees (DHC)](https://docs.bool.network/interoperability-protocol/dynamic-hidden-committee-dhc) to safeguard the identities of committee members, we introduce the [Ring Verifiable Random Function (Ring VRF)](https://docs.bool.network/interoperability-protocol/dynamic-hidden-committee-dhc/lifecycle) protocol. In this protocol, the genuine public keys of VRF instances are concealed within a ring. Furthermore, to ensure the privacy and integrity of key components, all key management procedures are executed within a Trusted Execution Environment (TEE), such as Intel SGX. This proposal seeks to mitigate Bitcoin’s transaction speed limitations while upholding its decentralization and security.

#### Resources:

Website: <https://www.bool.network/>

Explorer: <https://boolscan.com/>

GitHub: <https://github.com/boolnetwork>

Dashboard: <https://dashboard.boolscan.com/>

Bridge Explorer: <https://bridge.boolscan.com/>

#### Social:

Twitter: <https://twitter.com/Bool_Official>

Discord: <https://discord.gg/DVd4q9qq7a>

Telegram: <https://t.me/boolofficial>

Medium: <https://medium.com/@boolnetwork>

Youtube: <https://www.youtube.com/@BoolNetwork>

#### Articles:

* White paper: <https://github.com/boolnetwork/whitepaper>
* Yellow paper: <https://github.com/boolnetwork/yellowpaper>


---

# 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/introduction/what-is-bool-network.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.
