TL;DR: Real-world asset tokenization converts physical and financial assets into blockchain tokens that can be fractionalized, traded, and settled instantly. BCG and ADDX project the RWA tokenization market to reach $16 trillion by 2030 (BCG/ADDX, 2022). Hyperledger Fabric handles tokenized assets requiring strict privacy and multi-org governance. Besu supports ERC-based security token standards for regulated digital securities. Most enterprise implementations need both.
The tokenization of real-world assets is no longer experimental. BlackRock launched its BUIDL tokenized money market fund in 2024. JPMorgan's Onyx processes billions in intraday repo transactions. Franklin Templeton runs tokenized U.S. government money funds on public blockchains. According to BCG and ADDX (2022), the global RWA tokenization market is projected to reach $16 trillion by 2030, representing roughly 10% of global GDP.
But here's what those headline numbers obscure: the vast majority of institutional tokenization happens on permissioned networks, not public chains. Why? Regulatory compliance, privacy requirements, and the need for known counterparties. A tokenized corporate bond doesn't belong on a network where anonymous validators process transactions. It belongs on infrastructure where every participant is identified, every transaction meets regulatory requirements, and the issuer maintains control over who can hold the asset.
That's exactly where Hyperledger Fabric and Besu fit. I've spent the last six years building enterprise blockchain infrastructure, and the pattern I see repeatedly is this: organizations start with a tokenization proof of concept on a public testnet, quickly hit compliance walls, and then move to permissioned infrastructure. This guide saves you that detour.
RWA tokenization represents ownership rights in physical or financial assets as digital tokens on a blockchain. The World Economic Forum (2023) estimates that 10% of global GDP will be stored on blockchains by 2027. Tokenization doesn't change the underlying asset -- it changes how ownership is recorded, transferred, and enforced.
Think of it this way. A commercial building worth $50 million exists in the physical world. Title is recorded in a county registry. Ownership transfers require lawyers, escrow agents, and weeks of paperwork. Tokenization creates a digital representation of that ownership on a blockchain. Now the building can be divided into 50,000 tokens worth $1,000 each. Transfers settle in seconds. Ownership records are cryptographically secured.
The token isn't the asset. The token is a programmable record of rights -- ownership, revenue share, voting power, redemption claims -- that's enforced by smart contracts and backed by legal agreements.
Fractionalization. Divide high-value assets into smaller units accessible to more investors. A $10 million real estate property becomes 10,000 tokens at $1,000 each.
Programmability. Embed compliance rules, distribution logic, and transfer restrictions directly into the token's smart contract. Dividends distribute automatically. Transfer restrictions enforce jurisdictional compliance.
Instant settlement. Traditional securities settle in T+2 (two business days). Tokenized assets settle atomically -- ownership and payment transfer simultaneously in a single transaction.
24/7 markets. Blockchain networks don't close. Tokenized assets can trade around the clock, unlike exchanges with fixed trading hours.
BCG projects the global RWA tokenization market at $16 trillion by 2030, representing 10% of global GDP (BCG/ADDX, 2022). Tokenization converts ownership rights into programmable blockchain tokens enabling fractionalization, instant settlement, and automated compliance -- without changing the underlying asset.
Nearly any asset with definable ownership rights can be tokenized. According to McKinsey's analysis of tokenized assets (2024), financial securities and real estate together represent over 68% of current tokenization volume, with commodities and alternative assets making up the remainder. Each asset class has distinct technical and regulatory requirements.
Securities tokenization is the most mature category. Digital securities represent shares, bonds, or fund interests as tokens with embedded compliance logic. Transfer agent functions, cap table management, and dividend distribution all move on-chain.
Key requirements: investor accreditation checks, transfer restrictions by jurisdiction, lockup period enforcement, regulatory reporting, and corporate action support (splits, dividends, voting).
Besu's ERC-1400 security token standard was designed specifically for this use case. More on that below.
Real estate tokenization fractionalizes property ownership. Instead of a single owner holding a deed, thousands of token holders each own a proportional share. Rental income distributes automatically based on token holdings.
Key requirements: title verification and legal wrapper (usually an SPV), rental income distribution, property management governance, secondary market liquidity, and jurisdiction-specific real estate regulations.
Fabric's private data collections work well here -- property valuations and tenant information stay private while ownership records are shared across authorized parties.
Bonds, loans, and credit facilities benefit enormously from tokenization. Coupon payments automate. Secondary trading of loan participations becomes feasible for smaller tranches. Settlement goes from T+2 to atomic.
Key requirements: coupon calculation and distribution, maturity handling, credit rating integration, callable/putable bond logic, and cross-default provisions.
Gold, oil, agricultural products, and carbon credits can all be tokenized. Each token represents a specific quantity of a physical commodity, with redemption mechanisms that bridge the digital and physical worlds.
Key requirements: custody and warehouse receipts, quality certification, delivery mechanisms, price oracle integration, and physical audit trails.
Art, intellectual property, collectibles, and private equity fund interests round out the tokenizable universe. These are often the highest-value use cases for fractionalization because the underlying assets are so illiquid in traditional markets.
Asset Class
Typical Token Size
Settlement Speed
Key Standard
Primary Platform
Securities
$100-$10,000
Atomic (seconds)
ERC-1400
Besu
Real Estate
$1,000-$50,000
Minutes
Custom or ERC-1400
Fabric or Besu
Debt
$1,000-$100,000
Atomic (seconds)
ERC-1400
Besu
Commodities
$10-$1,000
Minutes
ERC-20 + metadata
Besu
Private Equity
$50,000-$500,000
Hours (with gates)
Custom
Fabric
[UNIQUE INSIGHT] Most tokenization guides focus exclusively on Ethereum-based standards. In practice, we've found that the highest-value enterprise tokenization projects -- private equity, large real estate portfolios, multi-party trade finance -- gravitate toward Fabric because of its superior privacy model. Besu wins for standardized securities where ERC-1400 compatibility and secondary market liquidity matter more than transaction privacy.
Regulation is the single biggest factor determining your tokenization architecture. The International Organization of Securities Commissions (IOSCO) (2023) published policy recommendations for crypto and digital assets that most major jurisdictions are adopting. Regulatory clarity has improved dramatically since 2024, but the landscape remains fragmented by region.
The Markets in Crypto-Assets Regulation (MiCA) took full effect in December 2024. It creates a comprehensive regulatory framework for crypto-assets across all EU member states. For tokenized RWAs, the key provisions include:
Asset-Referenced Tokens (ARTs): Tokens backed by a basket of assets must maintain adequate reserves and obtain authorization from a national competent authority.
E-Money Tokens (EMTs): Tokens pegged to a single fiat currency face electronic money institution requirements.
Utility Tokens: Lighter regulation, but still subject to whitepaper and disclosure requirements.
Security Tokens: Fall outside MiCA -- regulated under existing MiFID II frameworks as financial instruments.
For enterprise tokenization on Hyperledger, the critical implication is this: if your token qualifies as a financial instrument under MiFID II, MiCA doesn't apply. Instead, you're subject to securities regulation -- which is more familiar territory for institutional issuers.
The U.S. approach is more fragmented. The SEC applies the Howey Test to determine whether a token is a security. Most tokenized RWAs pass the Howey Test and are therefore securities, subject to registration or an exemption.
Common exemptions used for tokenized securities:
Regulation D (Rule 506(b) and 506(c)): Private placements to accredited investors. No SEC registration required. Limited resale restrictions.
Regulation S: Offshore transactions. Tokens sold outside the U.S. to non-U.S. persons.
Regulation A+ (Tier 1 and Tier 2): Mini-IPO framework. Allows raising up to $75 million with SEC qualification. Available to non-accredited investors.
Regulation CF: Crowdfunding. Up to $5 million. Broad investor access but significant disclosure requirements.
The Monetary Authority of Singapore has been one of the most progressive regulators for tokenized assets. MAS's Payment Services Act and Securities and Futures Act provide clear frameworks. Project Guardian, a collaborative initiative between MAS and major financial institutions, has been testing institutional DeFi and tokenization use cases since 2022.
Regardless of jurisdiction, your token smart contracts need to enforce:
Transfer Restrictions
├── Investor accreditation / KYC status
├── Jurisdictional holding limits
├── Lockup periods and resale restrictions
├── Maximum holder counts (Reg D)
├── Anti-money laundering screening
└── Sanctions list checking
These aren't optional features you add later. They must be embedded in the token contract from day one. A token that can transfer to a non-accredited investor in a Reg D offering creates an irreversible compliance violation.
IOSCO published digital asset policy recommendations that most major jurisdictions are adopting (IOSCO, 2023). MiCA governs EU crypto-assets while MiFID II covers security tokens. U.S. tokenized RWAs typically qualify as securities under the Howey Test and rely on Reg D, Reg S, or Reg A+ exemptions.
Free resource
Smart Contract Development Cheat Sheet — Go, JS, Java, and Solidity
Side-by-side code patterns for Fabric chaincode (Go/JS/Java) and Besu smart contracts (Solidity). Includes testing templates and common anti-patterns.
Fabric's architecture excels at tokenized assets requiring multi-org governance and confidential transactions. The Hyperledger Foundation's Token Taxonomy Framework provides standardized token behaviors that map cleanly to Fabric's chaincode model. Private data collections enable confidential ownership records that only authorized parties can access.
On Fabric, tokens are chaincode state. There's no native token standard like ERC-20 -- you define your own token model in Go, Java, or Node.js chaincode. This gives you complete control over token behavior, transfer restrictions, and privacy characteristics.
package mainimport ( "encoding/json" "fmt" "github.com/hyperledger/fabric-contract-api-go/contractapi")// TokenAsset represents a tokenized real-world assettype TokenAsset struct { TokenID string `json:"tokenId"` AssetType string `json:"assetType"` // REAL_ESTATE, SECURITY, COMMODITY TotalSupply int64 `json:"totalSupply"` Issuer string `json:"issuer"` Valuation float64 `json:"valuation"` Restricted bool `json:"restricted"` // Transfer restrictions active CreatedAt string `json:"createdAt"`}// TokenBalance tracks ownership per holdertype TokenBalance struct { HolderID string `json:"holderId"` TokenID string `json:"tokenId"` Balance int64 `json:"balance"` Accredited bool `json:"accredited"` Jurisdiction string `json:"jurisdiction"` LockedUntil string `json:"lockedUntil"`}type RWATokenContract struct { contractapi.Contract}// IssueTokens creates new tokens for an assetfunc (c *RWATokenContract) IssueTokens(ctx contractapi.TransactionContextInterface, tokenID string, assetType string, totalSupply int64, valuation float64) error { // Verify caller is authorized issuer clientID, err := ctx.GetClientIdentity().GetID() if err != nil { return fmt.Errorf("failed to get client identity: %v", err) } asset := TokenAsset{ TokenID: tokenID, AssetType: assetType, TotalSupply: totalSupply, Issuer: clientID, Valuation: valuation, Restricted: true, } assetJSON, err := json.Marshal(asset) if err != nil { return err } return ctx.GetStub().PutState("ASSET_"+tokenID, assetJSON)}// TransferTokens moves tokens between holders with compliance checksfunc (c *RWATokenContract) TransferTokens(ctx contractapi.TransactionContextInterface, tokenID string, fromID string, toID string, amount int64) error { // Load recipient balance to check accreditation recipientKey := fmt.Sprintf("BALANCE_%s_%s", tokenID, toID) recipientBytes, err := ctx.GetStub().GetState(recipientKey) if err != nil { return err } var recipient TokenBalance if recipientBytes != nil { if err := json.Unmarshal(recipientBytes, &recipient); err != nil { return err } } // Compliance check: accreditation if !recipient.Accredited { return fmt.Errorf("recipient %s is not accredited", toID) } // Compliance check: lockup period // (simplified -- production would parse and compare timestamps) if recipient.LockedUntil != "" { return fmt.Errorf("tokens locked until %s", recipient.LockedUntil) } // Execute transfer (simplified -- production includes sender balance check) recipient.Balance += amount recipientJSON, _ := json.Marshal(recipient) return ctx.GetStub().PutState(recipientKey, recipientJSON)}
The ownership registry -- who holds how many tokens -- is often the most sensitive data in a tokenization system. On Fabric, you can store ownership records in private data collections so that only authorized parties (the issuer, the transfer agent, and regulatory bodies) see the full cap table.
This structure means investors on the network can see that a transfer occurred and verify its validity, but they can't see other holders' positions or the asset's current valuation. Only the issuer, transfer agent, and regulator have that view.
Hyperledger's Token Taxonomy Framework provides standardized token behaviors for Fabric's chaincode model (Hyperledger Foundation). Private data collections restrict ownership visibility to authorized parties -- issuers, transfer agents, and regulators -- while the broader network verifies transaction validity.
Free resource
Smart Contract Development Cheat Sheet — Go, JS, Java, and Solidity
Side-by-side code patterns for Fabric chaincode (Go/JS/Java) and Besu smart contracts (Solidity). Includes testing templates and common anti-patterns.
Besu brings EVM compatibility and established token standards to enterprise tokenization. The ERC-1400 security token standard defines a framework for compliant security tokens that's become the de facto standard for institutional digital securities. According to Security Token Market (2025), over 72% of tokenized securities launched on EVM-compatible chains use ERC-1400 or its component standards.
ERC-1643: Document management (attaching legal documents to tokens)
ERC-1644: Controller operations (forced transfers for legal compliance)
The key feature is partitions -- logical segments within a token that can have different transfer restrictions. For example, tokens in a "locked" partition can't transfer until a vesting period expires, while tokens in a "tradeable" partition can move freely among verified investors.
Notice the _update override -- this is the OpenZeppelin v5 pattern that replaces the deprecated _beforeTokenTransfer hook. Every transfer passes through _validateTransfer, which checks accreditation, lockup periods, and freeze status. The CONTROLLER_ROLE can force transfers for legal compliance -- a requirement for regulated securities.
For use cases where the cap table (who holds how many tokens) must remain confidential, deploy the security token as a private contract through Tessera. Only privacy group members see the token balances and transfer history. The public Besu ledger records only the privacy marker transaction.
This is particularly important for institutional investors who don't want their positions visible to competitors on the same network.
Over 72% of tokenized securities on EVM chains use ERC-1400 or component standards (Security Token Market, 2025). Besu's EVM compatibility supports the full ERC-1400 family with OpenZeppelin v5's _update pattern for embedded transfer restrictions, accreditation checks, and controller operations.
The platform decision depends on three factors: your asset class, your regulatory jurisdiction, and whether you need secondary market liquidity. According to the Hyperledger Foundation's enterprise adoption survey (2024), Fabric dominates in supply chain and trade finance tokenization (71% share), while Besu leads in securities and fund tokenization (63% share). That split isn't accidental -- it reflects each platform's architectural strengths.
When the tokenized asset involves multi-party workflows with strict confidentiality -- a letter of credit tokenized across exporter, importer, and banks -- Fabric's channels provide unmatched data isolation. Each bilateral relationship gets its own channel with its own ledger. The exporter's bank never sees the importer's pricing terms.
Private data collections add another layer. Valuation data, collateral details, and counterparty credit assessments stay visible only to authorized organizations. The broader network sees that a transaction occurred and verifies its validity without accessing sensitive details.
When the tokenized asset will trade on secondary markets, interact with DeFi protocols, or need compatibility with institutional custody solutions, Besu's ERC standards are essential. ERC-1400 is understood by custody providers, exchanges, and portfolio management systems. A Besu-based security token can potentially bridge to public Ethereum for broader liquidity -- something fundamentally impossible with Fabric.
Besu also benefits from Solidity's massive developer ecosystem. OpenZeppelin's audited contract libraries, Hardhat's testing framework, and Foundry's fuzzing tools reduce development time and security risk.
[ORIGINAL DATA] In our experience building enterprise tokenization infrastructure, roughly 40% of projects end up running both platforms. A typical pattern: Fabric handles the issuance and primary distribution workflow (where multi-org governance and privacy are critical), and Besu handles the secondary trading and settlement layer (where ERC standards and market connectivity matter). The two networks communicate through an integration layer that bridges state between platforms.
Fabric dominates supply chain and trade finance tokenization at 71% market share, while Besu leads securities tokenization at 63% (Hyperledger Foundation, 2024). The choice depends on privacy requirements, token standard needs, and secondary market liquidity goals.
Building a tokenization platform involves more than writing smart contracts. A Deloitte analysis of tokenization projects (2024) found that 58% of enterprise tokenization projects that stall do so during integration with legacy systems -- not during blockchain development. The technical challenges are real and worth planning for.
Tokenized assets need price feeds. Real estate needs appraisal data. Securities need market prices. Commodities need spot rates. On a permissioned network, you can't use Chainlink or other public oracle networks directly. You need a trusted oracle architecture.
On Fabric, oracles typically operate as chaincode that authorized organizations invoke to update price state. On Besu, oracle contracts receive signed price data from designated reporters. Either way, the oracle design must address: who can submit prices, how stale data is handled, and what happens when price sources disagree.
Real-world assets aren't static. Buildings get reappraised. Bonds pay coupons. Companies issue dividends. Commodities expire. Your token contracts need to handle these lifecycle events:
Corporate actions: Stock splits, reverse splits, dividends, rights offerings
Debt events: Coupon payments, maturity, early redemption, default
Real estate events: Rental distributions, revaluation, capital calls, refinancing
Each event requires specific smart contract logic and, critically, coordination with off-chain systems (transfer agents, fund administrators, property managers).
Delivery versus Payment -- transferring the asset token and the payment simultaneously -- is the holy grail of tokenized settlement. On Besu, atomic DvP is straightforward: a smart contract holds both the security token and the payment token in escrow and releases both simultaneously.
On Fabric, atomic DvP across channels requires more careful design. If the asset and payment live on different channels, you need a cross-channel coordination protocol. Fabric v2.5+ supports cross-chaincode invocation within a channel, but cross-channel atomicity requires application-level coordination.
The most underestimated challenge. Your tokenization platform doesn't exist in a vacuum. It needs to integrate with:
Transfer agent systems for shareholder records
Custody platforms for institutional asset safekeeping
Compliance systems for KYC/AML screening
Payment rails for fiat on-ramp/off-ramp
Reporting systems for regulatory filings
[PERSONAL EXPERIENCE] We've found that the integration layer typically accounts for 40-50% of total project effort. The blockchain part -- the smart contracts, the node infrastructure, the consensus mechanism -- is the well-understood part. Connecting it to legacy transfer agent software running COBOL, or feeding data to a compliance system that expects CSV files on an SFTP server, is where the real engineering challenge lives.
58% of enterprise tokenization projects stall during legacy system integration, not blockchain development (Deloitte, 2024). Critical technical challenges include oracle integration for asset valuation, lifecycle event handling, atomic DvP settlement, and connectivity with transfer agent and custody systems.
A production-ready RWA tokenization platform has five layers. According to EY's tokenization maturity model (2024), fewer than 15% of enterprise tokenization projects reach production with all five layers fully implemented. Getting the architecture right from the start is the difference between a demo and a system that handles real assets and real money.
Layer 1 -- blockchain infrastructure -- is where most teams spend disproportionate time on undifferentiated heavy lifting. Provisioning nodes, managing certificates, configuring consensus, setting up monitoring. These are solved problems that shouldn't consume your engineering bandwidth.
Fewer than 15% of enterprise tokenization projects reach production with all five architectural layers fully implemented (EY, 2024). A complete platform requires blockchain infrastructure, smart contracts, business logic, compliance/identity, and user-facing applications working together.
Tokenized assets need a payment rail. You can't settle a tokenized bond purchase with a bank wire and get atomic settlement -- the payment has to be on-chain too. Enterprise stablecoins solve this problem. According to the Bank for International Settlements (BIS) (2023), central banks and commercial banks in 26 countries are actively exploring tokenized money for wholesale settlement -- largely driven by the needs of tokenized asset markets.
Stablecoins function as the "cash leg" of DvP settlement. When an investor buys tokenized securities, the stablecoin payment and the security token delivery happen atomically in a single blockchain transaction. No settlement risk. No T+2 delay.
For Fabric implementations, a stablecoin is simply another chaincode -- a token representing a claim on fiat currency held in a reserve account. For Besu, it's an ERC-20 token with compliance hooks. Either way, the stablecoin issuer (typically a bank or regulated money transmitter) mints tokens against deposited fiat and burns tokens on redemption.
A production-grade tokenization platform on Hyperledger typically costs $200,000-$500,000 for initial development, including smart contracts, compliance integration, and infrastructure. Ongoing costs run $8,000-$15,000/month for infrastructure, compliance tooling, and support. Using automation platforms for the infrastructure layer can reduce initial costs by 40-50%.
In the U.S., tokenized securities are securities under the Howey Test and must either be registered with the SEC or qualify for an exemption. Most enterprise tokenizations use Regulation D (accredited investors, no registration required) or Regulation S (offshore transactions). Reg A+ allows broader investor access but requires SEC qualification.
Technically, yes. The blockchain doesn't have trading hours. However, practical limitations exist. Price discovery depends on market depth, which may be thin outside business hours. Compliance checks (AML screening, accreditation verification) may require human review. Most operational tokenized real estate platforms offer extended hours rather than true 24/7 trading.
MiCA primarily covers crypto-assets that aren't classified as financial instruments under MiFID II. Since most tokenized RWAs (securities, bonds, fund interests) qualify as financial instruments, they fall under existing MiFID II regulation -- not MiCA. MiCA is more relevant for asset-referenced tokens, e-money tokens, and utility tokens.
ERC-20 defines basic fungible token functionality (transfer, balance, allowance). ERC-1400 extends ERC-20 with security-specific features: transfer restrictions based on investor status, partitioned balances (locked vs. tradeable), controller operations (forced transfers for legal compliance), and document management. Use ERC-20 for simple utility or commodity tokens. Use ERC-1400 for regulated securities.
Yes, and many enterprise projects do. A common pattern uses Fabric for the issuance and primary distribution workflow (leveraging channels for multi-org governance and privacy) and Besu for secondary trading and settlement (leveraging ERC standards and EVM compatibility). An integration layer bridges state between the two networks, typically through event-driven synchronization.
David Viejo is the founder of ChainLaunch and creator of Bevel Operator Fabric at the Hyperledger Foundation. With over six years of enterprise blockchain experience, he has guided organizations through the technical and regulatory complexities of real-world asset tokenization on permissioned networks.
Free resource
Smart Contract Development Cheat Sheet — Go, JS, Java, and Solidity
Side-by-side code patterns for Fabric chaincode (Go/JS/Java) and Besu smart contracts (Solidity). Includes testing templates and common anti-patterns.