Skip to content

Commit 62df610

Browse files
mteam88corwintines
andauthored
Update public/content/developers/docs/scaling/optimistic-rollups/index.md
Co-authored-by: Corwin Smith <[email protected]>
1 parent 1211554 commit 62df610

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/scaling/optimistic-rollups

1 file changed

+1
-1
lines changed

public/content/developers/docs/scaling/optimistic-rollups/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lang: en
66

77
Optimistic rollups are layer 2 (L2) protocols designed to extend the throughput of Ethereum's base layer. They reduce computation on the main Ethereum chain by processing transactions off-chain, offering significant improvements in processing speeds. Unlike other scaling solutions, such as [sidechains](/developers/docs/scaling/sidechains/), optimistic rollups derive security from Mainnet by publishing transaction results on-chain, or [plasma chains](/developers/docs/scaling/plasma/), which also verify transactions on Ethereum with fraud proofs, but store transaction data elsewhere.
88

9-
As computation is the slow, expensive part of using Ethereum, optimistic rollups can offer up to 10-100x improvements in scalability. Optimistic rollups also write transactions to Ethereum as `calldata` or in [EIP-4844 blobs,](/roadmap/danksharding/) reducing gas costs for users.
9+
As computation is the slow, expensive part of using Ethereum, optimistic rollups can offer up to 10-100x improvements in scalability. Optimistic rollups also write transactions to Ethereum as `calldata` or in [blobs](/roadmap/danksharding/), reducing gas costs for users.
1010

1111
## Prerequisites {#prerequisites}
1212

0 commit comments

Comments
 (0)