Passar al contingut principal

Scaling Ethereum

Rollups batch transactions together off-chain, reducing costs for the user. However, the way rollups currently use data is too expensive, limiting how cheap transactions can be. Proto-Danksharding fixes this.

Ethereum roadmap

Ethereum is scaled using layer 2s (also known as rollups), which batch transactions together and send the output to Ethereum. Even though rollups are up to eight times less expensive than Ethereum Mainnet, it's possible to optimize rollups further to reduce costs for end users. Rollups also rely on some centralized components that developers can remove as the rollups mature.

Transaction costs

  • Today’s rollups are ~5-20x cheaper than Ethereum layer 1
  • ZK-rollups will soon lower fees by ~40-100x
  • Upcoming changes to Ethereum will provide another ~100-1000x of scaling
  • Users should benefit from transactions costing less than $0.001

Making data cheaper

Rollups collect large numbers of transactions, execute them and submit the results to Ethereum. This generates a lot of data that needs to be openly available so that anyone can execute the transactions for themselves and verify that the rollup operator was honest. If someone finds a discrepancy, they can raise a challenge.

Proto-Danksharding

Rollup data has historically been stored on Ethereum permanently, which is expensive. Over 90% of the transaction cost users pay on rollups is due to this data storage. To reduce transaction costs, we can move the data into a new temporary 'blob' storage. Blobs are cheaper because they are not permanent; they get deleted from Ethereum once they are no longer needed. Storing rollup data long-term becomes the responsibility of the people that need it, such as rollup operators, exchanges, indexing services etc. Adding blob transactions to Ethereum is part of an upgrade known as "Proto-Danksharding".

With Proto-Danksharding, it is possible to add many blobs to Ethereum blocks. This enables another substantial (>100x) scale-up to Ethereum’s throughput and scale-down to transaction costs.

Danksharding

The second stage of expanding blob data is complicated because it requires new methods for checking rollup data is available on the network and relies on

separating their
building and block proposal responsibilities. It also requires a way to cryptographically prove that validators have verified small subsets of the blob data.

This second step is known as “Danksharding”. It is likely several years away from being fully implemented. Danksharding relies on other developments such as separating block building and block proposal and new network designs that enable the network to efficiently confirm that data is available by randomly sampling a few kilobytes at a time, known as data availability sampling (DAS).

More on Danksharding

Decentralizing rollups

Rollups are already scaling Ethereum. A rich ecosystem of rollup projects(opens in a new tab) is enabling users to transact quickly and cheaply, with a range of security guarantees. However, rollups have been bootstrapped using centralized sequencers (computers that do all the transaction processing and aggregation before submitting them to Ethereum). This is vulnerable to censorship, because the sequencer operators can be sanctioned, bribed or otherwise compromised. At the same time, rollups vary(opens in a new tab) in the way they validate incoming data. The best way is for "provers" to submit

or validity proofs, but not all rollups are there yet. Even those rollups that do use validity/fraud proofs use a small pool of known provers. Therefore, the next critical step in scaling Ethereum is to distribute responsibility for running sequencers and provers across more people.

More on rollups

Current progress

Proto-Danksharding is the first of these roadmap items to be implemented as part of the Cancun-Deneb ("Dencun") network upgrade in March of 2024. Full Danksharding is likely several years away, as it relies upon several other roadmap items being completed first. Decentralizing rollup infrastructure is likely to be a gradual process - there are many different rollups that are building slightly different systems and will fully decentralize at different rates.

More on the Dencun network upgrade

Test your Ethereum knowledge

Loading...

Ha estat útil aquesta pàgina?