This is an opinion editorial by Federico Tenga, a very long time contributor to Bitcoin tasks with expertise as begin-up founder, marketing consultant and educator.
The time period “smart contracts” predates the invention of the blockchain and Bitcoin itself. Its first point out is in a 1994 article by Nick Szabo, who outlined good contracts as a “computerized transaction protocol that executes the terms of a contract.” While by this definition Bitcoin, thanks to its scripting language, supported good contracts from the very first block, the time period was popularized solely later by Ethereum promoters, who twisted the unique definition as “code that is redundantly executed by all nodes in a global consensus network”
While delegating code execution to a worldwide consensus community has benefits (e.g. it is straightforward to deploy unowed contracts, such because the popularly automated market makers), this design has one main flaw: lack of scalability (and privateness). If each node in a community should redundantly run the identical code, the quantity of code that may truly be executed with out excessively growing the price of working a node (and thus preserving decentralization) stays scarce, which means that solely a small variety of contracts may be executed.
But what if we may design a system the place the phrases of the contract are executed and validated solely by the events concerned, moderately than by all members of the community? Let us think about the instance of an organization that wishes to subject shares. Instead of publishing the issuance contract publicly on a worldwide ledger and utilizing that ledger to monitor all future transfers of possession, it may merely subject the shares privately and move to the consumers the correct to additional switch them. Then, the correct to switch possession may be handed on to every new proprietor as if it have been an modification to the unique issuance contract. In this fashion, every proprietor can independently confirm that the shares she or he acquired are real by studying the unique contract and validating that each one the historical past of amendments that moved the shares conform to the principles set forth within the authentic contract.
This is truly nothing new, it is certainly the identical mechanism that was used to switch property earlier than public registers turned widespread. In the U.K., for instance, it was not obligatory to register a property when its possession was transferred till the ‘90s. This implies that nonetheless in the present day over 15% of land in England and Wales is unregistered. If you are shopping for an unregistered property, as an alternative of checking on a registry if the vendor is the true proprietor, you’ll have to confirm an unbroken chain of possession going again at the least 15 years (a interval thought-about lengthy sufficient to assume that the vendor has enough title to the property). In doing so, you will need to be certain that any switch of possession has been carried out appropriately and that any mortgages used for earlier transactions have been paid off in full. This mannequin has the benefit of improved privateness over possession, and also you shouldn’t have to depend on the maintainer of the general public land register. On the opposite hand, it makes the verification of the vendor’s possession far more sophisticated for the customer.

Source: Title deed of unregistered actual property propriety
How can the switch of unregistered properties be improved? First of all, by making it a digitized course of. If there is code that may be run by a pc to confirm that each one the historical past of possession transfers is in compliance with the unique contract guidelines, shopping for and promoting turns into a lot quicker and cheaper.
Secondly, to keep away from the chance of the vendor double-spending their asset, a system of proof of publication have to be applied. For instance, we may implement a rule that each switch of possession have to be dedicated on a predefined spot of a nicely-recognized newspaper (e.g. put the hash of the switch of possession within the higher-proper nook of the primary web page of the New York Times). Since you can not place the hash of a switch in the identical place twice, this prevents double-spending makes an attempt. However, utilizing a well-known newspaper for this objective has some disadvantages:
- You have to purchase loads of newspapers for the verification course of. Not very sensible.
- Each contract wants its personal house within the newspaper. Not very scalable.
- The newspaper editor can simply censor or, even worse, simulate double-spending by placing a random hash in your slot, making any potential purchaser of your asset suppose it has been offered earlier than, and discouraging them from shopping for it. Not very trustless.
For these causes, a greater place to publish proof of possession transfers wants to be discovered. And what higher possibility than the Bitcoin blockchain, an already established trusted public ledger with robust incentives to maintain it censorship-resistant and decentralized?
If we use Bitcoin, we should always not specify a hard and fast place within the block the place the dedication to switch possession should happen (e.g. within the first transaction) as a result of, identical to with the editor of the New York Times, the miner may mess with it. A greater strategy is to place the dedication in a predefined Bitcoin transaction, extra particularly in a transaction that originates from an unspent transaction output (UTXO) to which the possession of the asset to be issued is linked. The hyperlink between an asset and a bitcoin UTXO can happen both within the contract that points the asset or in a subsequent switch of possession, every time making the goal UTXO the controller of the transferred asset. In this fashion, we’ve clearly outlined the place the duty to switch possession ought to be (i.e within the Bitcoin transaction originating from a specific UTXO). Anyone working a Bitcoin node can independently confirm the commitments and neither the miners nor another entity are ready to censor or intrude with the asset switch in any means.
Since on the Bitcoin blockchain we solely publish a dedication of an possession switch, not the content material of the switch itself, the vendor wants a devoted communication channel to present the customer with all of the proofs that the possession switch is legitimate. This might be achieved in quite a lot of methods, doubtlessly even by printing out the proofs and transport them with a service pigeon, which, whereas a bit impractical, would nonetheless do the job. But the most suitable choice to keep away from the censorship and privateness violations is set up a direct peer-to-peer encrypted communication, which in contrast to the pigeons additionally has the benefit of being straightforward to combine with a software program to confirm the proofs acquired from the counterparty.
This mannequin simply described for consumer-facet validated contracts and possession transfers is precisely what has been applied with the RGB protocol. With RGB, it is attainable to create a contract that defines rights, assigns them to a number of current bitcoin UTXO and specifies how their possession may be transferred. The contract may be created ranging from a template, known as a “schema,” by which the creator of the contract solely adjusts the parameters and possession rights, as is achieved with conventional authorized contracts. Currently, there are two varieties of schemas in RGB: one for issuing fungible tokens (RGB20) and a second for issuing collectibles (RGB21), however sooner or later, extra schemas may be developed by anybody in a permissionless trend with out requiring modifications on the protocol degree.
To use a extra sensible instance, an issuer of fungible property (e.g. firm shares, stablecoins, and so on.) can use the RGB20 schema template and create a contract defining what number of tokens it is going to subject, the title of the asset and a few further metadata related to it. It can then outline which bitcoin UTXO has the correct to switch possession of the created tokens and assign different rights to different UTXOs, equivalent to the correct to make a secondary issuance or to renominate the asset. Each consumer receiving tokens created by this contract might be ready to confirm the content material of the Genesis contract and validate that any switch of possession within the historical past of the token acquired has complied with the principles set out therein.
So what can we do with RGB in follow in the present day? First and foremost, it allows the issuance and the switch of tokenized property with higher scalability and privateness in contrast to any current various. On the privateness facet, RGB advantages from the truth that all switch-associated knowledge is saved consumer-facet, so a blockchain observer can not extract any details about the consumer’s monetary actions (it is not even attainable to distinguish a bitcoin transaction containing an RGB dedication from an everyday one), furthermore, the receiver shares with the sender solely blinded UTXO (i. e. the hash of the concatenation between the UTXO by which she want to obtain the property and a random quantity) as an alternative of the UTXO itself, so it is not attainable for the payer to monitor future actions of the receiver. To additional improve the privateness of customers, RGB additionally adopts the bulletproof cryptographic mechanism to cover the quantities within the historical past of asset transfers, in order that even future homeowners of property have an obfuscated view of the monetary habits of earlier holders.
In phrases of scalability, RGB affords some benefits as nicely. First of all, many of the knowledge is saved off-chain, because the blockchain is solely used as a dedication layer, decreasing the charges that want to be paid and which means that every consumer solely validates the transfers it is fascinated about as an alternative of all of the exercise of a worldwide community. Since an RGB switch nonetheless requires a Bitcoin transaction, the payment saving could appear minimal, however if you begin introducing transaction batching they can shortly turn out to be large. Indeed, it is attainable to switch all of the tokens (or, extra usually, “rights”) related to a UTXO in the direction of an arbitrary quantity of recipients with a single dedication in a single bitcoin transaction. Let’s assume you are a service supplier making payouts to a number of customers without delay. With RGB, you’ll be able to commit in a single Bitcoin transaction hundreds of transfers to hundreds of customers requesting several types of property, making the marginal price of every single payout completely negligible.
Another payment-saving mechanism for issuers of low worth property is that in RGB the issuance of an asset doesn’t require paying charges. This occurs as a result of the creation of an issuance contract doesn’t want to be dedicated on the blockchain. A contract merely defines to which already current UTXO the newly issued property might be allotted to. So in case you are an artist fascinated about creating collectible tokens, you’ll be able to subject as many as you need without cost after which solely pay the bitcoin transaction payment when a purchaser reveals up and requests the token to be assigned to their UTXO.
Furthermore, as a result of RGB is constructed on prime of bitcoin transactions, it is additionally suitable with the Lightning Network. While it is not but applied on the time of writing, it will likely be attainable to create asset-particular Lightning channels and route funds by them, comparable to the way it works with regular Lightning transactions.
Conclusion
RGB is a groundbreaking innovation that opens up to new use instances utilizing a very new paradigm, however which instruments are accessible to use it? If you need to experiment with the core of the expertise itself, you must immediately check out the RGB node. If you need to construct functions on prime of RGB with out having to deep dive into the complexity of the protocol, you need to use the rgb-lib library, which supplies a easy interface for builders. If you simply need to attempt to subject and switch property, you’ll be able to play with Iris Wallet for Android, whose code is additionally open supply on GitHub. If you simply need to study extra about RGB you’ll be able to take a look at this list of resources.
This is a visitor publish by Federico Tenga. Opinions expressed are fully their personal and don’t essentially replicate these of BTC Inc or Bitcoin Magazine.