XML
Types of Blockchain - XML
Blockchain is classified into four types based on participant scope and governance: public blockchain (permissionless and decentralized), private blockchain (single-organization controlled), consortium blockchain (jointly operated by multiple organizations), and hybrid blockchain (combining characteristics of both). Each type is utilized for various purposes including cryptocurrencies, internal enterprise operations, inter-industry collaboration, and regulatory compliance, depending on their respective characteristics.
blockchain
distributed technology
cryptocurrency
public blockchain
private blockchain
consortium
hybrid blockchain
Web3
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>1</code>
<slug>public-blockchain</slug>
<name>Public Blockchain</name>
<description>A decentralized blockchain that is open for anyone to participate.</description>
<accessControl>Permissionless</accessControl>
<examples>["Bitcoin","Ethereum","Solana","Cardano"]</examples>
<governance>Decentralized (community-driven)</governance>
<speed>Slow to moderate</speed>
<transparency>Fully public</transparency>
</item>
<item>
<code>2</code>
<slug>private-blockchain</slug>
<name>Private Blockchain</name>
<description>A permissioned blockchain managed by a single organization.</description>
<accessControl>Permissioned (single organization)</accessControl>
<examples>["Hyperledger Fabric","Quorum","R3 Corda(プライベート用途)"]</examples>
<governance>Centralized</governance>
<speed>High</speed>
<transparency>Limited (internal only)</transparency>
</item>
<item>
<code>3</code>
<slug>consortium-blockchain</slug>
<name>Consortium Blockchain</name>
<description>An intermediate blockchain jointly managed by multiple organizations.</description>
<accessControl>Permissioned (multiple organizations)</accessControl>
<examples>["R3 Corda","Hyperledger Fabric","Quorum","Energy Web Foundation"]</examples>
<governance>Semi-decentralized (consensus-based)</governance>
<speed>Moderate to high</speed>
<transparency>Public among participants</transparency>
</item>
<item>
<code>4</code>
<slug>hybrid-blockchain</slug>
<name>Hybrid Blockchain</name>
<description>A blockchain combining characteristics of both public and private types.</description>
<accessControl>Selective (flexible based on use case)</accessControl>
<examples>["Symbol (XYM)","Dragonchain","Ripple","IBM Food Trust"]</examples>
<governance>Flexible (organization-controlled with public auditability)</governance>
<speed>Moderate to high</speed>
<transparency>Selective disclosure</transparency>
</item>
</items>