✨RBO Tokens
Definition and Issuance
In the traditional financial system, asset issuance is typically managed by central institutions that control the creation and distribution of assets. However, the advent of blockchain technology has made decentralized asset issuance possible. On the Bitcoin network, asset issuance can be achieved by creating tokens that represent various types of assets, from digital currencies to digital representations of physical assets.
Rainbow Protocol makes asset issuance on the Bitcoin network easier and more efficient by providing standardized and simplified asset issuance scripts. Rainbow Protocol writes data envelopes in Taproot's segregated witness data, including protocol feature codes and operation fields, with other data encapsulated in CBOR format. The data format is as follows:
These assets are defined as RBO Tokens in Rainbow Protocol. We currently support the opcode "Init," and only scripts that comply with the rules will create RBO assets.
RBO Tokens
Rainbow Protocol defines fungible tokens as RBO Tokens. These assets are issued on the Bitcoin network, following Bitcoin Taproot transaction standards:
A Commit transaction calculates the unlocking address and participates in the asset issuance declaration.
A Reveal transaction signs the unlocking address and establishes issuance rights.
After the Reveal transaction is confirmed, minting and transfer transactions can only be initiated after six blocks.
Issuance Script:
Token Definition(init-payload):
Last updated