this post was submitted on 16 Nov 2023
1 points (100.0% liked)
Ethereum
5 readers
1 users here now
Resources
- Website & Blog
- White Paper & Yellow Paper
- Documentation & Stack Exchange
- Learn Solidity
- Source Code on Github
- Bounty program
- Chat on Gitter
- Network Status & Gas Price Market
- List of DApps
- Meetups
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Polygon PoS is a side chain, but it calls itself a “commit chain” because it publishes checkpoints to Ethereum L1.
There is a pre-PIP proposal to change it to a zkEVM Validium. A Validium publishes validity proofs, like a rollup, but unlike a rollup it does not publish transaction data, but handles data availability (DA) itself.
Note the transaction data for rollups will only be kept around for a while with 4844 (in next Ethereum hardfork early 2024) and then purged - long enough for a fraud proof for optimistic chains.
This is meant to be a chain using validity proofs not fraud proofs. I am a little shaky as to where the trade off is in keeping the DA off the Ethereum L1 - lower cost vs? Need to read Vitalik’s paper on that again 😅