Layer 1

Die Basisschicht einer Blockchain, auf der Transaktionen final abgewickelt werden.

L1-Netzwerke (Bitcoin, Ethereum) sind für die Sicherheit und den Ledger verantwortlich. Layer-2-Lösungen nutzen L1 als Sicherheitsanker.

        graph LR
  Center["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;

      

🧒 Erkläre es wie einem 5-Jährigen

🌍 Stell dir Layer 1 wie das Land und Fundament einer Stadt vor. Alles andere wird darauf gebaut.

🤓 Expert Deep Dive

Layer-1-Protokolle adressieren das Blockchain-Trilemma. Modulare Designs trennen Konsens und Datenverfügbarkeit zur Effizienzsteigerung.

🔗 Verwandte Begriffe

Voraussetzungen:

📚 Quellen