> For the complete documentation index, see [llms.txt](https://docs.cryptum.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptum.io/english/cryptum/ecosystem/hyperledger-besu.md).

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