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>[&quot;Bitcoin&quot;,&quot;Ethereum&quot;,&quot;Solana&quot;,&quot;Cardano&quot;]</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>[&quot;Hyperledger Fabric&quot;,&quot;Quorum&quot;,&quot;R3 Corda(プライベート用途)&quot;]</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>[&quot;R3 Corda&quot;,&quot;Hyperledger Fabric&quot;,&quot;Quorum&quot;,&quot;Energy Web Foundation&quot;]</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>[&quot;Symbol (XYM)&quot;,&quot;Dragonchain&quot;,&quot;Ripple&quot;,&quot;IBM Food Trust&quot;]</examples>
    <governance>Flexible (organization-controlled with public auditability)</governance>
    <speed>Moderate to high</speed>
    <transparency>Selective disclosure</transparency>
  </item>
</items>