# Tendermint

Accumulate uses the Tendermint API and config files to set up networks. The Tendermint consensus will be run for the Block Validator Network (BVN) and Directory Network (DN) in the Accumulate network so that adding BVNs adds capacity linearly with 1,000 to 10,000 transactions per second per BVN.

Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language - and securely replicates it on many machines. Tendermint Core is written in the Golang programming language.

For more information on Tendermint, visit their [docs](https://docs.tendermint.com).


---

# 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.accumulatenetwork.io/accumulate/integration/tendermint.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.
