# Hyperledger Besu

Hyperledger Besu is an open-source Ethereum client developed under the Hyperledger umbrella, which is hosted by the Linux Foundation. As an Ethereum client, Hyperledger Besu is compatible with the Ethereum network, meaning it can execute Ethereum-based smart contracts, run Ethereum Virtual Machine (EVM) bytecode, and participate in Ethereum's consensus mechanism. However, it also includes features specifically designed for enterprise and permissioned blockchain networks, such as improved privacy, scalability, and permissioning capabilities.

Hyperledger Besu is widely used in enterprise blockchain projects, particularly in industries such as finance, supply chain management, and healthcare, where there is a need for permissioned blockchain networks with enterprise-grade features. Its integration with other Hyperledger projects and support for Ethereum standards make it a popular choice for organizations building decentralized applications (dApps) and enterprise blockchain solutions.

Additionally, Hyperledger Besu provides flexibility in consensus configurations, allowing users to customize parameters such as block time, block reward, and consensus participants according to their specific requirements. This flexibility enables organizations to tailor the consensus mechanism to their desired level of decentralization, performance, and security.

{% embed url="<https://besu.hyperledger.org/>" %}


---

# 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.cryptum.io/english/cryptum/ecosystem/hyperledger-besu.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.
