Skip to content

Commit

Permalink
Merge pull request #2511 from manav2401/patch-pos
Browse files Browse the repository at this point in the history
(fix): remove mention of PoS being an L2
  • Loading branch information
Jaime-N authored Nov 27, 2024
2 parents 883a241 + 9d8a6d8 commit 2006fc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pos/overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The Polygon Proof-of-Stake (PoS) network is designed to address scalability challenges within the Ethereum ecosystem. It operates as an EVM-compatible Layer-2 (L2) scaling solution for Ethereum, enhancing its throughput while also significantly bringing down gas costs, i.e., transaction fees.
The Polygon Proof-of-Stake (PoS) network is designed to address scalability challenges within the Ethereum ecosystem. It operates as an EVM-compatible sidechain for Ethereum, enhancing its throughput while also significantly bringing down gas costs, i.e., transaction fees.

## Dual layer architecture

Polygon PoS is a Proof-of-Stake Layer-2 (L2) network anchored to Ethereum, and is composed of the following two layers:
Polygon PoS network which uses Ethereum for settlement is composed of the following two layers:

- Heimdall layer, a consensus layer consisting of a set of proof-of-stake Heimdall nodes for monitoring staking contracts deployed on the Ethereum mainnet, and committing the Polygon PoS network checkpoints to the Ethereum mainnet. The new version of Heimdall is based on [CometBFT](https://docs.cometbft.com/).
- Heimdall layer, a consensus layer consisting of a set of proof-of-stake Heimdall nodes for monitoring staking contracts deployed on the Ethereum mainnet, bridging events, and committing the Polygon PoS network checkpoints to the Ethereum mainnet. The new version of Heimdall is based on [CometBFT](https://docs.cometbft.com/).

- Bor layer, an execution layer which is made up of a set of block-producing Bor nodes shuffled by Heimdall nodes. Bor is based on Go Ethereum (Geth).
- Bor layer, an execution layer which is made up of a set of block-producing Bor nodes shuffled by Heimdall nodes. The primary Bor client is based on Go Ethereum (Geth) and Erigon is also supported.

## Transaction lifecycle

Expand Down

0 comments on commit 2006fc5

Please sign in to comment.