Glossary

Real-World Assets (RWA)

Traditional financial assets like Treasury bills, bonds, and real estate tokenized on blockchain for DeFi composability.

Key Takeaways

  • Real-world assets (RWAs) are off-chain financial instruments such as Treasury bills, bonds, private credit, and real estate represented as on-chain tokens. The tokenized RWA market surpassed $37 billion in 2026, driven by institutional demand for on-chain yield.
  • Tokenization requires a legal wrapper: typically a Special Purpose Vehicle (SPV) or trust that holds the underlying asset, while blockchain tokens represent contractual claims against that entity. Standards like ERC-3643 embed KYC/AML compliance directly into token transfers.
  • RWAs serve as collateral backing major stablecoin reserves, with protocols like MakerDAO deriving over 60% of their revenue from tokenized Treasuries and credit products.

What Are Real-World Assets (RWAs)?

Real-world assets (RWAs) are traditional financial instruments or physical property that have been tokenized: represented as digital tokens on a blockchain. The underlying asset exists off-chain (a Treasury bill in a custodian's vault, a piece of real estate, a loan agreement), while the token on-chain represents a legal claim to that asset or its cash flows.

The concept bridges decentralized finance (DeFi) and traditional finance (TradFi). Before RWA tokenization, DeFi was limited to crypto-native collateral: ETH, BTC, and other volatile tokens. By bringing stable, yield-generating traditional assets on-chain, RWAs unlock a vastly larger pool of capital for DeFi protocols while giving traditional investors access to 24/7 settlement, fractional ownership, and programmable finance.

The tokenized RWA market (excluding stablecoins) grew from roughly $5.4 billion in early 2025 to over $37 billion by mid-2026, a roughly 600% expansion driven by institutional players like BlackRock, Franklin Templeton, and Ondo Finance entering the space.

How It Works

Tokenizing a real-world asset involves three layers: a legal structure that holds the asset, an on-chain token that represents claims against that structure, and an operational process that keeps the two synchronized.

Most RWA tokenization begins with a Special Purpose Vehicle (SPV) or trust. The SPV is a legal entity created solely to hold the underlying asset and issue tokens against it. This structure serves several purposes:

  • Bankruptcy remoteness: the asset is isolated from the issuer's balance sheet, so if the issuer fails, the asset remains protected for token holders
  • Clear ownership chain: the SPV holds legal title to the asset while tokens represent contractual claims (membership interests, distribution rights, or beneficial ownership) against the SPV
  • Regulatory compliance: the SPV can be domiciled in a jurisdiction that provides clear legal recognition of tokenized securities

A third-party trustee or custodian typically oversees the SPV to ensure assets are properly managed and token holders' rights are honored. For BlackRock's BUIDL fund, for instance, the assets (100% U.S. Treasury bills, repurchase agreements, and cash) are held by institutional custodians and managed under traditional fund governance, while Securitize handles the token issuance.

On-Chain Token Issuance

Once the legal structure is in place, tokens are minted on a blockchain. Unlike standard ERC-20 tokens, RWA tokens typically use permissioned standards that enforce compliance at the smart contract level:

// Simplified ERC-3643 compliant transfer flow
// 1. Check sender identity via ONCHAINID
// 2. Verify receiver meets investor eligibility rules
// 3. Check offering-level compliance rules
// 4. Execute transfer only if all checks pass

function transfer(address to, uint256 amount) {
  require(identityRegistry.isVerified(msg.sender));
  require(identityRegistry.isVerified(to));
  require(compliance.canTransfer(msg.sender, to, amount));
  _transfer(msg.sender, to, amount);
}

The ERC-3643 standard (also known as T-REX) was approved in December 2023 and has become the dominant standard for compliant RWA tokenization. It embeds identity verification through a decentralized identity framework called ONCHAINID, ensuring only KYC-verified participants can hold or transfer tokens, even on permissionless blockchains.

Oracle and Attestation Layer

Since the underlying asset exists off-chain, the on-chain token needs a reliable source of truth for its value and status. This is handled through:

  • Net Asset Value (NAV) oracles: feed the current value of the underlying portfolio to on-chain contracts daily or in real time
  • Attestation services: third-party auditors or custodians publish cryptographic proofs confirming the assets are held as claimed
  • Reserve reporting: periodic disclosures from the SPV or fund manager detailing the exact composition and value of underlying holdings

Major Asset Categories

Tokenized U.S. Treasuries

Tokenized Treasuries are by far the largest RWA category, accounting for roughly 67% of the market with over $14 billion in on-chain value as of Q1 2026. These products invest in short-duration U.S. Treasury bills and repurchase agreements, providing token holders with risk-free yield while maintaining a stable per-token value.

The four largest issuers control approximately 80% of the tokenized Treasury market:

PlatformProductAUM
BlackRock (via Securitize)BUIDL$2.1B+
Ondo FinanceOUSG / USDY$2.1B+
HashnoteUSYC$1B+
Franklin TempletonBENJI$700M+

Private Credit

Private credit represents the second-largest RWA category. Platforms like Centrifuge (which leads this segment with $9.5 billion tokenized) and Maple Finance bring institutional lending on-chain: warehouse credit facilities, trade receivables, and structured credit products are packaged as tokens that DeFi protocols can use as collateral or yield sources.

Commodities and Real Estate

Tokenized commodities posted the strongest percentage gain in 2025-2026, expanding 289% to reach $5.55 billion. Gold-backed tokens (like PAXG and XAUT) dominate this segment. Real estate tokenization, while smaller in market share, enables fractional ownership of commercial and residential properties through SPV structures, lowering minimum investment thresholds from hundreds of thousands of dollars to as little as $50.

RWAs as Stablecoin Collateral

One of the most consequential uses of tokenized RWAs is as backing for stablecoins. Fiat-backed stablecoins like USDC and USDT hold their reserves primarily in U.S. Treasury bills and bank deposits: these are RWAs, even if the tokens themselves are not typically categorized as "RWA tokens."

MakerDAO (now Sky) provides the clearest example of RWAs transforming a DeFi protocol. The protocol's RWA vaults hold over $2 billion in tokenized Treasuries, money market funds, and structured credit products. RWA revenue now accounts for over 60% of Maker's total income, fundamentally shifting the DAI stablecoin from being backed almost entirely by crypto collateral to being substantially backed by traditional financial assets. This transition improved DAI's stability but introduced new trust assumptions around off-chain asset verification.

For a deeper analysis of how stablecoins manage their reserves, see the stablecoin treasury management research article.

Use Cases

On-Chain Yield for DeFi Protocols

Before tokenized RWAs, DeFi yield came almost exclusively from crypto lending and liquidity provision: sources that are highly correlated with crypto market cycles. Tokenized Treasuries and credit products provide uncorrelated, risk-free or low-risk yield that protocols can offer to depositors regardless of crypto market conditions.

Collateral Diversification

Lending protocols can accept tokenized RWAs as collateral, reducing their dependence on volatile crypto assets. This lowers overcollateralization requirements (since Treasuries are far less volatile than ETH or BTC) and makes borrowing more capital-efficient.

Fractional Ownership

Tokenization breaks large, illiquid assets into small, transferable units. A $50 million commercial property can be divided into millions of tokens, each tradeable 24/7 on secondary markets with near-instant settlement. This opens institutional-grade assets to retail investors and improves liquidity for assets that traditionally take weeks or months to transact.

Cross-Border Access

A tokenized U.S. Treasury product can be purchased by an eligible investor in Singapore at 2 AM on a Sunday: no bank wires, no business-hours restrictions, no correspondent banking delays. The blockchain serves as a global payment rail and settlement layer simultaneously. This has particular relevance for stablecoin payment rails that aim to move value across borders efficiently.

Risks and Considerations

Counterparty and Custodial Risk

Unlike holding Bitcoin in self-custody, holding a tokenized Treasury token means trusting the SPV, its custodian, its auditor, and its legal jurisdiction. The token is only as good as the legal structure behind it. If the SPV is mismanaged or the custodian fails, token holders' claims could become uncertain or subordinate to other creditors in bankruptcy proceedings.

Regulatory Uncertainty

Most tokenized RWAs qualify as securities under existing law, subjecting them to registration requirements, investor accreditation rules, and transfer restrictions. Regulatory frameworks vary dramatically by jurisdiction. The EU's MiCA regulation provides some clarity for European issuers, but the U.S. regulatory landscape remains fragmented. The GENIUS Act addresses stablecoin regulation specifically but does not comprehensively cover tokenized securities.

Oracle and Attestation Risk

The link between the on-chain token and the off-chain asset depends on oracles and attestation services. If the NAV oracle reports incorrect values, or if the attestation process fails to detect mismanagement of the underlying assets, token holders may be exposed to losses that blockchain-level transparency cannot prevent. This is a fundamentally different trust model from crypto-native assets where all state is verifiable on-chain.

Liquidity and Redemption Risk

While tokenization improves theoretical liquidity, actual secondary market depth for many RWA tokens remains thin. Redemption back to the underlying asset (or its cash equivalent) typically requires going through the issuer, which may impose delays, minimum redemption amounts, or business-hours restrictions that undermine the 24/7 promise of blockchain-based assets. During market stress, depeg events can occur if redemption demand exceeds the issuer's capacity to liquidate underlying holdings.

Composability Tradeoffs

The permissioned nature of compliant RWA tokens (required KYC, transfer restrictions, whitelisted addresses) limits their composability with permissionless DeFi. A tokenized Treasury cannot be freely deposited into any lending pool or used as collateral in any protocol: it can only interact with contracts and counterparties that meet the token's compliance rules. This creates a tension between regulatory compliance and the open composability that makes DeFi powerful. For more on how yield-bearing products navigate this tradeoff, see the yield-bearing stablecoins research article.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.