RGB FAQ
  • Welcome to RGB!
  • 💡What is RGB?
  • 📚RGB Resources
  • ⚙️RGB design principles
  • 🎓RGB paradigms
    • Single-use seals
    • Cryptographic commitments
    • Client-side validation
    • Strict encoding
  • 🔖RGB Smart contracts
    • What is a smart contract?
    • What is contract schema?
    • How does one program RGB smart contracts?
    • Do you define the validity of a state transition with Schema?
  • ☣️RGB & ₿itcoin
    • Will RGB require a fork of Bitcoin or Lightning?
    • RGB testnet & mainnet
    • Taproot, Schnorr signatures and RGB
    • Does anything need to happen in Lightning or Bitcoin to enable Lightning on RGB?
    • Is there a plan to work on channel factories?
  • 🎨RGB NFT
    • RGB NFT vs other NFT
    • What's the difference between RGB design of NFTs and common NFT approach?
  • ❓FAQ
    • What is RGB?
    • What does 'RGB' stand for?
    • Is RGB a new blockchain?
    • What can I do with RGB?
    • Is it possible to create a DAO with RGB?
    • RGB vs alternatives
    • Is RGB Turing-complete?
    • Does RGB require Taproot?
    • What RGB is compatible with?
    • Will Simplicity be used in RGB?
    • Why there is no RGB MVP with updates rolling out after?
    • How is confidentiality reached in RGB?
    • How is safety reached in RGB?
    • What is client-side validation?
    • How scalable is RGB?
    • Is there an RGB "Hello World" guide?
  • 📖Glossary
    • Contracts
      • ContractId
      • NodeId
      • Node
      • State
      • State assignment
      • State transition
      • Assignment
      • Assignment variant
      • State data
      • State type
      • Metadata fields
      • Metadata
      • Data type
      • Genesis
    • AluVM
    • Bifrost
    • Client-side validation
    • Contractum
    • Deterministic Bitcoin commitments
      • Container construction/deconstruction
      • Container
      • Commitment
      • Commitment embedding
      • LockScript
      • Proof
      • Protocol-specific entropy
      • Supplement
    • Right
    • Schema & Scripts
      • Schema
      • Field type
      • Assignment type
      • Bit dimensions
      • ABI
      • Script library
      • Occurence boundaries
      • Script extensibility
      • Transition type
    • Single-use seals
      • Witness
      • Seal definition
      • Seal blinding
      • Multimessage commitments
      • Seal closing over message
    • Stash
      • Stash
      • Consignment
      • Disclosure
      • Anchor
      • Forget procedure
      • Merge procedure
      • Validate procedure
      • Conceal procedure
      • Consign procedure
    • Encodings
      • Merklization commitment encoding
      • Storage encoding
      • Strict encoding
      • Pedersen commitments
      • Blinding factors
      • Buletproofs
      • Conceal
      • Commitment encoding
  • 🙋Community
    • Developer calls
    • Presentation slides
    • YouTube
    • Getting familiar with RGB
    • Articles & interviews on RGB
Powered by GitBook
On this page
  • RGB main properties:
  • RGB main features:
  • What one needs to distinguish when it comes to RGB:

Was this helpful?

  1. FAQ

What is RGB?

RGB is client-side validated state and smart contracts system operating on Layer 2 and 3 of Bitcoin ecosystem.

  • RGB is not a token protocol. Though issuance and management of highly scalable, programmable and private assets of different sort is possible with RGB, it can be applied in many indusrtied far beyond financial world.

  • Works with Lightning Network

  • No on-chain usage nor trackable footprint because of client-validated paradigm

  • Scales independently from Bitcoin timechain

  • Includes zero-knowledge & privacy built on best research-based products

      • Mimblewhimble: Bulletproofs by Andrew Poelstra

      • Liquid: Confidential Assets by Blockstream

RGB main properties:

  • Confidentiality

  • Safety

  • Scalability

  • No bitcoin timechain congestion: transactions keep only homomorphic commitments which require no additional storage

  • Future-ready without hardforks

  • Higher censorship-resistance than in bitcoin: miners do not see that there is something going on with assets in transactions

RGB main features:

  • able to manage rich state

  • Operates on top of Bitcoin transaction graph, either from Bitcoin blockchain, or Lightning channel (or any other kind of state channel). Can work on top of Bitcoin as Layer 2 solution and on top of Lightning Network as Layer 3 one

  • Can be scripted with Turing-complete formally-verified 
Simplicity scripting language by Blockstream (once it's released)

Basically, RBG is a digital rights management system. Issuance, burning, secondary issuance, reissuance etc - are different forms of rights managed by RGB, alongside asset ownership rights. How these rights are structured and managed is defined by particular RGB Schema. Rights are controlled by Bitcoin script in Bitcoin transaction output; i.e. whoever can spend the output, has/owns the right, which was assigned to that output. Assignments are done with the current right owner; i.e. in case of genesis, is the issuer.

Additionally to rights (defined by RGB but controlled by Bitcoin script), RGB can add state data. Which state can be added to which right is again, defined by the Schema. The state can also evolve/change with each right transfer (aka state transition). The rules on how the state can evolve (like the sum of inputs must be equal for the sum of outputs for token ownership right) are defined by Simplicity script at the level of RGB.

What one needs to distinguish when it comes to RGB:

  1. Bitcoin data structures, for instance UTXO

  2. RGB data structures, for instance state transition, genesis, owned right assignment, state data, metadata

  3. RGB concepts, which are not always directly mapped to (1) and (2), which are “single-use-seal”, “owned right”

PreviousFAQNextWhat does 'RGB' stand for?

Last updated 3 years ago

Was this helpful?

uses client-side validation paradigm offered by , where the data is held by a “state owner” (like asset owner) and not by public consensus

❓
Peter Todd