> For the complete documentation index, see [llms.txt](https://prosoftchain.gitbook.io/document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosoftchain.gitbook.io/document/why-use-the-prosoft-chain.md).

# Why use the ProSoft Chain?

<figure><img src="/files/L2AldfWMZaiYA5PCSDfD" alt=""><figcaption></figcaption></figure>

## Scalability and cross-chain interoperability

When economic activity becomes centralised on a single network, the result is bottlenecks of congestion and high transaction fees.

Networks such as Binance have attempted to solve issues with scalability 'vertically' with Layer 2 solutions that leverage the underlying security of the Layer 1 - Binance network. Transactions are executed off-chain on the Layer 2 with a 'proof of state' change sent back to the Layer 1. These proofs are then checked for fraud and verified before the underlying Layer 1 chain is updated.

Increasingly, there is also a shift towards 'horizontal' scaling solutions. These are enabled through the use of multiple independent blockchains or sidechains within a single ecosystem. Horizontal scaling spreads the computation of transactions in an ecosystem across many independent blockchains, with each chain having its own block producers and execution capacity.

ProSoft Chain addresses scalability vertically and horizontally. A lightning fast consensus mechanism (built on tendermint) enables thousands of transactions per second (tps) whilst an Inter-Blockchain Communication (IBC) protocol enables cross-chain interoperability with an increasing number of Cosmos ecosystem members such as Osmosis.

The ProSoft Bridge brings further interoperability between the ProSoft and Binance networks allowing for the transfer of tokens, assets, NFTs and data.

The design of the ProSoft Chain enables the following advantages:

• Instant finality

• Low latency

• Extremely low transaction costs

• Scalability

• Ability to deploy inter-chain smart contracts and build cross-chain applications.

&#x20;

## Developer Friendly

ProSoft Chain supports smart contract development that compiles to Web Assembly. Rust developers can quickly set up a local and test network to build on.

CosmWasm - a library of modular code needed for building a contract is a helpful resource.

<figure><img src="/files/U7V4quxRJx43OLRniX24" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://prosoftchain.gitbook.io/document/why-use-the-prosoft-chain.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.
