Visit the showcase page where you can like, comment, inspect or clone the project?

Visit the published page for the project?

Project -
What is a rollup?

What is a rollup?

It was really enjoyable figuring out some custom interactions for this client site for the testimonial sections, section edges, and the fullscreen menu. It also has a Webflow Ecommerce store for their gear.

What is a rollup?

NOTE: This article was written for the Georgia Tech Blockchain Club with Eclipse

The TLDR:

  • Rollups help blockchains scale by taking transactions off-chain while maintaining the security and trust of the layer-1 chain.
  • There are two primary types of rollups, Optimistic and ZK, which have different advantages and disadvantages
  • Rollups are still early with a lot of progress still being made. For a period of time Optimism and Arbitrum transactions surpassed mainnet Eth transactions showing the potential rollups have for the overall ecosystem.

Intended Audience:

  • Familiar basics of crypto but non-technical
  • Interested in delving into the world of DeFi and background processes

Arjun Reply

What is a Rollup?

A rollup is a layer-2 (L2) scaling solution that lowers congestion by taking transactions off-chain. In a rollup, multiple transactions are bundled and recorded as a single transaction on the main blockchain. This reduces the amount of data stored on-chain and increases the overall transaction throughput as well as efficiency. This approach allows for increased scalability and lower fees compared to traditional on-chain transactions while still preserving the trust and security of the original blockchain.

Figure 1 -- Ethereum High Gas Fees

Figure 1 -- Simplified Rollup Visualization

Why do we need rollups?

Ethereum alone has 2,700 dApps and over 230 million addresses. These numbers are expected to continue to grow with future blockchain adoption. The key constraint is that blockchains can only store a limited amount of transaction data before a new block has to be issued. This data limit is called blockspace. During periods of high demand, blockspace can become congested leading to more time until the transaction is complete and more expensive gas fees for users. Below is an example from a period of high usage in 2020 where it cost over $100 of gas to execute a transaction. Although gas is currently cheaper, further scaling solutions like rollups need to be implemented in order to scale blockchains to support greater adoption and additional functionality on-chain.

Figure 3 -- Expensive gas example transaction

How do rollups work?

Although there are various rollup constructions, all rollups take transactions off-chain.

They accomplish this by Enshrined rollups accomplish this by processing groups of transactions off-chain then rolling  multiple transactions into a single condensed transaction on-chain. Once the transaction is sent on-chain, the "settlement" process determines whether the transactions were computed correctly.

In contrast to enshrined rollups, sovereign rollups post only what transactions occurred to the layer-1 blockchain, but they do not perform the settlement process on the layer-1 blockchain. Instead, sovereign rollups pass additional proof to users of the blockchain with evidence that the transactions were executed correctly.

In the graphic above, there could be thousands of transactions between state 1 and 2 of the rollup, but that difference in state is recorded in one mainnet transaction. By doing this, the mainnet blockchain holds the history of transactions on the rollup, allowing those transactions to be backed by the security of the mainnet blockchain. Depending on how this is done (which we will cover later), rollups can add value in multiple different ways on top of lowering congestion.

What are the different types of Rollups?

Currently there are two primary types of rollups: optimistic vs. zero-knowledge (ZK). In the next few sections we will cover where they are and the differences between them.

What are optimistic rollups?

Optimistic rollups submit transactions to the layer-1 blockchain without immediately providing proof that the execution was correct, and later allow "verifiers" to challenge the result. The main idea of this rollup is to construct a chain where the only constraint on throughput is execution speed, while adding only minimal additional trust assumptions. In this fraud proof system, verifiers and executors both stake coins as collateral and can both lose this money if the transaction was fraudulent or the verifier was wrong. For most optimistic rollups, in order to allow time for fraudulent claims to be processed, transactions won’t be finalized until roughly one week.

What are Zk-rollups?

Zk-rollups, aka zero knowledge rollups, assume a “guilty until proven innocent” philosophy where the transaction will be submitted only alongside evidence that the transaction was executed correctly. The "zero-knowledge proof" is a succinct representation that every step of executing the program followed the blockchain's rules. Zk-rollups combine many transactions together in a large batch which can be validated simultaneously..

The most prominent zk-rollups like zkSync, Scroll, and StarkEx have received over $1 billion in funding. The primary advantages of zk-rollups over optimistic is the quicker transaction finality, although due to the higher cryptographic load, they are harder to program and require more expensive hardware to run so they are generally used for use cases where the quicker [finality](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/#:~:text=be found below.-,Finality,managed using "checkpoint" blocks.) and increased security are valued more.

TypeFinalitySecurityCostZero-Knowledge10 Minutes - Validity ProofingMathematical and cryptographic proofsHigher Costs: Expensive hardware and extensive proofsOptimistic1-weekGame Theory IncentivesLower costs – transaction proofing isn’t required

Figure 3 -- ZK vs. Optimistic

What are modular rollups?

The monolithic architecture is the classic structure of blockchains where execution, consensus, data availability, and settlement all happened on the L1. Modular architecture replaces this to provide more scalable chains with the use of L2s. This structure splits up the components of a blockchain to give rise to more specialized projects. For example zk-rollups are generally superior to any monolithic blockchain in terms of execution scalability, but applications built on them are still limited by the monolithic chains settlement, consensus and data availability. Modular rollups are a nascent form of rollups that offers end users a more customizable architecture by separating settlement and data availability from consensus so that users can select the settlement and data availability provider which best fits their use case.

Figure 4 -- Comparison of Eclipse(Modular Rollup) vs. zkSync Structure

Eclipse is an example of a modular rollup which allows applications to configure a customizable solution to best fit their needs including gas fees and access. For settlement, Eclipse plans to offer optimistic or ZK-proofs depending on the developer’s preference. What differentiates modular rollups is the data availability & consensus, and Eclipse allows applications to choose between multiple high performance options depending on what is the best fit for the application. Modular rollups, like Eclipse, free applications from the constraints of major blockchains and allow them to optimize their own rollups solution around their product.

Figure 2 -- Optimism and Arbitrum translation volume over time vs. Mainnet Ethereum

What's the current state of rollups?

Recently the use of rollups has exploded with first movers like Optimism and Arbitrum leading the charge. In the graphic above, there was a period of time where total transactions on Arbitrum and Optimism actually passed transactions on Ethereum (this recently changed due to updated tokenomic policies).  As rollups continue to develop the value they add to users will continue to improve, likely causing them to command more share of net transactions in the future.

Rollups are still in development and currently have some drawbacks. Rollups are L2 solutions which means to use them capital has to be bridged off-chain. This is acceptable for most users because it allows them access to the benefits and protocols built on the rollup, but if users want to use L1 protocols or a different rollup, they have to bridge back and potentially bridge again to a different rollup. For the overall ecosystem each rollup silos capital to its specific ecosystem decreasing net capital efficiency by limiting composability of assets. Going forward, solutions focusing on interoperability will help address this issue.

Conclusion:

Rollups are a solution to the blockchain scaling problem. Significant funding has led to the development of cutting-edge solutions in the rollup space. Each solution allows applications to scale to a size beyond what is allowed by L1s. There is currently funding and focus on supporting infrastructure to address issues of  interoperability and onboarding to rollups. Rollups represent a significant step forward for the space and are here to stay.

Eclipse offers customizable, modular rollups-as-a-service using the VM of your choice. Take the best parts of every ecosystem and build your own app chain, without the hassle of managing infrastructure or worrying about security or reliability. With Eclipse, developers receive maximum control and the highest dedicated throughput. You can learn more about us on our website and our Twitter.

Project -
What is a rollup?

What is a rollup?

It was really enjoyable figuring out some custom interactions for this client site for the testimonial sections, section edges, and the fullscreen menu. It also has a Webflow Ecommerce store for their gear.

What is a rollup?

NOTE: This article was written for the Georgia Tech Blockchain Club with Eclipse

The TLDR:

  • Rollups help blockchains scale by taking transactions off-chain while maintaining the security and trust of the layer-1 chain.
  • There are two primary types of rollups, Optimistic and ZK, which have different advantages and disadvantages
  • Rollups are still early with a lot of progress still being made. For a period of time Optimism and Arbitrum transactions surpassed mainnet Eth transactions showing the potential rollups have for the overall ecosystem.

Intended Audience:

  • Familiar basics of crypto but non-technical
  • Interested in delving into the world of DeFi and background processes

Arjun Reply

What is a Rollup?

A rollup is a layer-2 (L2) scaling solution that lowers congestion by taking transactions off-chain. In a rollup, multiple transactions are bundled and recorded as a single transaction on the main blockchain. This reduces the amount of data stored on-chain and increases the overall transaction throughput as well as efficiency. This approach allows for increased scalability and lower fees compared to traditional on-chain transactions while still preserving the trust and security of the original blockchain.

Figure 1 -- Ethereum High Gas Fees

Figure 1 -- Simplified Rollup Visualization

Why do we need rollups?

Ethereum alone has 2,700 dApps and over 230 million addresses. These numbers are expected to continue to grow with future blockchain adoption. The key constraint is that blockchains can only store a limited amount of transaction data before a new block has to be issued. This data limit is called blockspace. During periods of high demand, blockspace can become congested leading to more time until the transaction is complete and more expensive gas fees for users. Below is an example from a period of high usage in 2020 where it cost over $100 of gas to execute a transaction. Although gas is currently cheaper, further scaling solutions like rollups need to be implemented in order to scale blockchains to support greater adoption and additional functionality on-chain.

Figure 3 -- Expensive gas example transaction

How do rollups work?

Although there are various rollup constructions, all rollups take transactions off-chain.

They accomplish this by Enshrined rollups accomplish this by processing groups of transactions off-chain then rolling  multiple transactions into a single condensed transaction on-chain. Once the transaction is sent on-chain, the "settlement" process determines whether the transactions were computed correctly.

In contrast to enshrined rollups, sovereign rollups post only what transactions occurred to the layer-1 blockchain, but they do not perform the settlement process on the layer-1 blockchain. Instead, sovereign rollups pass additional proof to users of the blockchain with evidence that the transactions were executed correctly.

In the graphic above, there could be thousands of transactions between state 1 and 2 of the rollup, but that difference in state is recorded in one mainnet transaction. By doing this, the mainnet blockchain holds the history of transactions on the rollup, allowing those transactions to be backed by the security of the mainnet blockchain. Depending on how this is done (which we will cover later), rollups can add value in multiple different ways on top of lowering congestion.

What are the different types of Rollups?

Currently there are two primary types of rollups: optimistic vs. zero-knowledge (ZK). In the next few sections we will cover where they are and the differences between them.

What are optimistic rollups?

Optimistic rollups submit transactions to the layer-1 blockchain without immediately providing proof that the execution was correct, and later allow "verifiers" to challenge the result. The main idea of this rollup is to construct a chain where the only constraint on throughput is execution speed, while adding only minimal additional trust assumptions. In this fraud proof system, verifiers and executors both stake coins as collateral and can both lose this money if the transaction was fraudulent or the verifier was wrong. For most optimistic rollups, in order to allow time for fraudulent claims to be processed, transactions won’t be finalized until roughly one week.

What are Zk-rollups?

Zk-rollups, aka zero knowledge rollups, assume a “guilty until proven innocent” philosophy where the transaction will be submitted only alongside evidence that the transaction was executed correctly. The "zero-knowledge proof" is a succinct representation that every step of executing the program followed the blockchain's rules. Zk-rollups combine many transactions together in a large batch which can be validated simultaneously..

The most prominent zk-rollups like zkSync, Scroll, and StarkEx have received over $1 billion in funding. The primary advantages of zk-rollups over optimistic is the quicker transaction finality, although due to the higher cryptographic load, they are harder to program and require more expensive hardware to run so they are generally used for use cases where the quicker [finality](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/#:~:text=be found below.-,Finality,managed using "checkpoint" blocks.) and increased security are valued more.

TypeFinalitySecurityCostZero-Knowledge10 Minutes - Validity ProofingMathematical and cryptographic proofsHigher Costs: Expensive hardware and extensive proofsOptimistic1-weekGame Theory IncentivesLower costs – transaction proofing isn’t required

Figure 3 -- ZK vs. Optimistic

What are modular rollups?

The monolithic architecture is the classic structure of blockchains where execution, consensus, data availability, and settlement all happened on the L1. Modular architecture replaces this to provide more scalable chains with the use of L2s. This structure splits up the components of a blockchain to give rise to more specialized projects. For example zk-rollups are generally superior to any monolithic blockchain in terms of execution scalability, but applications built on them are still limited by the monolithic chains settlement, consensus and data availability. Modular rollups are a nascent form of rollups that offers end users a more customizable architecture by separating settlement and data availability from consensus so that users can select the settlement and data availability provider which best fits their use case.

Figure 4 -- Comparison of Eclipse(Modular Rollup) vs. zkSync Structure

Eclipse is an example of a modular rollup which allows applications to configure a customizable solution to best fit their needs including gas fees and access. For settlement, Eclipse plans to offer optimistic or ZK-proofs depending on the developer’s preference. What differentiates modular rollups is the data availability & consensus, and Eclipse allows applications to choose between multiple high performance options depending on what is the best fit for the application. Modular rollups, like Eclipse, free applications from the constraints of major blockchains and allow them to optimize their own rollups solution around their product.

Figure 2 -- Optimism and Arbitrum translation volume over time vs. Mainnet Ethereum

What's the current state of rollups?

Recently the use of rollups has exploded with first movers like Optimism and Arbitrum leading the charge. In the graphic above, there was a period of time where total transactions on Arbitrum and Optimism actually passed transactions on Ethereum (this recently changed due to updated tokenomic policies).  As rollups continue to develop the value they add to users will continue to improve, likely causing them to command more share of net transactions in the future.

Rollups are still in development and currently have some drawbacks. Rollups are L2 solutions which means to use them capital has to be bridged off-chain. This is acceptable for most users because it allows them access to the benefits and protocols built on the rollup, but if users want to use L1 protocols or a different rollup, they have to bridge back and potentially bridge again to a different rollup. For the overall ecosystem each rollup silos capital to its specific ecosystem decreasing net capital efficiency by limiting composability of assets. Going forward, solutions focusing on interoperability will help address this issue.

Conclusion:

Rollups are a solution to the blockchain scaling problem. Significant funding has led to the development of cutting-edge solutions in the rollup space. Each solution allows applications to scale to a size beyond what is allowed by L1s. There is currently funding and focus on supporting infrastructure to address issues of  interoperability and onboarding to rollups. Rollups represent a significant step forward for the space and are here to stay.

Eclipse offers customizable, modular rollups-as-a-service using the VM of your choice. Take the best parts of every ecosystem and build your own app chain, without the hassle of managing infrastructure or worrying about security or reliability. With Eclipse, developers receive maximum control and the highest dedicated throughput. You can learn more about us on our website and our Twitter.

Arjun Hard drive
About Me
Research Projects
Coding Projects
Resume
👋About Arjun

Hi 👋 I’m Arjun!

I’m a student at Georgia Tech and I am passionate about web3 tech, investing, and crypto.

I am a final-year student at Georgia Institute of Technology, concentrating on Finance with a minor in Computer Science. Besides my coursework, I have also completed prior internships at a digital asset hedge fund, pure crypto-vc.

Check out my latest Research!

Get to see more Research >

About

Just kidding. Nothing was actually shutdown. It wouldn't have been a good idea. Do it again?

Just kidding. Nothing was actually shutdown. It wouldn't have been a good idea. Do it again?

Webflow
7 items
2013K in folder
unlimited
My Profile
Signup
Forum
Webflow Weekly
My Videos
My Tutorials
My Articles
Trash
6 items
Empty
Dreamweaver
Shopify
Squarespace
Weebly
Wordpress
Wix
Trash
0 items
Empty
New Project Form

Project Submission

Thanks for you interest in working together on a project built in Webflow. In order to best understand your new website's needs, please fill out the information below to the best of your ability.

Check any of the options below that apply to your needs. If you don't understand what they mean, don't worry we can figure it out later.

If you've gotten this far, thank you. Go ahead and submit your info and I'll get back with you as possible with and informed response.

Thank you! Your project submission has been received!
Oops! Something went wrong while submitting the form. Please check all of the fields and try again.
Arjun's Resume
Coding Projects
Arjun HD
About me
Research Projects
Coding Projects
Trash
Contact Form

Contact Form

Thank you! Your submission has been received.
Oops! Something went wrong while submitting the form. Please check all of the fields and try again.
Contact me
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Maybe it's not a good idea to shut my website down without a hardware reset button. Proceed?

Just kidding. Nothing was actually shutdown. It wouldn't have been a good idea. Do it again?

Permission denied. Please reconsider your actions.