# Advantages

The Tendermint consensus algorithm offers several advantages, including:

* ***Speed and Efficiency:*** Tendermint achieves low block confirmation times and high transaction throughput, making it suitable for applications that require fast and efficient processing.
* ***Security and Byzantine Fault Tolerance:*** The PBFT-based consensus algorithm ensures that the network can tolerate a certain number of faulty or malicious validators without compromising the integrity of the blockchain.
* ***PoS-based Incentives:*** Validators are selected based on their stake in the network, incentivizing them to behave honestly and participate actively in block validation.
* ***Compatibility with Cosmos Ecosystem:*** Since your blockchain Layer 1 is built on Cosmos SDK, the Tendermint consensus mechanism is a natural choice as it integrates seamlessly with other components of the Cosmos ecosystem.

By utilizing the Tendermint consensus algorithm, you can ensure the security, scalability, and decentralized nature of your Layer 1 blockchain while leveraging the benefits of the Cosmos SDK and its ecosystem


---

# 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://helichains-organization.gitbook.io/helichain-white-paper-v2.0.1/tendermint-consensus-algorithm/advantages.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.
