RGB Ownership Explained: No Liveness Required

This clip is from an interview with Stefano Pellegrini, a developer on the RGB Protocol Team, recorded at the Tuscany Lightning Summit 2025 in Viareggio, Italy. He walks through what client-side validation on RGB Protocol on Bitcoin actually requires from a wallet, and why RGB ownership works differently from Lightning.

In Brief

  • No liveness required: unlike Lightning, which relies on watchtowers, an RGB wallet just needs reliable backups, with no fixed schedule for staying online
  • Ownership lives on a UTXO: spending it transfers the asset, giving RGB double-spend prevention for free
  • RGB transitions form a DAG, which can follow the Bitcoin transaction graph or run separately, depending on wallet design
  • On-chain, RGB transfers look ordinary: the only trace is a commitment (OP_RETURN or Taproot) that reveals nothing about the asset or amount
  • Forward privacy, not backward: a receiver sees an asset’s full history, but a blinded UTXO hides where it goes next

Why Doesn’t RGB Need a Wallet to Stay Online?

Client-side validation means a wallet has to keep track of more than just its master private key, so a mnemonic phrase alone isn’t enough to restore a wallet, since the wallet has to back up the extra validation data too. Lightning shares that part of the tradeoff, since its wallets also need to store more than the Bitcoin master key.

Instead, RGB Protocol on Bitcoin and Lightning diverge on liveness. A Lightning wallet has to check in periodically to catch a channel counterparty trying to broadcast an outdated state and steal funds, and watchtowers exist for this reason. An RGB wallet carries no such requirement. It just needs a reliable way to back up its extra data, as it doesn’t need to follow any schedule to stay online.

How Does RGB Ownership Work?

RGB ownership of an asset (or more generally, of any RGB contract state) is tied directly to a Bitcoin UTXO. In practical terms, giving up that ownership means spending the UTXO that carries it, and nothing more. That single rule is what lets RGB inherit Bitcoin’s double-spend prevention without building anything new: a UTXO can’t be spent twice, so the assets tied to it can’t be either.

Every RGB state transition assigns ownership to another UTXO, which can already exist in the Bitcoin UTXO set, or can be created by the very same Bitcoin transaction that spends the old one. Because of this design choice, the resulting graph of RGB transitions is a directed acyclic graph (DAG) that may track the graph of Bitcoin transactions one-to-one, or run separately from it: a decision made by the wallet developer, or even the user.

“A Bitcoin transaction that includes an RGB transaction is basically indistinguishable from any other Bitcoin transaction on-chain, apart from the fact that it may include an output which has a commitment — but the commitment doesn’t reveal anything about what the assets that are moved are, or the amounts, or whatever.”

An OP_RETURN or a Taproot output (opret or tapret) carries that commitment. Practically, this setup also means a payer can reach a recipient two ways: by sending to a Bitcoin address, or by sending directly to one of the recipient’s existing UTXOs.

Does RGB Offer Forward or Backward Privacy?

Receiving an RGB asset comes with an obligation: the receiver has to validate, client-side, the entire history of that asset back to genesis, back to the moment it was first issued. As a result, this validation implies that a receiver learns about every previous owner of that allocation, since each one is tied to a specific UTXO.

However, RGB hides where the asset goes next. For instance, a receiver can accept assets on an existing UTXO, blinded with a private value only they know. The payer knows they’re paying that person, but not which UTXO receives the funds: that detail only becomes visible to future owners, and only after the current receiver spends it forward.

RGB doesn’t offer much backward privacy, but it does offer forward privacy.

Further Reading


Similar Posts

  • Tether Plans to Issue USDt on RGB Protocol on Bitcoin

    August 27, 2025 — Lugano, Switzerland This article is adapted from the original announcement published by the RGB Protocol Association. Some terminology has been updated to reflect v0.11.1 conventions. Tether has announced its intention to bring USD₮ to RGB Protocol on Bitcoin, the next-generation protocol for issuing and transacting digital assets natively on Bitcoin and…

  • RGB Protocol Association Founded: Swiss Organization to Accelerate RGB Protocol on Bitcoin

    The RGB Protocol Association is the Swiss non-profit organization that supports the development and adoption of RGB Protocol on Bitcoin, the open protocol for issuing and transferring digital assets natively on Bitcoin and the Lightning Network. Founded in July 2025, the Association brings together the organizations and individuals building on RGB Protocol on Bitcoin v0.11.1,…

  • What is RGB Protocol on Bitcoin? A complete guide

    Disclaimer: for education purposes some of the concepts described in this article have been simplified, and to avoid overwhelming the reader with new terms also the terminology may differ from technical specifications. There is a growing interest in the issuance of digital assets on top of Bitcoin and Lightning Network, but most approaches required compromises…

  • RGB: Bitcoin’s Pandora’s Box

    In Brief The following is a guest essay by Anant Tapadia, founder of Bitcoin Tribe, the team behind the Tribe RGB wallet. It reflects his own view on the risks and promise of RGB Protocol on Bitcoin — published here as-is, opinions included. A Song of Ice and Fire Every new idea in Bitcoin carries…

  • RGB Protocol on Bitcoin, Explained From the Start: Federico Tenga at Plan ₿ Forum 2022

    This article is based on the talk “RGB Protocol: Asset Issuance on Bitcoin and Lightning Network,” given by Federico Tenga (Bitfinex team) at Plan ₿ Forum 2022 in Lugano. Before RGB Protocol on Bitcoin reached mainnet, before v0.11.1, before Tether chose it for USDT, there was this talk. In 2022, Federico Tenga stood in front…

  • RGB on Lightning: What’s Coming Next

    This article is based on Zoe Fatilbà’s talk on the RGB Lightning roadmap at the Tuscany Lightning Summit 2026, Viareggio, Italy, May 12–13, 2026. Key takeaways: How Does RGB Protocol Work on the Lightning Network? RGB Protocol on Bitcoin works through client-side validation: asset data never touches the chain, and only the parties involved in…