On November 2rd, 2021, ‘s blockchain scientist Atticbee visited change as an invited visitor for a really technical AMA. ZB is a worldwide change being in operation for 8 years with a deal with retaining prospects’ belongings safe. Atticbee mentioned the issues of present blockchain expertise and RChain’s reply to those challenges, and why someday RChain would be the most person and developer pleasant Net 3.0 infrastructure.
What’s Lacking In All Present Public Blockchains
In Atticbee’s view, none of current public chains has addressed these points which are important to Net 3.0:
- At present there’s NO REAL answer to the scalability downside: the scalability of Layer 2 and ETH 2.0 is an phantasm as a result of the person Layer 2 and shard subsystems aren’t interoperable – they don’t “feel and look” like one logical chain.
- They’re designed for token switch functions, not information intensive Net 3.0 functions.
- Contracts can’t safely name one another, missing the “safe composability” to construct massive, advanced software program techniques from smaller and less complicated constructing blocks as in Net 2.0.
Greg Meredith, the founding father of RChain, realized these ache factors in 2015 when he and Vitalik, the founding father of Ethereum, had been working collectively to scale Ethereum. So he selected the concurrent, composable Rho-Calculus with on-chain formal verification functionality because the computational mannequin for the contract layer at first of the design.

This expertise route has many options theoretically inconceivable for different initiatives:
- Solves the “blockchain trilemma” with concurrent “queueless” transaction processing.
- One platform for all: Direct on-chain storage of enormous information, integrating all of the features of ETH, IPFS and GRT into one single platform.
- Seamless sharding: shards feel and look like one with atomic cross shard transactions.
- Quick on-chain formal verification based mostly on its OSLF habits kind system.
The Root Reason for the “Blockchain Trilemma” and Its Answer
In Atticbee’s view, the “trilemma of safety, efficiency, and decentralization”, solely applies to the present blockchains that require queuing up the transactions, however not relevant to the queueless RChain.
Primarily conventional blockchains require transactions to be processed as an extended queue, with all nodes within the community working collectively to keep up this queue. Then they’re doomed to endure from an inconceivable triangle of safety, efficiency, and decentralization:
- For safety, extra nodes have to be concerned in sustaining this queue.
- For efficiency (scalability), the queue wants to maneuver ahead as quick as potential.
- For decentralization, all nodes must have equal alternative to take part within the administration and processing of this queue and monitor one another.
Primary logic tells us one can solely select any two of them and quit the third. Typical examples: Ethereum chooses safety and decentralization over efficiency; Solana, a pacesetter based mostly system, chooses safety and efficiency over decentralization; EOS with 21 equal nodes chooses efficiency and decentralization over safety.
Nonetheless, when one realizes that “distributedly sustaining a transaction queue is the basis explanation for the trilemma ”, this downside naturally will get solved if we will get rid of the necessity for a translation queue like RChain. In RChain’s “block-merge” take a look at community, as extra nodes are added, the community achieves greater TPS. It’s a stable proof that the trilemma has been solved: extra nodes means stronger safety; leaderless means decentralized; greater TPS means higher efficiency. Thus RChain reaches all three vertices of the “inconceivable triangle” concurrently.
RChain VS Solana and PolkaDot — Two Examples of Flawed Options
When requested his view on different star initiatives, Atticbee thinks Solana achieves excessive TPS at the price of the blockchain belief mannequin, which is meaningless as a result of any centralized system can have a lot greater TPS. The thought behind its design is easy: since it’s too gradual to let many nodes handle the queue collectively, it merely lets a Proof-of-Historical past node determine the order and write right into a tamper resistant PoH ledger. The opposite nodes simply execute and validate the transactions on this ledger.

Nonetheless, by doing this, the job of managing the queue is centralized, and the PoH node can dictate transaction order, or censor transactions at will. These malicious behaviors are nearly inconceivable to detect and show. Atticbee talked about Move as a challenge with an identical concept however makes use of a committee to determine the order, making it a extra honest model of Solana, however as a price its TPS is way decrease. It’s a textbook instance of how a “queued system” inevitably suffers from the trilemma.
As for RChain, it doesn’t must queue up transactions in any respect, so it could obtain excessive TPS whereas retaining a decentralized leaderless structure.
Atticbee additionally views PolkaDot as an incomplete cross-chain answer missing important coordination capabilities. It has no method to atomically finalize cross chain transactions. Additionally it doesn’t present the “composable safety” to make sure that when one contract positioned calls one other contract on one other para-chain by the relay chain, the permissions given gained’t be leaked to others. RChain has atomic finalization of cross-chain transactions, coupled with a behavioral kind system as a “on chain firewall”, making it a superior cross-chain answer.
A International Laptop with Concurrent Course of Orchestration
RChain’s final objective is to construct a real world laptop to function the inspiration of Net 3.0. As seen from the Net 2.0 expertise, probably the most beneficial asset on the internet is the huge quantity of information. Subsequently all current blockchains have been constructed with the mistaken design at first: they’re solely optimized as fee networks. A true Net 3.0 infrastructure have to be designed for data-intensive functions.

As well as, we will see that current Net 2.0 techniques have gotten extra advanced, however due to componentization and containerization, builders can shortly construct out massive techniques with smaller reusable parts. Nonetheless, with no quick formal verification system to make sure protected cooperations between contracts, not one of the current blockchains can obtain this. The Venus part of the RChain roadmap tries to resolve this ache level by introducing a habits kind system help. RChain’s Rho-Calculus is without doubt one of the only a few fashions which have this functionality.
Each Developer Ought to Begin Studying Rholang
Rholang, a language based mostly on course of calculus, has lengthy been uncared for by the IT business due to its reluctance to go away the consolation zone of present programming paradigms. Nonetheless, coming into the blockchain period, Rholang has a variety of benefits for blockchain by its design.

Initially, its immutability makes “queueless” transactions potential. All sources in Rholang are immutable information and codes organized by channels. Atticbee made a metaphor: a contract written in a conventional language like Solidity is sort of a group of youngsters drawing on a blackboard: the order during which the youngsters draw will have an effect on the ultimate state of the board, so they have to kind a queue. Then again, Rholang is extra like a bunch of youngsters taking part in with Lego blocks: they’ll choose up and assemble some blocks after which join the product again to the widespread challenge. Since nobody can “mutate” any piece, the order doesn’t matter so the youngsters can play on the similar time.
One other necessary good thing about being “queuess” is that giant information could be saved straight on-chain. Any information intensive transactions need to take care of the excessive latency of community and disk operations. The prerequisite for such transactions to be executed on-chain is that they are often processed concurrently with different sorts of transactions.
After the sharding milestone, RChain can have one other developer pleasant function: there isn’t any distinction between writing a cross-shard contract and writing a single-shard contract.
After the Venus milestone, builders can use the behavioral kind system to carry out static evaluation to reply questions akin to: Will this code create a race situation, get right into a impasse, or leak any given permissions to a 3rd occasion? These analyses could be executed at compile time in Rholang, earlier than the code runs. With this function, now you’ll be able to set up a bunch of contracts collectively on-chain and permit them to name one another safely in a concurrent setting. This benefit completes RChain’s final killer function: on-chain orchestration of contracts, or “Kubernetes on the blockchain”.
The RChain group has already constructed DApps that different chains can’t do by making the most of its on-chain information storage functionality:
- Dappy: decentralized DNS server and browser, with NFT and wallets built-in in a single bundle.
- RSong: music streaming DApp with music saved straight on-chain.
- RPI: a photograph NFT platform with photograph information saved straight on-chain.
- RCovid-19 Passport: vaccination certificates saved straight on-chain.
Atticbee predicts that after all of the milestones are full, the good thing about Rholang is adequate sufficient to make each DApp developer undertake this new language paradigm.
This can be a sponsored submit. Discover ways to attain our viewers here. Learn disclaimer beneath.
Picture Credit: Shutterstock, Pixabay, Wiki Commons
Disclaimer: This text is for informational functions solely. It isn’t a direct provide or solicitation of a proposal to purchase or promote, or a advice or endorsement of any merchandise, providers, or corporations. Bitcoin.com doesn’t present funding, tax, authorized, or accounting recommendation. Neither the corporate nor the creator is accountable, straight or not directly, for any injury or loss brought about or alleged to be attributable to or in reference to using or reliance on any content material, items or providers talked about on this article.