# Types of Blockchain

Following are the major types of blockchain networks:

1. **Public Blockchain Network**\
   Anyone can read or write a transaction to the network, or participate in the consensus process. They are considered to be "permissionless". Every transaction is on the public network with privacy of encrypted data, which helps user's remain pseudonymous.
2. **Private Blockchain Network**\
   Private Blockchain are run and controlled by a single organisation that determines who can read, write and participate in consensus process. Since they are 100% centralised, private blockchain is useful for sandbox environments and not for Production.
3. **Semi-private Blockchain Network**\
   This network is run by a single company that grants access to any user who satisfies a pre-established criteria. Although it not truly decentralised, this solution is appealing to business-to-business use cases and government applications.
4. **Consortium Blockchain Network**\
   In a consortium blockchain, the consensus process in handled by a group of people. The right to read and write maybe public or restricted to a participant. Consortium blockchains are considered to be "permissioned blockchains" and best suited for organisations and enterprises.

#### **Resources** <a href="#resources" id="resources"></a>

[Public vs Private Blockchain: A comprehensive comparison](https://www.blockchain-council.org/blockchain/public-vs-private-blockchain-a-comprehensive-comparison/)\
[On Public and Private Blockchain, Vitalik Buterin](https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/)


---

# 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.polysmartchain.com/blockchain-foundation/types-of-blockchain.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.
