Deciphering Rollup, Inscriptions, and SCP

12/27/2023, 6:21:09 AM
This article explains the relationship between Rollup, Inscriptions, and SCP.

These three concepts emerged from entirely different backgrounds and seem unrelated at first glance. However, they share significant similarities in their technical principles. This article will provide a deeper understanding of the technological essence of these concepts, including modular blockchain technology.

Rollup

Ethereum’s L2 evolution culminated in Rollup becoming mainstream. In Rollup, the Sequencer first collects and orders transactions, packages blocks, and forms a soft consensus on the transactions before submitting them to L1. Once verified by L1, a hard consensus is achieved. L1 verifies the data validity of the blocks submitted by L2. However, this cannot be done by re-running the transactions, as L2’s purpose is to expand capacity, and doing so would contradict its principle. Hence, methods like OP (fraud proofs) and ZK (zero-knowledge proofs) are used for ‘lazy’ verification. OP means L1, by default, doesn’t verify personally; any third party can do so. If they find discrepancies, they report to L1 for personal verification and punishment for fraud (as Sequencer’s deposit is locked in a contract deployed on L1). If no discrepancies are reported within a window, the transaction is deemed correct. ZK involves generating a validity proof for L1 to verify. If correct, the data is valid, effectively recalculating the entire block but at a much lower cost.

Inscriptions

Inscriptions can also be seen as a type of Rollup, transmitting data from off-chain to the blockchain, but L1 does not verify this data. For example, with the Ordinals protocol, I can inscribe a transaction on the Bitcoin blockchain, transferring 1000 ORDI without having any ORDI in my account, and the inscription will still be recorded.

{“p”:”brc-20”,”op”:”transfer”,”tick”:”ordi”,”amt”:”1000”}

Whether the inscribed data is valid or not, Bitcoin’s L1 accepts it all without verification, resulting in a ‘dirty ledger’ of valid and invalid data on Bitcoin. The orderly operation of the Ordinals protocol’s ledger is ensured by ‘client-side verification.’ Your wallet and browser read the ‘dirty ledger,’ exclude invalid data, and produce a clean ledger. Thus, the essence of inscriptions is off-chain consensus. Though off-chain and seemingly centralized, the Ordinals protocol is open-source, allowing anyone to generate consistent state records based on the ‘dirty ledger.’ Users unable to run the code can compare multiple wallet or browser clients to confirm inscription validity. Essentially, the Ordinals protocol defines data validity rules: dirty ledger + data validity rules = clean ledger. Inscriptions are not a new concept; early examples include Onmi-BTC and RMRK on Polkadot. BRC20’s popularity stems more from hitting emotional chords around Fair Launch and multi-party interest balancing than from technological innovation.

SCP

SCP, proposed by Arweave, is a storage-based consensus paradigm (SCP), an L2 paradigm aimed at separating blockchain’s computation and storage. This modular design predates the concept of modular blockchain. SCP and inscriptions are similar. In SCP, the blockchain serves only as a storage layer for state data without performing any computation or data verification. However, SCP requires that data validity rules be on-chain. Thus, the blockchain stores the ‘dirty ledger’ and ‘data validity rules,’ enabling everyone to produce a clean ledger based on on-chain records. Compared to inscriptions, the only difference in SCP is that data validity rules are on-chain, converting off-chain consensus, or social consensus, into on-chain consensus.

We find that Rollup, inscriptions, and SCP, though originating from different concepts, share many similarities. All three involve off-chain computation. Rollup and SCP are designed for expansion, reducing or eliminating computation on costly L1 blockchains. Inscriptions enable L1 blockchains without complex computation capabilities to support complex calculations. All three reflect the idea of modular design.

Understanding this, we can see that Bitcoin inscriptions are essentially an L2 expansion using Bitcoin as the DA layer, albeit not a complete L2 blockchain form. If the inscription protocol is complex enough, it could achieve Turing completeness and be expressed in chain form. Inscriptions and SCP, with their dirty ledger + off-chain verification approach, are better suited for storage-oriented public chains, especially those designed for DA (like Arweave, Celestia). Bitcoin inscriptions are limited because Bitcoin itself is not meant for storage; they work for memes but would be costly and difficult for a complete ecosystem. It’s like using a Tibetan Mastiff to grind grain when a mule would be more suitable. Let things serve their original purpose. While the author doesn’t fully agree with Luke Dashjr’s extreme views, the joy of playing with memes is important, but we shouldn’t expect Bitcoin inscriptions to develop a DeFi ecosystem. This view was also expressed in the author’s article “Developing an Ecosystem on Bitcoin is Like Drawing Blood from a Stone.”

Disclaimer:

  1. This article is reprinted from [PermaDAO]. All copyrights belong to the original author [0xmiddle]. If there are objections to this reprint, please contact the Gate Learn team, and they will handle it promptly.
  2. Liability Disclaimer: The views and opinions expressed in this article are solely those of the author and do not constitute any investment advice.
  3. Translations of the article into other languages are done by the Gate Learn team. Unless mentioned, copying, distributing, or plagiarizing the translated articles is prohibited.

Share

Crypto Calendar

Project Updates
Etherex will launch the token REX on August 6.
REX
22.27%
2025-08-06
Rare Dev & Governance Day in Las Vegas
Cardano will host the Rare Dev & Governance Day in Las Vegas, from August 6 to 7, featuring workshops, hackathons and panel discussions focused on technical development and governance topics.
ADA
-3.44%
2025-08-06
Blockchain.Rio in Rio De Janeiro
Stellar will participate in the Blockchain.Rio conference, scheduled to be held in Rio de Janeiro, from August 5 to 7. The program will include keynotes and panel discussions featuring representatives of the Stellar ecosystem in collaboration with partners Cheesecake Labs and NearX.
XLM
-3.18%
2025-08-06
Webinar
Circle has announced a live Executive Insights webinar titled “The GENIUS Act Era Begins”, scheduled for August 7, 2025, at 14:00 UTC. The session will explore the implications of the newly passed GENIUS Act—the first federal regulatory framework for payment stablecoins in the United States. Circle’s Dante Disparte and Corey Then will lead the discussion on how the legislation impacts digital asset innovation, regulatory clarity, and the US’s leadership in global financial infrastructure.
USDC
-0.03%
2025-08-06
AMA on X
Ankr will host an AMA on X on August 7th at 16:00 UTC, focusing on DogeOS’s work in building the application layer for DOGE.
ANKR
-3.23%
2025-08-06

Related Articles

What is ORDI in 2025? All You Need to Know About ORDI
Beginner

What is ORDI in 2025? All You Need to Know About ORDI

ORDI in 2025: The leading BRC-20 token with $2.3B market cap and 18M+ inscriptions on Bitcoin blockchain, featuring Layer 2 solutions, DeFi integration, and cross-chain functionality. This mature digital asset ecosystem now represents 25% of Bitcoin block space utilization.
5/29/2025, 1:54:26 AM
What Is Ethereum 2.0? Understanding The Merge
Intermediate

What Is Ethereum 2.0? Understanding The Merge

A change in one of the top cryptocurrencies that might impact the whole ecosystem
1/18/2023, 2:25:24 PM
Reflections on Ethereum Governance Following the 3074 Saga
Intermediate

Reflections on Ethereum Governance Following the 3074 Saga

The Ethereum EIP-3074/EIP-7702 incident reveals the complexity of its governance structure: in addition to the formal governance processes, the informal roadmaps proposed by researchers also have significant influence.
6/12/2024, 2:04:52 AM
An Introduction to ERC-20 Tokens
Beginner

An Introduction to ERC-20 Tokens

ERC-20 has emerged as the technical standard used for all smart contracts on the Ethereum Network.
1/12/2023, 2:48:54 PM
What is Neiro? All You Need to Know About NEIROETH in 2025
Intermediate

What is Neiro? All You Need to Know About NEIROETH in 2025

Neiro is a Shiba Inu Dog that inspired the launch of Neiro tokens across different blockchains. As of 2025, Neiro Ethereum (NEIROETH) has evolved into a leading meme coin with a $215 million market cap, 87,000+ holders, and listings on 12 major exchanges. The ecosystem now includes a DAO for community governance, an official merchandise store, and a mobile app. NEIROETH has implemented layer-2 solutions to enhance scalability and secured its position in the top 10 dog-themed meme coins by market capitalization, backed by a vibrant community and leading crypto influencers.
5/23/2025, 6:58:17 AM
Our Across Thesis
Intermediate

Our Across Thesis

This article analyzes the tremendous potential for the development of the Layer 2 (L2) market and the accompanying bridging needs among various L2 solutions. It delves into the current status, potential, and risks of the cross-chain protocol Across Protocol in this market.
1/5/2024, 1:34:41 AM
Start Now
Sign up and get a
$100
Voucher!