Summary
Layer 1 Blockchain
은 블록체인 네트워크의 기본 레이어로, 모든 트랜잭션과 데이터 처리를 직접적으로 수행하는 블록체인입니다.
Description
Layer 1 Blockchain
은 블록체인 네트워크의 기본 레이어로, 모든 트랜잭션과 데이터 처리를 직접적으로 수행하는 블록체인입니다. 이는 네트워크의 보안성과 무결성을 유지하며, 확장성과 효율성을 높이기 위해 여러 Layer 2 솔루션과 상호작용합니다. Layer 1 블록체인의 주요 특징은 다음과 같습니다:
- 독립적 운영: Layer 1 블록체인은 자체적으로 운영되며, 독립적인 합의 메커니즘을 가집니다.
- 보안성: Layer 1 블록체인은 네트워크의 보안성과 무결성을 유지합니다.
- 확장성: Layer 1 블록체인은 Layer 2 솔루션과 협력하여 네트워크의 확장성을 향상시킵니다.
- A network of node operators to secure and validate the network
- A network of block producers
- The blockchain itself and the history of transaction data
- The consensus mechanism for the network
-
Layer 1 is the base blockchain. Ethereum and Bitcoin are both layer 1 blockchains because they are the underlying foundation that various layer 2 networks build on top of.
-
All user transaction activity on layer 2 projects can ultimately settle back to the layer 1 blockchain.
-
Ethereum also functions as a data availability layer for layer 2s. Layer 2 projects will post their transaction data onto Ethereum, relying on Ethereum for data availability. This data can be used to get the state of the layer 2, or to dispute transactions on layer 2.
-
Examples of layer 2 projects include “rollups” on Ethereum and the Lightning Network on Bitcoin.