Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Why Bitcoin Still Needs Massive Capital Inflows to Spark a Real Bull Run

2026-05-14

Upbit will launch its own wallet and blockchain chain, signaling the shift to an on-chain platform

2026-05-14

Invite a Friend, Earn up to 200 USDT: Changelly’s first referral program is live

2026-05-14
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Upbit will launch its own wallet and blockchain chain, signaling the shift to an on-chain platform

    2026-05-14

    OP Concise data confidentiality allows institutions to hide transaction data on Ethereum

    2026-05-14

    Tether unveils developer grant program to fund on-device AI and open-source payment tools

    2026-05-14

    Google BigQuery adds support for ZeroG On-Chain data analytics

    2026-05-14

    Ondo brings tokenized US equities to Hyperliquid’s HyperEVM

    2026-05-13
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Bitcoin Rips as CLARITY Act Clears Major Senate Committee Hurdle, Advances to Full Senate Floor

    2026-05-14

    Crypto markets are vastly underestimating the passage of the Clarity Act

    2026-05-14

    CLARITY Act faces more than 100 changes as bankers send 8,000 demand letters against stablecoin rewards

    2026-05-13

    Bank lobbyists battle Clarity Act, saying bill would risk ‘flight from bank deposits’ to payment stability

    2026-05-12

    Het Witte Huis onthult dat Amerikaanse banken ‘weigerden’ bijeenkomsten bij te wonen om het probleem met stablecoin-beloningen in de CLARITY Act op te lossen

    2026-05-11
  • Analysis

    Ripple Insider Warns XRP Holders as Fake XRPL Airdrop Scams Increase

    2026-05-14

    Wells Fargo Executive Gives Details on ‘Number One’ Stock Picks, Says Company Is Going Through a Generational Restructuring

    2026-05-14

    Ethereum Price Flashes Weakness Signals, Pullback Fears Start to Rise

    2026-05-14

    Ethereum Price Flashes Weakness Signals, Pullback Fears Start to Rise

    2026-05-14

    XRP price remains lower as buyers remain on the sidelines

    2026-05-14
  • Learn

    Invite a Friend, Earn up to 200 USDT: Changelly’s first referral program is live

    2026-05-14

    AI Agent by Changelly: automated crypto swaps and no-code API integration

    2026-05-13

    Parabolic SAR Crypto Guide: Signals, Settings, and Risks

    2026-05-13

    What Is the Average Directional Index (ADX) in Crypto?

    2026-05-12

    Mean Reversion Trading in Crypto: Strategies, Signals, and Risks

    2026-05-12
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»What Are Based Roll-Ups? A Beginner’s Guide
Blockchain

What Are Based Roll-Ups? A Beginner’s Guide

2024-10-14No Comments12 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

This piece is a guest post by Blocmates. Blocmates is an invaluable crypto news and educational resource that offers clarity in the often complicated and jargon-filled crypto space. In this article, author Gaz critiques Vitalik Buterin’s recent actions, while explaining the advancements in Ethereum scaling solutions like roll-ups, particularly focusing on “based roll-ups.”

From Token Dumps to Roll-Up Tech: The Good, Bad, and Future of Ethereum

It seems that Vitalik has been doing everything he can to keep Ethereum bulls as poor as possible lately.

His terrible singing, not-so-great takes on defi, and endless token dumping via CowSwap TWAP orders to fund his bio-defense interests and high-maintenance girlfriend aren’t exactly what ETH maxis had hoped for from their project leader.

Since the beginning of 2024, the Ethereum Foundation has averaged one major sale every 11 days, with each sale averaging around $420,000 worth of ETH.

Thankfully, we have good Samaritans like Iggy Azalea doing god’s work and trying to figure out where he spends all that gas money. The circus rolls on.

It’s not all bad news, though.

Scaling solutions have always been a top priority for Ethereum’s future success, and thanks to roll-up tech, things have certainly been advancing in the right direction.

As with anything in crypto, iterations are made, and everything upgrades rapidly. Roll-up tech is no different, and some exciting improvements have been made in recent months that warrant a closer look.

What are roll-ups?

Before we discuss the details of based roll-ups, it is important to understand where this all started and what the roll-up world currently looks like.

Anyone who has spent enough time navigating around the Ethereum network probably noticed one significant difference when compared to other chains… It’s expensive af!

To address this problem, an explosion of Layer 2 protocols was launched that harnessed all the things that make Ethereum the most secure chain of all while also lowering the cost of using it.

By utilizing Ethereum’s underlying security, using their own sequencers, being smart contract compatible, and executing transactions off the main chain, these Layer 2 roll-up solutions have increased the Ethereum network’s scalability and performance.

The term “roll-up” came about because these protocols bundle transactions, execute them on the layer 2 chain, and then send that data back to the main chain, in this case, Ethereum layer 1.

Until now, there have been two main types of roll-ups: Optimistic roll-ups and Zero-Knowledge roll-ups.

What are Optimistic roll-ups?

Optimistic roll-ups are exactly that: optimistic. They assume that transactions are valid by default, removing the need for checking by the underlying layer 1 and saving precious time and computational power.

Optimistic roll-ups process the transaction bundles off the main network and then send these blocks of data back to the main chain, where no extra computation needs to be done, reducing the workload of the layer 1.

They rely on a fraud-proof mechanism to incentivize good behavior. They reward validators who discover faulty transactions while slashing validators who validate blocks that contain fraudulent transactions.

This fraud-proof mechanism creates some issues that make it sub-optimal for the perfect Ethereum scaling solution.

One example of this can be seen in the long wait times when withdrawing funds from the network, as a period is needed to ensure that no validators flag the block for containing false transactions.

What are Zero-Knowledge roll-ups?

Zero-Knowledge (ZK) roll-ups also bundle together transactions off the main chain to save time and computational cost and, therefore, improve the scalability of the layer 1.

See also  Rollups come to Bitcoin via a 'Superlayer' protocol from BitcoinOS

ZK tech uses cryptographic proofs known as a SNARK (succinct non-interactive argument of knowledge) or STARK (scalable transparent argument of knowledge) to secure the underlying data.

Once the data is secured, it’s sent back to the layer 1 with a “proof-of-validity” that can be thought of as a receipt to show the work done by validators to ensure there are no fraudulent transactions in the block.

This proof-of-validity mechanism takes away the need for the layer 1 to do this work itself and therefore greatly increases the time it takes to validate blocks and in turn drastically increases throughput speeds.

For more insight into the world of ZK-proofs take a look at this thread by yours truly (shameless self-shill).

Zero-knowledge could be the next big thing.

Can you prove your knowledge of zero-knowledge proofs or is there no knowledge there to prove?

Here is everything you need to know about ZK tech👇 pic.twitter.com/UgGZ49XNIq

— Gaz (@defi_gaz) March 26, 2023

One of the big issues with both optimistic and ZK roll-ups is concerns surrounding the sequencing process, which can negatively impact decentralization, cause potential downtime, and create censorship issues, not to mention the sheer complexity of it all.

So, with all this knowledge in mind, let’s move on to the world of based roll-ups and find out what makes them that much better than the roll-ups of the past.

What’s so based about based roll-ups?

The concept of the based roll-up came to fruition in March 2023 thanks to the giga-brained effort of Ethereum researcher Justin Drake.

The idea behind Drake’s based roll-ups came as a possible solution for some of the issues faced by the current roll-up tech, mentioned above.

These roll-ups aren’t based in the way that they are down-to-earth and not influenced by the latest psyop, but instead, the fact that the sequencing of these roll-ups will take place on the base layer itself, in this case, Ethereum layer 1.

By using the underlying infrastructure that already exists on the Ethereum L1, namely the searchers, builders and proposers to perform the sequencing tasks needed, it greatly increases the decentralization, reliability and security of the entire process.

This increase in decentralization is made clear by the fact that anyone who can see the roll-ups mempool can take part in the sequencing tasks without permission. This furtherment of decentralization can take place without the need for a token-based operational system.

Using the already existing entities that manage building blocks on the Ethereum network, based roll-ups can be implemented with a massively increased level of simplicity compared to their optimistic and ZK roll-up cousins.

In simple terms, the rolled-up transactions that would normally be validated by the L2 and then sent to the L1 network are now validated by the L1 itself, cutting out the extra steps needed by other roll-up solutions, making the most efficient use of Ethereum’s existing mechanisms.

By simplifying the mechanisms used to sequence transactions on the base layer, costs can be reduced, speed can be increased, and the inherent security and decentralization that comes with the use of the Ethereum network can be maintained.

All of these factors give based roll-ups the upper hand when compared to the traditional roll-ups that are used today.

Based roll-ups design and sequencing

Based roll-ups are made up of four different layers. You have the consensus layer, the data availability layer, the execution layer and the settlement layer.

See also  Deutsche Telekom joins Polygon as network validator

Of these four layers the consensus, data availability and settlement layer are all layers of the underlying layer 1, in this case Ethereum. Only the execution layer is taken care of by the roll-up itself.

Sequencing structure is one of the biggest focus points when it comes to all roll-ups, and based roll-ups are no different. Collaboration is the buzzword in the based roll-up world and is what makes a big difference compared to traditional roll-ups of the past.

So, what is meant by collaboration in regard to sequencing structure?

In its simplest form, collaboration refers to the way that the layer 1 proposes work together with the layer 2 searchers and builders to process the rolled-up transaction bundles.

The transaction lifecycle of a based roll-up is made up of four main steps.

In step one, the L2 searchers bundle up the transactions made on the L2 by the users.

Step two involves the L1 searchers and L2 block builders who sequence the transactions to create full L2 blocks. It is worth noting that L1 searchers can also be L2 builders.

In step three, the L1 searchers take these full L2 blocks and submit them to the L1 block builders.

In the final fourth step, the L1 block builders pass on the L1 blocks that now contain the data from the L2 blocks to the L1 validators, who process them the same way as any other transaction on the network would be processed.

All of this can be seen in the diagram below.

https://modular.4pillars.io/BasedRollups

This process is made permissionless, meaning that any roll-up block can be added to the main layer 1 block without the need for any special permissions.

What this does is create an environment where transactions are added to the Ethereum block with all the benefits of Ethereum’s underlying security and guaranteed uptime.

The end result is low cost, speed, and reliability, which is what we all want from a top-performing network. The low-cost factor comes from the fact that gas overheads are now removed from the signing of contract verifications.

Another huge benefit of based roll-up design is their usage of Pre-Confirmations.

Pre-confirmations allow transactions to be confirmed before they are included on-chain. This massively speeds up transaction times and improves the overall user experience.

These pre-confirmations require proposers to take on increased slashing penalties in order to forcefully include these transactions on-chain. Basically, if any of the promises made in the pre-confirmation agreements are broken when pushing these transactions onto the chain then higher slashing rates will occur to those proposers responsible.

The good, bad, and the ugly

As with all new tech there are pros and cons that must be considered, based roll-ups are no different. There is no single fix-all solution in the world of crypto.

The benefits should be relatively clear by now:

  • Increased decentralization thanks to the usage of the underlying L1 infrastructure as opposed to the roll-up itself.
  • Reliability and minimal downtime risk due to leaning on the L1 sequencer and validators.
  • Reduced costs by eliminating the need for sequencer signature verification and the gas fees that are required to carry this out, creating a zero gas overhead environment.
  • Increased simplicity due to leveraging the existing L1 tech and, therefore, removing the need for many of the complexities that come with L2 sequencers and consensus mechanisms.

There are, however, a number of downside limitations that these based roll-ups will either need to address or simply accept as part of the parcel.

See also  Omnia -Protocol works together with Flare Networks to unlock more private and interoperable Web3 Future

A big disadvantage is that the based roll-up itself doesn’t receive the same economic incentive in the form of maximal extractable value (MEV) that it would if it used its own sequencer, as seen in the ZK and optimistic roll-up variants.

Instead, this revenue stream is chewed up by the L1 itself, as it is here that the sequencing is taking place.

There is also a loss in sequencing flexibility that would be enjoyed by other roll-up designs.

This can have a negative impact on the ability for faster transaction confirmation and removes the opportunity for big-brained developers to make changes to the sequencing design to achieve maximum efficiency.

Basically, the sequencing process and potential scalability are at the mercy of the underlying L1, and not much can be done about it by any builders on the outside.

Whether or not the pros outweigh the cons is up to you to decide but it seems like Vitalik himself has made his mind up on the matter and will no longer be mentioning anything beside stage 1+ roll-ups from now on.

I take this seriously. Starting next year, I plan to only publicly mention (in blogs, talks, etc) L2s that are stage 1+, with *maybe a short grace period* for new genuinely interesting projects.

It doesn’t matter if I invested, or if you’re my friend; stage 1 or bust.

Multiple… pic.twitter.com/4cGxgsfmUc

— vitalik.eth (@VitalikButerin) September 12, 2024

To really understand what he means by stage 1+, you can check out this article, where he outlines the steps required to go from stage 0 with full training wheels to stage 2 with no training wheels.

Probably worth a read if the man himself is basically turning his back on anything that doesn’t make the cut!

The layer 2 scaling fight for supremacy continues, and based roll-ups are the newest competitor in the realm.

When looking at the current roll-up marketplace we can see that the optimistic roll-ups currently dominate the space and only two, Arbitrum and Optimism, have made the stage 1 cut to be privileged enough to get the attention of Vitalik himself.

With based roll-ups sharing the same fraud-proof mechanism as optimistic roll-ups they clearly look to take the best from the sector leaders and add to it with a more decentralized sequencing system.

This slight difference in tech gives based roll-ups an edge in the realms of cost efficiency for the user and simplicity for the builder and should hopefully push them to the top of this list.

The obvious question that remains is who is actually building this stuff?

To save this article from turning into a novel, I will list a few projects for the keen alpha hunters to dig deeper into themselves. After all, that is where the real rewards are found.

Taiko, Espresso, Fairblock, Sorella, and Chainbound are all dabbling in the based af roll-up arena, so be sure to check them out for yourself if you’re interested in seeing what the future of this sector is all about.

For now, however, one can only hope that Vitalik stops dumping on us and that Ethereum bagholders will one day be rewarded for their loyalty and patience.

One can only hope!

Are you optimistic about Ethereum’s future? Share your thoughts and opinions about this subject in the comments section below.



Source link

Based Beginners Guide rollups
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Upbit will launch its own wallet and blockchain chain, signaling the shift to an on-chain platform

2026-05-14

OP Concise data confidentiality allows institutions to hide transaction data on Ethereum

2026-05-14

Tether unveils developer grant program to fund on-device AI and open-source payment tools

2026-05-14

Google BigQuery adds support for ZeroG On-Chain data analytics

2026-05-14
Add A Comment

Comments are closed.

Top Posts

Iran Gives Green Light to Crypto for Strait of Hormuz Tolls – Is BTC the Ultimate War Hedge?

2026-04-06

Solana’s Bonk Roundtrips Total Winins from 2024, this is why it is now a good purchase

2025-02-06

This is the next step for ETH, LINK, MATIC and PEPE prices

2023-05-27
Editors Picks

Strong growth ahead: the market size of the website of the website to grow at Arecord 10% CAGR by 2029

2025-06-17

Binance founder Changpeng Zhao (CZ) is harshly critical of the new product from gold investor Peter Schiff! Here are the details

2025-10-25

Noah and Gnosis launch Stabilein Payment Infrastructure

2025-07-20

Ozzy Osbourne’s Passing Sparks 400% rise in Cryptobatz NFTS

2025-07-23

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Why Bitcoin Still Needs Massive Capital Inflows to Spark a Real Bull Run

Upbit will launch its own wallet and blockchain chain, signaling the shift to an on-chain platform

Invite a Friend, Earn up to 200 USDT: Changelly’s first referral program is live

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.