# Why Solana

Among the existing public blockchains, Solana dramatically outperforms the rest in terms of network throughput.  Consider BSC as an example, which is one of the most popular public chains, with its underlying framework, Tendermint, primarily based on the PBFT consensus algorithm. PBFT is an acronym for Practical Byzantine Fault Tolerance algorithm. The consensus mechanism for this is based on weak synchronization.

Per research conducted in 2020, the maximum theoretical TPS value of Asynchronous Byzantine Protocol is only 20k (Dumbo: Faster Asynchronous BFT Protocols). Meanwhile, Solana achieved up to 65k TPS in a practical experiment, which is a market leading figure. Such high throughput is necessary for the realization of our vision of enabling DeFi to become the financial ecosystem of the future. As such, we chose Solana as our mainnet.

To learn more, read our deep dive into the Solana blockchain [here](https://medium.com/hydraswap/solana-101-what-is-solana-7d2e6d0b45a6).

![](/files/DVXASpJUPu1W0tDebFg4)


---

# 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://hydraswap.gitbook.io/hydraswap-gitbook/introduction/why-solana.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.
