레이어 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 설계는 합의와 데이터 가용성을 분리하여 성능을 높입니다.
🔗 관련 용어
선행 지식: