レイヤー1(Layer 1)

ベースとなるブロックチェーン・ネットワーク。

L1(ビットコイン、イーサリアム)は元帳を管理します。レイヤー2スケーリングソリューションは、最終的なセキュリティのためにL1に依存します。

        graph LR
  Center["レイヤー1(Layer 1)"]:::main
  Pre_blockchain_basics["blockchain-basics"]:::pre --> Center
  click Pre_blockchain_basics "/terms/blockchain-basics"
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_layer_2["layer-2"]:::related -.-> Center
  click Rel_layer_2 "/terms/layer-2"
  Rel_avalanche["avalanche"]:::related -.-> Center
  click Rel_avalanche "/terms/avalanche"
  Rel_blockchain_basics["blockchain-basics"]:::related -.-> Center
  click Rel_blockchain_basics "/terms/blockchain-basics"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5歳でもわかるように説明

🌍 レイヤー1は、都市の土地と土台のようなものです。その上にビル(L2)を建てることができますが、すべての安定性は地面の強さに依存します。

🤓 Expert Deep Dive

L1プロトコルは『ブロックチェーンのトリレンマ』を解決します。モジュール型L1設計は、コンセンサス、データ可用性、実行を分離します。

🔗 関連用語

📚 出典