Bitcoin Blockchain and ZKrollup: Citrea’s idea to improve scalability and interoperability

Related

Digital Reserve成为2026香港Web3嘉年华二级展位赞助商

Digital Reserve已确认加入2026香港Web3嘉年华,将作为二级展位赞助商为大会提供支持 Digital Reserve 是一家澳洲持牌的加密货币出入金与交易平台,深耕行业多年、穿越多轮牛熊周期,凭借对华人市场的深刻理解、完善的银行通道与高质量服务,持续为专业客户提供稳定、顺畅的数字资产流动解决方案。更多信息: https://digitalreserve.net/ 香港Web3嘉年华是由万向区块链实验室与HashKey Group联合推出的Web3活动品牌,由W3ME承办,自2023年起于每年4月在香港会议展览中心举办,聚焦行业热点话题与政策趋势,是亚洲规模最大、最受关注的Web3行业盛会之一。 2026香港Web3嘉年华将于4月20日-23日在香港会议展览中心盛大举行。自2023年首届举办以来,香港Web3嘉年华已飞速成长为全球最具影响力的加密峰会之一,为全球东西方交流构建了一个高规格、高质量、高纵深的平台。过往三届盛会累计吸引超10万名现场参会者,汇聚超350个前沿项目参加,邀请超1200位演讲嘉宾分享,并衍生超400场周边活动,成功构建了一个以大会为核心、辐射全港的活力生态圈。 目前,香港特别行政区财政司司长陈茂波,香港证监会中介机构部执行董事叶志衡,万向区块链董事长、Hashkey Group董事长兼CEO肖风,香港特别行政区立法会议员(科技创新界)邱达根,Solana Foundation总裁Lily Liu,MatrixPort创始合伙人及首席商务官Cynthia Wu,Animoca...

卓锐证券成为2026香港Web3嘉年华白金赞助商

Hong Kong, 5th March 2026, 卓锐证券已确认加入2026香港Web3嘉年华,将作为白金赞助商为大会提供支持。 卓锐证券(香港)有限公司(中央编号:BRE865)是香港证监会认可持牌法团,持有第1、2、4、5、9类牌照。作为全港增速TOP1的持牌虚拟资产券商*,卓锐证券专注构建合规安全的交易生态,实现传统资产与加密货币的无缝流动。通过自主研发的一站式交易平台“ZR”,投资者只需一个账户,即可借助AI赋能的机构级视野,灵活配置股票、ETF及加密货币。了解更多:https://www.zr.hk/ 香港Web3嘉年华是由万向区块链实验室与HashKey Group联合推出的Web3活动品牌,由W3ME承办,自2023年起于每年4月在香港会议展览中心举办,聚焦行业热点话题与政策趋势,是亚洲规模最大、最受关注的Web3行业盛会之一。 2026香港Web3嘉年华将于4月20日-23日在香港会议展览中心盛大举行。自2023年首届举办以来,香港Web3嘉年华已飞速成长为全球最具影响力的加密峰会之一,为全球东西方交流构建了一个高规格、高质量、高纵深的平台。过往三届盛会累计吸引超10万名现场参会者,汇聚超350个前沿项目参加,邀请超1200位演讲嘉宾分享,并衍生超400场周边活动,成功构建了一个以大会为核心、辐射全港的活力生态圈。 目前,香港特别行政区财政司司长陈茂波,香港证监会中介机构部执行董事叶志衡,万向区块链董事长、Hashkey Group董事长兼CEO肖风,香港特别行政区立法会议员(科技创新界)邱达根,Solana Foundation总裁Lily Liu,MatrixPort创始合伙人及首席商务官Cynthia...

Sui stablecoin USDsui debuts as new backbone for on-chain payments and DeFi

Backed by institutional-grade infrastructure and strong demand for digital...

Share

In this article, we explore the innovative cryptographic project Citrea, which is building a ZKrollup scaling solution on the Bitcoin blockchain, leveraging zero-knowledge proof technology and the BitVM stack.

This type of second-layer networks called “Zero Knowledge Rollup” allows for significantly improving the scalability and interoperability of Bitcoin, in a manner similar to what happens on Ethereum, by wrapping more data and transactions outside of it and then bringing back a single batch to the main chain, which acts as the data availability (DA) layer.

Let’s see in detail how Citrea works and how it can evolve the performance of Bitcoin.

Citrea prepares for the launch of the first ZKrollup on the Bitcoin blockchain: advantages in terms of interoperability and scalability

Citrea is the first ZKrollup built on the Bitcoin blockchain, designed by developer Orkun Kilic, who by combining the concept of zero-knowledge computational proofs and the idea behind BitVM, is trying to improve the scalability and interoperability of the first cryptographic network ever built.

In a recent interview with Bitcoin Magazine, Orkun explained the motivations that are driving him to bring ZKproofs into such an “obsolete” blockchain with strong limitations on block size and script capabilities.

The developer believes that Bitcoin offers the best infrastructure around in terms of censorship resistance and cryptographic security, and that thanks to the historic code changes offered with SegWit and Taproot it is finally possible to inscribe data within individual transactions, using the network as a data availability layer.

These are the words of Orkun in the interview:

“What you can do with Bitcoin beyond simple payments is extremely limited today. We want to do more using the security of Bitcoin’s block space.”

Just as it happens on Ethereum, the concept of modularity can solve the problems of a blockchain that suffers from limited performance on scalability and external interoperability like Bitcoin.

Gli ZKrollup  aiutano a rimuovere parte del lavoro computazionale dell’infrastruttura spostano l’elaborazione delle transazioni al di fuori della rete principale, avvolgendo i dati attorni ad un singolo batch che poi viene rispedito indietro riducendo tempi e costi della validazione.

By building a rollup, developers can customize their stack to create various applications, such as payment rollup, gaming rollup, and EVM rollup. This flexibility allows for different optimizations that could scale blockchains without requiring changes to the main protocol.

All these advantages, however, are also countered by some limitations: in fact, the use of Bitcoin as a layer for data availability (a practice that derives from the concept of BitVM) requires structural compromises, as the Bitcoin chain is highly costly and inefficient for performing this kind of operations.

Let’s see specifically in the next paragraph what these compromises consist of and how Citrea succeeds in the goal of integrating a zkrollup to the Bitcoin blockchain.

In the meantime, Citrea has just launched the public devnet for developers and users, marking a historic milestone regarding the use of Bitcoin as a DA layer and the expansion to new cryptographic horizons.

Security and minimized trust: the first step to aggregate zk-proofs

The implementation of a ZKrollup on the Bitcoin blockchain, although it guarantees unprecedented security, simultaneously offers lower scalability compared to other infrastructures and limitations at the on-chain architecture level.

It is therefore essential to leverage Bitcoin as a DA level only when strictly necessary (when maximum security is needed), while for applications that require high throughput and low costs it is preferable to use other layers such as Celestia.

Furthermore, the incompatibility with EVM creates problems when coins need to be moved outside of Bitcoin: Citrea solves this step with “Clementine”, a bidirectional peg based on BitVM that optimistically verifies ZK proofs. This mechanism aggregates Bitcoin proofs, reducing the need for frequent settlements.

With Clementine, it is therefore possible to verify ZK proofs conveniently and securely, offering a solution in terms of scalability and interoperability that sees the aggregation of zk proofs within individual batches.

The main idea behind Clementine is to provide optimistic settlements for ZK rollups as stabilizing all batches at each block turns out to be a very costly practice on Bitcoin.  By thus periodically enrolling the data and aggregating the proofs, Clementine ensures that the state remains accurate and secure.

Initially, until the transfer of data from L1 to L2 and their synchronization become more economical, it will be necessary to introduce an external trust layer, which is however minimized as much as possible: hence the concept of “minimized trust”.

In these early stages of Citrea’s development, an external operator will initially cover users’ withdrawal requests out of their own pocket, then aggregate the necessary proofs in a single presentation to the network. If other operators suspect that the subject is engaging in dishonest actions, they can contest the submission and have it removed from the network.

This configuration introduces a minimized hypothesis of trust in which only one participant needs to be honest to ensure security.

In this regard, Orkun emphasized that:

“This is a significant improvement over traditional models that require a majority consensus for security.”

The next step for Citrea is to introduce volition, that is, a hybrid model that balances on-chain security with off-chain cost efficiency, allowing various applications to choose the most suitable data storage method based on specific needs.

Orkun has finished the interview with Coindesk emphasizing how the use of Bitcoin as a settlement layer for data availability offers a strong incentive to miners to continue with their activities seeing commissioni increasing for long-term security.