Roll-ups
Last updated
Last updated
Blocktorch supports all roll-ups built on the OPStack and on Arbitrum Orbit. Once the roll-up is added to your blocktorch project, we start indexing the data.
All features of blocktorch can be fully leveraged for your specific roll-up. You can also enable developers building on your roll-up ecosystem to make use of all features like step-debugging, monitoring and searching.
Congratulations, you have successfully added your roll-up to blocktorch 🥳 If you now try to add a smart contract to blocktorch that has been deployed on your roll-up you can see your roll-up in the list of available chains
There are two main types of roll-ups:
Zero-Knowledge Roll-ups (ZK-Roll-ups): These compile multiple transactions into a single proof, called a SNARK (Succinct Non-Interactive Argument of Knowledge), which is then posted to the Layer 1. They offer increased privacy and reduce the amount of data that needs to be stored on the main chain.
Optimistic Roll-ups: These assume transactions are valid by default and only perform computational checks if a transaction is challenged. This model favors speed and efficiency, making it useful for applications requiring high transaction throughput.
By delegating the transaction processing to a second layer, roll-ups play a crucial role in enhancing the scalability and performance of blockchain technologies.
Today multiple Roll-up-as-a-Service providers exist like QuickNode, Gelato, Condiut or Zeeve.