> For the complete documentation index, see [llms.txt](https://tokens-economy.gitbook.io/consensus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokens-economy.gitbook.io/consensus/chain-based-pbft-and-bft-based-proof-of-stake/byzantine-fault-tolerance-bft.md).

# Byzantine Fault Tolerance (BFT)

The classical problem in distributed computing that is usually explained with Byzantine generals.

#### Used in

* [Hyperledger](https://www.hyperledger.org)
* [Dispatch](https://t.me/dispatchlabs)
* [Ripple](https://ripple.com)

  **Pros**
* High throughput; low cost; scalable

  **COns**
* Semi-trusted

  **Read more**
* [whitepaper](https://web.archive.org/web/20170205142845)
* [whitepaper](http://lamport.azurewebsites.net/pubs/byz.pdf)
