RWA Tokenization and CBDCs: What to Expect Next

RWA tokenization and CBDCs are starting to meet in the same part of financial infrastructure: settlement. Tokenized Treasury funds, gold, private credit, and money market products are already live on-chain, while central banks test wholesale CBDCs for interbank and securities settlement. The next phase will not be one winner replacing everything else. Expect stablecoins, tokenized bank deposits, regulated tokenized assets, and wholesale CBDCs to run side by side.
Where RWA Tokenization Stands Today
Real-world asset tokenization has moved past the pilot-only stage. The numbers vary because analysts count the market differently. Some exclude stablecoins. Some include public-chain assets only. Others fold in private networks and broader tokenized value.

Even with those differences, the direction is clear. Industry recaps put the tokenized RWA market, excluding stablecoins, at roughly $15 billion by December 2024, up around 85 percent year over year. Trackers such as RWA.xyz have reported tens of billions of dollars in on-chain RWAs, and a much larger tokenized value figure once stablecoins and related assets are included. Growth has continued across 2025.
The biggest category is not exotic. It is fixed income.
- Government debt and money market instruments: Tokenized U.S. Treasuries, bonds, and money market funds are the largest segment, estimated near $10.5 billion in 2024.
- Gold and commodities: Tokenized gold and commodity products hold a large share of current RWA value.
- Tokenized equities: These often rely on synthetic exposure, depositary receipts, or other regulated wrappers.
- Private credit and real estate: Growing, but harder to scale because pricing, disclosure, servicing, and investor eligibility are more complex.
To be blunt, tokenized Treasuries are winning first because they solve a simple problem: on-chain investors need yield-bearing, liquid, lower-risk collateral. Real estate tokenization sounds more exciting. But a Treasury bill is far easier to price, custody, transfer, and audit.
Where CBDCs Stand Today
CBDC work is almost universal among central banks, but live deployment is still limited. IMF and BIS surveys have found that more than 90 percent of surveyed central banks are exploring retail CBDCs, wholesale CBDCs, or both.
The key distinction matters.
- Retail CBDC: A digital form of central bank money for the public, similar to digital cash.
- Wholesale CBDC: A digital settlement asset for banks, market infrastructures, and selected financial institutions.
Wholesale CBDCs are moving faster. BIS survey data shows many advanced-economy central banks piloting or developing wholesale systems, while retail CBDCs stay cautious. Only a handful of countries have launched live retail CBDCs, including The Bahamas with the Sand Dollar, Jamaica with Jam-Dex, and Nigeria with the eNaira.
That split is logical. A wholesale CBDC improves settlement between institutions without changing how every citizen stores money. A retail CBDC raises bigger questions: privacy, bank deposit outflows, offline payments, transaction limits, identity checks, and political acceptance.
Why RWA Tokenization and CBDCs Are Connected
Tokenized assets need a payment leg. If you buy a tokenized bond, the asset token must move to you and the cash must move to the seller. In traditional markets, settlement systems handle that, using central bank money where possible. On-chain, the cash leg today is usually one of three things:
- Stablecoins backed by cash or short-term government securities
- Tokenized commercial bank deposits
- Test forms of central bank money in pilots
This is where wholesale CBDCs matter. A wholesale CBDC could act as the cash leg for delivery versus payment, often called DvP, in tokenized securities markets. It could also support repo transactions using tokenized government bonds as collateral, margin transfers, and payment versus payment workflows for foreign exchange.
The strongest use case is not a consumer buying coffee with a CBDC. It is a bank settling a tokenized security transaction with finality in central bank money.
What Will Happen Over the Next 3 to 5 Years
1. Fixed Income Will Keep Leading RWA Tokenization
Expect tokenized Treasury funds, money market products, and short-duration bond funds to keep growing. They are easier for institutions to approve than long-tail private assets. They also fit current on-chain demand: collateral, cash management, and yield.
Private credit and real estate will grow too, but more slowly. These products need stronger servicing, valuation, investor verification, and dispute processes. A smart contract cannot magically fix a bad loan file.
2. Wholesale CBDC Pilots Will Focus on Securities Settlement
Central banks are likely to connect wholesale CBDC pilots with tokenized securities platforms. The reason is practical. DvP settlement gives policymakers a narrow, measurable use case. You can test whether tokenized cash and tokenized assets reduce settlement risk, shorten settlement cycles, and improve collateral mobility.
Projects here will likely use permissioned networks or controlled public-chain environments. Full open access is unlikely for systemically important settlement at first.
3. Stablecoins Will Not Disappear
Stablecoins already have scale. They grew from a few billion dollars in 2020 to well over $150 billion by 2024, and they serve users across exchanges, DeFi protocols, remittances, and dollar liquidity markets.
Wholesale CBDCs may take over some institutional settlement flows, but stablecoins will stay useful where users need 24/7 access, global distribution, and integration with public blockchain applications. The more likely outcome is coexistence: CBDCs for central bank settlement, tokenized deposits for bank-led networks, and regulated stablecoins for broader digital asset markets.
4. Retail CBDCs Will Stay Cautious
Retail CBDCs will keep being tested, especially in emerging markets where financial inclusion and payment resilience are policy goals. But broad retail adoption in large advanced economies is not a near-term certainty.
Public trust is the blocker. Users want privacy. Banks worry about deposit flight. Regulators want AML and CFT compliance. Those goals pull in different directions.
Technical Issues Builders Should Watch
If you are building in this space, the hard parts are not only token minting and transfers. They are identity, permissions, settlement finality, custody, and recovery.
A small but real example: many regulated token designs use allowlists or identity registries. A transfer can fail even when the wallet has enough balance, because the recipient has not passed KYC. If your front end only shows a generic failure, users will see something like execution reverted and open a support ticket. Also, OpenZeppelin Contracts 5.x moved many ERC-20 failures toward custom errors such as ERC20InsufficientBalance(address, uint256, uint256). If your monitoring tools expect the old revert strings from earlier versions, your error handling may quietly break.
For RWA tokenization and CBDCs, that kind of detail matters. Institutional systems need clear failure reasons, audit trails, role controls, and recovery procedures. A failed transfer is not just a failed transaction. It may affect settlement cutoffs, collateral calls, or regulatory reporting.
Regulation Will Shape the Market More Than Code
Most tokenized RWAs are still traditional financial instruments in digital form. A tokenized fund share is still a fund share. A tokenized bond is still a bond. So securities law, custody rules, transfer restrictions, tax treatment, and investor eligibility do not vanish.
CBDCs face a different policy stack: monetary sovereignty, financial stability, privacy, AML and CFT obligations, and operational resilience. The overlap between these two areas will push institutional tokenization toward permissioned access, verified identity, and regulated settlement assets.
This is why public-chain RWA products and bank-led tokenization platforms may develop differently. Public chains give broader composability. Permissioned networks give institutions more control over participants, data, and settlement rules. Neither model is perfect. Use the public route when distribution and programmability matter. Use permissioned infrastructure when legal finality, privacy, and institutional governance are non-negotiable.
What Enterprises Should Prepare For
If you work at a bank, asset manager, fintech, or enterprise treasury team, start preparing for a multi-asset settlement environment. The question will not be "Which chain wins?" It will be "Which settlement asset is acceptable for this transaction?"
- Map your cash legs: Identify where stablecoins, tokenized deposits, or future wholesale CBDCs could fit.
- Review custody models: Separate asset custody, key management, transfer approvals, and recovery controls.
- Track legal finality: Confirm when a token transfer equals legal ownership transfer in each jurisdiction.
- Build compliance into workflows: KYC, sanctions screening, transfer restrictions, and reporting should not be afterthoughts.
- Train technical and risk teams together: Smart contract teams need to understand settlement risk. Compliance teams need to understand wallets and token standards.
Professionals who want structured learning can treat this topic as a bridge between blockchain architecture and financial market infrastructure. Blockchain Council programs such as the Certified Blockchain Expert and Certified Blockchain Developer credentials help you build practical knowledge in smart contracts, token standards, and enterprise blockchain systems.
The 5 to 10 Year Outlook
Over a longer period, RWA tokenization and CBDCs will likely become part of the same settlement fabric. Certain funds and securities may be issued in tokenized form by default. Wholesale CBDCs may become common settlement rails for large-value tokenized transactions in some jurisdictions. Stablecoins will still serve open digital markets, especially where public-chain access matters.
The strongest near-term bet is simple. Regulated tokenized fixed income grows first. Wholesale CBDCs support institutional settlement first. Retail CBDCs move slowly. If you are building skills now, focus on token standards, custody, compliance design, DvP mechanics, and the difference between stablecoins, tokenized deposits, and central bank money.
Your next step: build or review a simple tokenized bond workflow on a test network, then map how the cash leg would settle with a stablecoin, a tokenized deposit, and a wholesale CBDC. That exercise will teach you more than another abstract debate about the future of money.
Related Articles
View AllDigital Assets
Is an RWA Tokenization Certification Worth It? Benefits, Careers, and ROI
Is an RWA tokenization certification worth it? Learn the benefits, career paths, market growth, and ROI factors for blockchain and finance professionals.
Digital Assets
How to Become an RWA Tokenization Expert: Skills, Tools, and Career Path
Learn how to become an RWA tokenization expert with the right blockchain, finance, compliance, tools, and career roadmap for tokenized assets.
Digital Assets
RWA Tokenization Trends in 2026: Regulation, DeFi, AI and Institutional Adoption
RWA tokenization trends in 2026 show rapid institutional growth, clearer regulation, deeper DeFi use, AI-driven operations, and real liquidity risks.
Trending Articles
AWS Career Roadmap
A step-by-step guide to building a successful career in Amazon Web Services cloud computing.
What is AWS? A Beginner's Guide to Cloud Computing
Everything you need to know about Amazon Web Services, cloud computing fundamentals, and career opportunities.
Can DeFi 2.0 Bridge the Gap Between Traditional and Decentralized Finance?
The next generation of DeFi protocols aims to connect traditional banking with decentralized finance ecosystems.