What Is Tokenization: Digital Assets Explained
Learn how tokenization converts real-world assets into blockchain-based digital tokens, enabling fractional ownership and efficient settlement in fina...
Tokenization in financial markets is the process of converting ownership rights in a real-world asset into a digital token recorded on a blockchain or distributed ledger, creating a tradeable, divisible representation of that asset that can settle on-chain and be transferred between verified investors without requiring traditional intermediaries.
The result is a new category of financial instrument called a tokenized asset. "Digital asset" is the broader umbrella term covering cryptocurrency, stablecoins, NFTs, and tokenized financial assets. This article focuses specifically on the last category: the conversion of established financial instruments and real-world assets into blockchain-based tokens governed by securities law. (Central bank digital currencies, or CBDCs, such as China's digital yuan or the ECB's digital euro project, are a separate government-issued category distinct from tokenized private assets.)
This article covers how tokenization works mechanically, which asset classes support active markets, how it compares to traditional securitization, which regulatory frameworks govern it across five jurisdictions, and which institutions are operating in this market today.
Is Tokenization the Same as Cryptocurrency or NFTs?
Tokenization, cryptocurrency, and non-fungible tokens (NFTs) all run on blockchain infrastructure, but they represent three structurally distinct categories of digital asset with different underlying values, different regulatory classifications, and different risk profiles. Conflating them is the most common error finance professionals and retail investors make when encountering the topic for the first time.
Tokenized assets vs. cryptocurrency. Cryptocurrency (Bitcoin, Ether, Solana) is a native digital currency that exists solely on its respective blockchain network, with no underlying physical or financial asset backing its value. A tokenized asset is structurally different: it represents ownership in a pre-existing, real-world asset whose value derives from that underlying asset, not from speculation on the token itself. The value of a tokenized bond token derives from the bond's coupon payments and principal repayment. The value of Bitcoin derives entirely from market supply and demand. Most cryptocurrencies are classified as commodities (Bitcoin) or sit in regulatory grey zones; tokenized financial assets representing investment contracts are classified as securities and subject to securities law.
Table T01: Tokenized Asset vs. Cryptocurrency
| Dimension | Tokenized Asset | Cryptocurrency |
|---|---|---|
| Underlying Value | Real-world asset (bond, property, fund) | No underlying asset; value from market supply and demand |
| Regulatory Classification | Security (in most jurisdictions) | Commodity (Bitcoin) or unclassified |
| Value Derivation | Asset cash flows, appreciation | Speculative trading demand |
| Investor Protection | Securities law applies | Minimal regulatory protection |
Tokenized assets vs. NFTs. An NFT (Non-Fungible Token) is a unique digital token that cannot be exchanged on a one-for-one basis with another token of the same type. Unlike a $10 bill (fungible), each NFT is one-of-a-kind. NFTs typically represent unique digital or physical items such as artwork, collectibles, or gaming assets, rather than regulated financial instruments. Most NFTs are not classified as securities and are not subject to securities law. The NFT speculation cycle of 2021 to 2022 was a distinct market phenomenon separate from the institutional-grade financial asset tokenization described in this article.
Table T02: Security Token vs. NFT
| Dimension | Security Token | NFT |
|---|---|---|
| Fungibility | Fungible: each token is identical and interchangeable | Non-fungible: each token is unique |
| Regulatory Status | Regulated as a security in most jurisdictions | Generally unregulated; may qualify as security in specific cases |
| Underlying Value | Regulated financial instrument (bond, equity, fund) | Unique digital or physical item (art, collectible) |
| Market Context | Institutional capital markets infrastructure | Consumer collectibles and digital media markets |
How Does Tokenization Work?
Tokenization converts asset ownership into blockchain-based digital tokens through a five-stage process: legal structuring, token creation, compliance embedding, issuance, and secondary market transfer.
[INFOGRAPHIC: Tokenization Process Flow]
Asset Selection and Legal Structuring. The asset owner establishes legal documentation that defines the ownership rights being tokenized. A special purpose vehicle (SPV) or equivalent legal wrapper is typically created to hold the underlying asset and issue enforceable claims against it. This step produces the legal foundation that the tokens represent.
Token Creation (Minting). A smart contract (a program stored on a blockchain that executes predefined actions automatically) creates a defined number of digital tokens. Each token represents a fractional ownership claim in the underlying asset. This process is called minting.
KYC/AML Compliance Embedding. The smart contract encodes a whitelist of verified investor wallet addresses (digital account identifiers on a blockchain network). Only wallets that have completed identity verification through a registered compliance provider can receive security tokens. Non-compliant wallets are rejected automatically at the point of transfer.
Issuance and Distribution. Tokens are sold to investors through a Security Token Offering or private placement. Stablecoins (digital tokens pegged to fiat currency, such as USDC) may serve as the on-chain settlement currency for these transactions.
Secondary Market Transfer and Automated Distributions. Tokens trade on authorized platforms. Smart contracts automatically execute coupon payments, dividends, or rental income distributions directly to verified token holders' wallet addresses, without manual transfer agent processing.
For a deeper explanation of the underlying code structure, see [INTERNAL LINK NEEDED: smart contracts explained for finance professionals].
What Is a Distributed Ledger, and Why Does It Matter for Tokenization?
Distributed ledger technology (DLT) is the broader technology category that encompasses blockchain networks. DLT means that ownership records exist on a shared network of computers rather than a single institution's database, making them more resistant to tampering, single-point failure, and unauthorized alteration. A blockchain is one specific type of DLT that organizes data into chronologically linked blocks.
This distinction matters for institutional readers: many regulated tokenization platforms use permissioned DLT networks (such as R3 Corda or Hyperledger Fabric) that are not public blockchains. These permissioned networks restrict participation to authorized institutions, addressing the compliance and confidentiality requirements that public blockchain infrastructure cannot meet.
What Is a Blockchain in the Context of Tokenization?
A blockchain network is a shared, tamper-resistant digital ledger maintained by a network of computers rather than a single institution. Think of it as a publicly auditable, shared version of a company's cap table, updated in real time and visible to all authorized parties. Three properties make blockchain infrastructure useful for tokenization: immutability (ownership records cannot be altered retroactively), transparency (all token transactions are visible and verifiable to authorized parties), and programmability (smart contracts can enforce transfer rules automatically).
The Ethereum blockchain is the most widely deployed public blockchain for tokenization, due to its mature smart contract capabilities. It hosts three token standards relevant to financial markets: ERC-20 (fungible tokens, used for tokenized bonds and fund shares), ERC-1400 (a security token standard with built-in compliance controls that restricts transfers to whitelisted wallets), and ERC-721 (the non-fungible token standard used for NFTs). Public Ethereum has throughput constraints and transaction cost considerations that make it suboptimal for high-volume institutional settlement, which is why many institutional platforms use Ethereum-compatible but permissioned networks such as JP Morgan's Onyx blockchain. For a broader discussion of infrastructure choices, see [INTERNAL LINK NEEDED: blockchain infrastructure for financial markets].
What Is a Smart Contract in Tokenization?
A smart contract is a program stored on a blockchain that automatically executes predefined actions when specific conditions are met. The closest traditional finance analog is an escrow arrangement that releases funds upon delivery confirmation, but without requiring a third-party intermediary to execute the release. Smart contracts do not replace legal agreements; they automate the execution of terms documented in a traditional legal agreement.
Smart contracts perform three core functions in tokenization: token issuance (creating and distributing tokens to verified investors), transfer enforcement (checking whether a recipient wallet is on the KYC/AML whitelist before executing a transfer, rejecting non-compliant transfers automatically), and automated distributions (paying coupon interest, dividends, or rental income directly to token holders' wallets on a predefined schedule).
Know Your Customer and Anti-Money Laundering (KYC/AML) compliance is embedded in the smart contract through this whitelisting mechanism. Securities law in all major jurisdictions requires that investors in regulated financial instruments be identified and screened for money laundering risk. In tokenized securities, the smart contract enforces this requirement at the protocol level: only wallet addresses that have completed approved identity verification can hold or receive security tokens. The ongoing compliance challenges are addressed in detail in the regulatory section below.
What Types of Tokens Are Used in Financial Markets?
Tokens used in financial markets fall into two legally distinct categories with fundamentally different regulatory treatments: security tokens, which represent regulated investment instruments subject to securities law, and utility tokens, which grant access to a platform or service and are generally not classified as securities.
What Is a Security Token?
A security token (in the financial markets context, distinct from IT authentication devices such as hardware keys) is a digital token that represents ownership in a regulated financial instrument, such as equity in a company, debt in a bond, or an interest in a fund, and is therefore subject to securities law in the jurisdiction where it is issued or sold.
In the United States, the Howey Test determines whether a token qualifies as a security: a token is a security if it represents an investment of money in a common enterprise with an expectation of profit derived primarily from the efforts of others. Most tokenized financial assets meet this test. ERC-1400 is a token standard specifically designed for security tokens, with compliance controls built into the token's transfer logic to enforce KYC/AML requirements automatically.
Utility tokens, by contrast, grant holders access to a service, product, or platform. Exchange governance tokens and software access tokens are common examples. Utility tokens are generally not subject to securities law, though the line between utility and security classification is subject to active regulatory interpretation in the United States and other jurisdictions.
Table T03: Security Token vs. Utility Token
| Dimension | Security Token | Utility Token |
|---|---|---|
| Definition | Represents ownership in a regulated investment instrument | Grants access to a platform, product, or service |
| Regulatory Classification | Classified as a security; subject to securities law | Generally not a security; regulatory status varies |
| Investor Rights | Ownership, income rights, potential capital appreciation | Access rights; no ownership or income claim |
| Compliance Requirements | KYC/AML, securities registration or exemption required | Minimal in most jurisdictions; under active regulatory review |
What Is a Security Token Offering (STO)?
A Security Token Offering (STO) is the regulated process by which a company or fund raises capital by issuing security tokens to investors on a blockchain, subject to the same securities regulations that govern traditional capital raises. An STO is the tokenization-era analog of an IPO for equity or a bond issuance for debt.
The defining distinction between an STO and an Initial Coin Offering (ICO) is regulatory compliance. ICOs, which proliferated in 2017 and 2018, were largely unregistered offerings that resulted in widespread fraud and regulatory action. STOs are explicitly structured to comply with applicable securities law from the outset. In the United States, STOs typically rely on Reg D (private placement to accredited investors), Reg A+ (smaller public offerings up to $75 million), or Reg CF (crowdfunding exemptions). In the European Union, STOs fall under the Prospectus Regulation for tokenized securities, while utility token and stablecoin offerings fall under the Markets in Crypto-Assets Regulation (MiCA). For a detailed walkthrough, see [INTERNAL LINK NEEDED: security token offering guide].
What Assets Can Be Tokenized?
Any asset with a clear legal ownership structure and a defined cash flow or value profile can, in principle, be tokenized. The practical question in 2025 is which asset classes have the regulatory clarity, institutional demand, and secondary market infrastructure to support active markets at scale.
Table T04: Asset Class Tokenization Taxonomy
| Asset Class | Tokenization Status (2025) | Named Example |
|---|---|---|
| Government Bonds | Active: sovereign and supranational issuances completed | World Bank bond-i (2018), EIB digital bond |
| Investment Funds | Active: major asset managers operating | BlackRock BUIDL, Franklin Templeton OnChain |
| Corporate Bonds | Active: bank pilots and live issuances | HSBC Orion, Goldman Sachs Digital Asset Platform |
| Real Estate | Active: retail and institutional platforms operating | RealT, Lofty |
| Private Equity | Early-stage: platforms emerging | Securitize |
| Commodities | Pilot-stage: gold tokenization active | Paxos Gold |
| Infrastructure | Emerging: limited live examples | Project-specific SPVs |
What Is Real-World Asset (RWA) Tokenization?
Real-world asset (RWA) tokenization applies the tokenization process to physical or traditional financial assets that exist outside the blockchain, including real estate, bonds, commodities, private equity, and infrastructure. This distinguishes RWA tokenization from crypto-native tokens, which exist and derive value entirely within blockchain ecosystems.
RWA tokenization is the category driving the greatest institutional interest and market growth in 2025. It brings the liquidity and automation benefits of blockchain infrastructure to asset classes that are traditionally illiquid, slow to settle, and restricted to institutional access. BCG projects the tokenized asset market to reach $16 trillion by 2030 (BCG, "Relevance of On-Chain Asset Tokenization in Crypto Bear Markets"). Named examples span asset classes: tokenized real estate (RealT, Lofty), tokenized government bonds (World Bank bond-i, European Investment Bank digital bond), and tokenized funds (BlackRock BUIDL, Franklin Templeton OnChain US Government Money Market Fund).
Tokenized Real Estate
A commercial real estate property valued at $20 million can be tokenized into 20 million tokens at $1 each, allowing investors to purchase fractional exposure to rental income and property appreciation in $1 increments. Platforms including RealT and Lofty operate in this market, enabling retail investors to hold fractional ownership stakes in individual properties. For a practical guide to evaluating these platforms, see [INTERNAL LINK NEEDED: tokenized real estate investment guide].
Tokenized real estate is structurally different from a Real Estate Investment Trust (REIT). A REIT is a fund that pools multiple properties and trades as a security on a stock exchange. Tokenized real estate represents a direct fractional ownership stake in a specific property, with transactions recorded on a blockchain. The distinction matters for investors: tokenized real estate provides more granular, property-specific exposure, but secondary market liquidity remains platform-dependent and is not yet guaranteed at scale.
Tokenized Bonds and Fixed Income
The World Bank issued bond-i in August 2018 on the Ethereum blockchain, the first bond globally to be created, allocated, transferred, and managed using blockchain technology, managed by Commonwealth Bank of Australia. The European Investment Bank has since issued multiple digital bonds, with Goldman Sachs involved in structuring. HSBC's Orion platform has issued tokenized bonds and gold products for institutional clients. For a deeper analysis, see [INTERNAL LINK NEEDED: tokenized bonds and fixed income explained].
Bond tokenization delivers structural benefits: automated coupon payments via smart contract eliminate manual transfer agent processing, reducing operational costs and the window of counterparty risk. A note on settlement baselines: the US Securities and Exchange Commission moved equity settlement to T+1 in May 2024 (from T+2). EU equity settlement remains at T+2. Tokenization's settlement advantage is narrowing for equities but remains significant for corporate bonds, structured products, and private assets that still settle at T+2 or longer.
Tokenized Funds
BlackRock launched the BUIDL fund (BlackRock USD Institutional Digital Liquidity Fund) in March 2024 on the Ethereum blockchain, offering institutional investors on-chain access to US Treasury-backed money market yields. It is the largest tokenized fund by assets under management as of 2025. Franklin Templeton launched its OnChain US Government Money Market Fund in 2021, the first US-registered mutual fund to use a public blockchain to process transactions and record share ownership. Both funds demonstrate near-instantaneous settlement relative to traditional T+1 fund subscription cycles, with 24/7 trading capability.
What Are the Benefits of Asset Tokenization?
Tokenization addresses four structural inefficiencies in traditional capital markets: access restrictions that limit private asset investment to institutional and ultra-high-net-worth investors, settlement friction that creates counterparty risk, manual operational processes that add cost without adding value, and limited transparency in over-the-counter markets. Each benefit carries a corresponding limitation that determines whether it is realized in practice.
Table T05: Problem / Solution Framework
| Traditional Market Problem | Tokenization Mechanism | Current Limitation |
|---|---|---|
| High minimum investment ($1M+ for direct real estate or private equity) | Fractional ownership via token division | Secondary market liquidity not yet guaranteed at scale |
| T+1/T+2 settlement cycles with counterparty exposure windows | On-chain settlement, near-instantaneous | Requires permissioned network adoption by counterparties |
| Manual transfer agent, registrar, and clearing house processing | Smart contract automation of distributions and transfers | Smart contract development and audit costs are non-trivial |
| Limited investor access to private asset classes | Programmable compliance via KYC whitelist | Cross-border investor verification complexity |
| Opacity in OTC pricing and private placement documentation | Blockchain-auditable transaction record | Public chain transparency may conflict with institutional privacy requirements |
Fractional Ownership and Expanded Access
Fractional ownership means dividing a single asset into smaller units that investors can purchase individually. A $50 million commercial real estate property tokenized into 5 million tokens at $10 each allows investors to gain exposure with $10 rather than $50 million. A $1 million corporate bond tokenized into 1,000 tokens at $1,000 each lowers the minimum investment from institutional to retail scale.
Fractional ownership is not a new concept in finance. REITs provide fractional real estate exposure, but only to listed, exchange-traded vehicles that pool multiple properties. Tokenization extends fractional ownership to any single asset regardless of type or scale, including private equity funds, infrastructure projects, and commercial real estate that are not otherwise accessible to retail investors. The caveat: accredited investor qualification requirements still apply in most jurisdictions for security token offerings, meaning the accessibility benefit is currently more pronounced for qualified investors than for the general retail market.
Settlement Efficiency and Reduced Counterparty Risk
Traditional bond settlement in the EU occurs at T+2; in the US, equity settlement moved to T+1 in May 2024. On-chain settlement compresses these cycles to minutes or seconds, reducing the window during which a counterparty can default between trade execution and final settlement. Smart contracts distribute coupon payments and dividends automatically in stablecoins such as USDC, eliminating the manual processing delays associated with traditional distribution agents. Smaller token units are more tradeable than whole-asset or large-minimum instruments, creating the conditions for reduced illiquidity premiums on previously non-tradeable private assets. The caveat: secondary market depth is platform-dependent, and thin liquidity on early-stage platforms can widen bid-ask spreads.
Operational Automation and Cost Reduction
Smart contracts replace the manual functions of transfer agents, registrars, and clearing houses. Coupon payments, dividend distributions, and corporate actions (including voting rights execution) become automated processes governed by code rather than operational workflows. The upfront costs of this automation are not trivial: smart contract development, independent security audits, and ongoing maintenance when regulatory requirements change represent real capital expenditure. Firms evaluating tokenization as an operational upgrade must weigh automation savings against implementation costs on a deal-specific basis. The caveat: smart contract code errors can introduce new operational risks, which are addressed in the risks section below.
Transparency and Auditability
Blockchain-based ownership records are visible and auditable by authorized parties, reducing reconciliation errors and the dispute risk that arises in OTC markets with fragmented record-keeping. The caveat: public blockchain transparency can conflict with investor confidentiality requirements in institutional settings. Many institutional tokenization platforms use permissioned networks precisely because unlimited public visibility of ownership records is incompatible with their clients' privacy expectations.
Programmable Compliance and Reduced Administrative Overhead
Security tokens embed compliance rules directly in the token's transfer logic, automating investor eligibility checks at every transfer event. This programmable compliance model reduces the administrative overhead of manual KYC re-verification, transfer restriction enforcement, and distribution eligibility screening. Compared to traditional securities, where compliance checks run through separate administrative systems, the integrated model reduces processing time and the risk of human error in compliance execution. The caveat: the compliance rules must be correctly coded and kept current as regulatory requirements evolve, creating a new category of technical maintenance obligation for token issuers.
How Does Tokenization Compare to Traditional Securitization?
Tokenization and traditional securitization share the same core economic logic: both convert illiquid asset rights into tradeable instruments that investors can hold and transfer. The structural and operational differences are significant enough, however, that the two processes serve different use cases and should not be treated as direct substitutes.
In traditional securitization, illiquid assets (mortgages, auto loans, credit card receivables) are pooled and repackaged into tradeable securities, known as asset-backed securities (ABS), that are sold to investors. Both ABS and tokenized assets convert illiquid asset rights into tradeable claims, and both enable fractional ownership of underlying asset pools. The mechanisms differ substantially. For background on traditional structured finance instruments, see [INTERNAL LINK NEEDED: asset-backed securities and structured finance explained].
Table T06: Traditional Securitization (ABS) vs. Asset Tokenization
| Dimension | Traditional Securitization (ABS) | Asset Tokenization |
|---|---|---|
| Settlement Speed | T+2 (EU equities) / T+1 (US equities, post-May 2024); longer for bonds | Near-instantaneous (on-chain settlement) |
| Intermediaries Required | Investment bank, rating agency, clearing house, transfer agent, registrar | Smart contract (automated); qualified custodian; compliance provider |
| Minimum Asset Scale | Asset pool (typically $100M+ to justify structuring costs) | Single asset eligible; no minimum pool size |
| Minimum Investment | Institutional (typically $100K to $1M+) | Fractional (as low as $1 to $10 per token) |
| Regulatory Framework | Well-established: SEC, ESMA, Basel III, decades of case law | Developing: MiCA, SEC digital asset guidance, Switzerland DLT Act |
| Transparency | Limited: OTC pricing, private placement documentation | Blockchain-auditable transaction record |
Securitization's advantages are substantial and should not be understated. Its established legal frameworks, credit rating infrastructure, deep institutional liquidity pools, and decades of legal precedent represent infrastructure that tokenization has not yet replicated at scale. For large institutional asset pools with well-understood legal structures, traditional securitization remains the more operationally mature path. Tokenization's advantages materialize most clearly for single-asset tokenization, for fractional access to previously inaccessible asset classes, and for markets where settlement friction and manual processing costs are the primary pain points.
What Are the Risks and Challenges of Asset Tokenization?
The risk profile of tokenized assets spans four professional categories that finance professionals and compliance officers should assess before engaging with this asset class: technical risks from smart contract vulnerabilities, regulatory risks from evolving and fragmented frameworks, market risks from thin secondary liquidity, and operational risks from custody and infrastructure challenges.
Technical Risks
Smart contract code vulnerabilities represent the primary technical risk in tokenized assets. Logic errors or security exploits can result in token creation failures, unauthorized transfers, or permanent loss of funds with no recovery mechanism. The 2016 attack on the Ethereum DAO (Decentralized Autonomous Organization), which exploited a reentrancy vulnerability to drain approximately $60 million in Ether, illustrates the scale of potential losses from a single code flaw. Mitigation requires independent smart contract security audits and formal code verification before deployment. A separate technical concern is fragmentation risk from the absence of cross-chain interoperability: an asset tokenized on the Ethereum blockchain cannot be easily transferred to a Stellar or Hyperledger Fabric platform, creating portfolio management complexity for institutions operating across multiple networks.
Regulatory Risks
Regulatory frameworks for tokenized securities remain in active development across most jurisdictions, creating two distinct risk scenarios. First, cross-border distribution complexity: a security token compliant with US Reg D requirements may face different treatment in the EU under the Prospectus Regulation or in Singapore under the Securities and Futures Act, making multi-jurisdiction distribution operationally complex. Second, reclassification risk: a token initially structured as a utility token may be subsequently determined by a regulator to qualify as a security, retroactively imposing registration and compliance obligations on the issuer. The SEC's enforcement history with digital assets demonstrates that regulatory interpretation can shift materially without formal rulemaking, creating exposure for issuers who rely on informal guidance. For jurisdiction-specific framework details, see the regulatory table in the section below and [INTERNAL LINK NEEDED: EU MiCA regulation guide for digital assets].
Market Risks
Secondary market liquidity for tokenized assets is not guaranteed and depends on market depth on the specific platform where tokens trade. Unlike listed securities on established exchanges with continuous two-sided markets, tokenized assets trade on early-stage platforms that may have thin order books. An investor seeking to exit a position in a tokenized real estate token or private equity token may find no willing buyers at fair value. Platform-concentration risk is a distinct concern: if a tokenization platform fails operationally or loses its regulatory authorization, the secondary market for tokens on that platform may disappear entirely, trapping capital in an illiquid position.
Operational Risks
Digital asset custody differs from traditional securities custody in ways that create new operational risk categories. Qualified custodians for tokenized assets, including BNY Mellon Digital Assets and Fidelity Digital Assets, are emerging to serve institutional requirements, but the infrastructure is less mature than DTCC-mediated securities custody. The private key management risk is unique: if a holder loses the cryptographic private key associated with their token wallet, they lose access to the tokens permanently with no recovery mechanism available. Additional operational challenges include KYC whitelist maintenance (investor verification records must be updated as investor circumstances change), cross-border investor verification across different national KYC standards, and the technical complexity of integrating blockchain-based token systems with legacy financial infrastructure. For a detailed guide, see [INTERNAL LINK NEEDED: digital asset custody for institutional investors].
Is Tokenization Regulated? The Regulatory Landscape by Jurisdiction
Tokenized securities are regulated. Security tokens representing investment instruments are subject to existing securities law in all major financial jurisdictions, and issuers must register or qualify for an exemption before offering them to investors, precisely as they would for a traditional securities issuance. The regulatory complexity lies in cross-border application and the pace at which tokenization-specific formal rulemaking is keeping up with market activity.
Regulatory disclaimer: The frameworks summarized below are subject to change. Regulatory guidance evolves continuously, and this summary reflects publicly available information as of 2025. Consult qualified legal counsel in the relevant jurisdiction before making compliance decisions based on this overview.
Table T07: Tokenization Regulatory Framework by Jurisdiction
| Jurisdiction | Regulatory Body | Key Framework | Scope for Tokenized Securities | Status (2025) |
|---|---|---|---|---|
| United States | SEC / CFTC | Securities Act; Reg D, Reg A+, Reg CF | Security tokens classified as securities; Howey Test applies; STOs must register or qualify for exemption | Active enforcement; formal digital asset rulemaking ongoing |
| European Union | ESMA / National NCAs | MiCA (utility tokens and stablecoins); Prospectus Regulation (tokenized securities); DLT Pilot Regime | MiCA covers utility tokens and stablecoins; tokenized securities remain under existing Prospectus Regulation; DLT Pilot Regime enables live testing with modified rules | MiCA fully effective 2024; DLT Pilot Regime active |
| United Kingdom | FCA | Financial Services and Markets Act; Digital Securities Sandbox (DSS) | Tokenized securities treated as financial instruments under existing law; DSS allows firms to test tokenized infrastructure under temporarily modified rules | DSS launched 2024; permanent regime in development |
| Singapore | MAS | Securities and Futures Act; MAS Digital Token Service Guidance | Security tokens classified as capital markets products; Project Guardian explores institutional tokenization with MAS oversight | Active: Project Guardian ongoing with major bank participation |
| Switzerland | FINMA | DLT Act (effective February 2021); FINMA Guidance | DLT Act created a new statutory category of "DLT security" allowing tokenized securities to be issued and transferred on distributed ledgers; one of the most fully developed frameworks globally | In force since 2021 |
Security token transfers on regulated tokenization platforms embed KYC/AML compliance directly in the smart contract. Only wallet addresses that have completed identity verification with an approved provider appear on the smart contract's whitelist. When a token transfer is initiated, the smart contract checks the recipient wallet address against the whitelist before executing. Non-compliant wallets are rejected automatically. This mechanism is what distinguishes security tokens from permissionless cryptocurrency transfers, where no identity verification occurs. The ongoing operational challenge for compliance teams is maintaining accurate whitelists as investor circumstances change, managing verification across multiple national KYC standards, and updating smart contract logic when AML screening requirements evolve. For US-specific regulatory guidance, see [INTERNAL LINK NEEDED: US SEC digital asset regulatory framework].
Real-World Examples: Which Institutions Are Tokenizing Assets?
BCG projects the tokenized asset market to reach $16 trillion by 2030, according to the firm's report "Relevance of On-Chain Asset Tokenization in Crypto Bear Markets." The tokenized real-world asset market (excluding stablecoins) has grown substantially since 2022, with tokenized US Treasury products representing the largest single category by assets under management as of 2025. The institutional evidence already on record establishes tokenization as an operational infrastructure decision, not a speculative one.
Table T08: Institutional Tokenization Adoption Roster
| Institution | Platform / Product | Asset Class | Launch Year | Notable Detail |
|---|---|---|---|---|
| BlackRock | BUIDL (BlackRock USD Institutional Digital Liquidity Fund) | Money market / US Treasuries | March 2024 | Largest tokenized fund by AUM; runs on Ethereum blockchain |
| Franklin Templeton | OnChain US Government Money Market Fund | Government money market | 2021 | First US-registered mutual fund on a public blockchain |
| JP Morgan | Onyx | Tokenized deposits / repo | 2020 | Permissioned blockchain; processes institutional repo transactions at scale |
| Goldman Sachs | Digital Asset Platform | Corporate bonds / repo | 2021 | Involved in EIB tokenized bond issuance |
| HSBC | Orion | Tokenized bonds and gold | 2023 | Tokenized gold and bond products for institutional clients |
| World Bank | Bond-i | Sovereign bond | 2018 | First bond globally created, allocated, transferred, and managed on blockchain |
| BNY Mellon | Digital Assets | Custody infrastructure | 2022 | First major US custodian bank to offer digital asset custody services |
What Is BlackRock's BUIDL Fund?
The BlackRock USD Institutional Digital Liquidity Fund (BUIDL) launched in March 2024 on the Ethereum blockchain. It offers institutional investors on-chain access to yields from US Treasury bills, repurchase agreements, and cash, held in a traditional money market fund structure. The fund's underlying assets remain conventional US Treasuries. Only the record-keeping and distribution infrastructure operates on blockchain. Settlement occurs near-instantaneously compared to T+1 for traditional fund subscription and redemption cycles, and the fund is available for trading 24 hours a day, seven days a week.
BUIDL's significance extends beyond its assets under management. BlackRock's entry into tokenized funds signals that the world's largest asset manager regards blockchain-based fund infrastructure as a viable, scalable component of capital markets plumbing, not an experimental technology. Institutions that have been monitoring tokenization from a distance now have a named, regulated, institutional-grade reference point. For a detailed analysis, see [INTERNAL LINK NEEDED: BlackRock BUIDL fund analysis].
Institutional Bond Tokenization
The World Bank's bond-i, issued in August 2018 on the Ethereum blockchain and managed by Commonwealth Bank of Australia, was the first bond globally to be created, allocated, transferred, and managed using blockchain technology. The European Investment Bank has since issued digital bonds with Goldman Sachs' Digital Asset Platform providing structuring services. HSBC's Orion platform has issued tokenized bonds for institutional clients. The structural benefit across all these issuances is consistent: smart contracts automate coupon payment processing, eliminating the manual transfer agent workflow and reducing the settlement risk window that exists between coupon record dates and payment dates.
Retail Platforms for Tokenized Real Estate
RealT and Lofty operate retail-accessible platforms for tokenized real estate in the United States, with minimum investment thresholds substantially below those of direct property acquisition. Both platforms tokenize individual properties and distribute rental income to token holders. Investors should note that most security token offerings in the US remain subject to accredited investor qualification requirements under Reg D, and secondary market liquidity on these platforms is platform-dependent rather than exchange-guaranteed.
What Is the Future Outlook for Tokenized Assets?
The near-term trajectory for tokenized assets, from 2025 through 2027, points toward broader institutional adoption of money market funds and government bond products, with private credit, listed equities, and infrastructure tokenization following as regulatory frameworks in the US and EU reach greater operational clarity.
Near-Term: 2025 to 2027
Institutional asset managers are expanding tokenized money market and Treasury fund offerings, following the BlackRock BUIDL and Franklin Templeton OnChain models. Regulatory clarity is accelerating in the EU through MiCA implementation and in Singapore through Project Guardian outputs, which have published findings on institutional tokenization with participation from DBS Bank, JPMorgan, and other major institutions. The Bank for International Settlements (BIS) has published working papers on tokenized settlements and is actively exploring unified ledger concepts that would allow tokenized assets and tokenized central bank money to settle on the same infrastructure.
Medium-Term: 2028 to 2030
BCG projects the tokenized asset market to reach $16 trillion by 2030, representing a substantial portion of global financial assets. McKinsey's estimates are broadly consistent. The medium-term shift involves migration from public blockchain pilots to permissioned institutional networks operating at scale, with private credit and equity tokenization emerging as the next significant wave after fixed income and money market funds. Cross-chain interoperability remains an unsolved challenge: tokenized assets on different blockchain networks cannot be transferred between platforms without friction, and the protocols needed to support regulated cross-chain transfers are still maturing.
Decentralized finance (DeFi), the ecosystem of lending, borrowing, and trading services built on blockchain networks and governed by smart contracts without centralized intermediaries, represents a downstream use case for tokenized real-world assets. Early examples include tokenized US Treasury bonds used as collateral in DeFi lending protocols, generating yield while maintaining capital efficiency. DeFi's application to institutional tokenized assets is early-stage and faces regulatory uncertainty. It represents a future optionality layer that may become accessible as both tokenization infrastructure and DeFi regulatory frameworks mature.
Key Barriers to Scaled Adoption
The barriers to the BCG 2030 scenario are well-defined. Regulatory fragmentation across jurisdictions slows cross-border issuance. Interoperability gaps between blockchain networks prevent asset mobility. The cost of integrating blockchain infrastructure with legacy financial systems represents a significant capital commitment. Secondary market liquidity needs more time and more market participants to reach the depth required for institutional portfolio management. Progress on each of these barriers will determine whether the $16 trillion projection reflects 2030 reality or requires a later revision.
Frequently Asked Questions About Tokenized Assets
The following questions address the most common queries from investors and finance professionals evaluating tokenized assets for the first time.
Investment disclaimer: This FAQ section provides general educational information about tokenized assets. Nothing in this section constitutes investment advice. Tokenized assets carry risks including regulatory uncertainty, limited secondary market liquidity, and platform-specific operational risks. Consult a qualified financial adviser before making investment decisions.
Is Tokenization the Same as Cryptocurrency?
Tokenization is not the same as cryptocurrency. Cryptocurrency is a native digital currency that exists on a blockchain network with no underlying physical or financial asset backing its value. A tokenized asset represents fractional ownership in a pre-existing, real-world asset such as a bond, property, or fund share. The value of a tokenized bond token derives from the bond's coupon and principal; the value of Bitcoin derives from supply and demand on exchanges. Most cryptocurrencies are not classified as securities; tokenized financial assets typically are, and are subject to the full requirements of applicable securities law.
How Do I Invest in Tokenized Assets?
Access to tokenized assets depends on the asset class and the investor's qualification status. Retail investors can access tokenized real estate through platforms including RealT and Lofty, which operate in the United States with minimum investments below traditional direct property thresholds. Platforms such as Securitize serve qualified investors seeking access to tokenized securities including funds and bonds. BlackRock's BUIDL fund is available to institutional investors only. In the US, most security token offerings require accredited investor status under Reg D, which requires net worth above $1 million (excluding primary residence) or annual income above $200,000. Qualification requirements vary by jurisdiction.
Are Tokenized Investments Safe and Regulated?
Security tokens representing regulated financial instruments are subject to securities law in all major financial jurisdictions, providing the same investor protection framework that applies to conventional securities. The regulatory landscape is established in principle across the US, EU, UK, Singapore, and Switzerland, as the regulatory table in the prior section details. Active risks that remain include regulatory reclassification exposure, platform-specific liquidity risk, smart contract technical risk, and custody infrastructure that is less mature than conventional securities custody. Regulated tokenized products from major institutions carry substantially different risk profiles from early-stage platform offerings.
What Is a Security Token Offering (STO)?
A Security Token Offering is the regulated process by which a company or fund raises capital by issuing security tokens on a blockchain, subject to applicable securities law. An STO functions as the blockchain-era equivalent of an IPO for equity or a bond issuance for debt. The critical distinction from an Initial Coin Offering (ICO) is compliance: ICOs were largely unregistered offerings; STOs are structured for regulatory compliance from the outset. In the US, STOs typically use Reg D, Reg A+, or Reg CF exemptions. In the EU, tokenized securities fall under the Prospectus Regulation, while utility token offerings fall under MiCA.
What Is RWA Tokenization?
Real-world asset (RWA) tokenization is the application of the tokenization process to physical or traditional financial assets that exist outside the blockchain, including real estate, bonds, commodities, private equity, and infrastructure. RWA tokenization derives its value from underlying assets rather than from blockchain-native supply and demand dynamics. BCG projects the tokenized asset market to reach $16 trillion by 2030. Institutional finance drives this growth: the largest asset managers and banks operate RWA tokenization platforms because the settlement efficiency and automation benefits are material at institutional scale.
What Is the Difference Between a Tokenized Asset and a Stock?
A stock represents equity ownership in a company and trades on a regulated exchange through a central securities depository such as the DTCC in the US or Euroclear in Europe. A tokenized asset can represent ownership in any asset class including real estate, bonds, funds, or commodities, with ownership recorded on a blockchain rather than in a central depository. Tokenized equities (shares of a company represented as blockchain tokens) are a separate, emerging category. The key structural distinctions are the underlying asset type (stocks represent company equity; tokenized assets span all asset classes) and the settlement infrastructure (exchange-based clearing versus blockchain-based transfer).
What Is BlackRock's Tokenized Fund?
BlackRock's tokenized fund is the BlackRock USD Institutional Digital Liquidity Fund, known as BUIDL, launched in March 2024 on the Ethereum blockchain. BUIDL invests in US Treasury bills, repurchase agreements, and cash, offering institutional investors on-chain access to money market yields with near-instantaneous settlement and 24/7 trading capability. It is the largest tokenized fund by assets under management as of 2025. BUIDL is available to institutional investors only. BlackRock's participation establishes tokenized funds as a mainstream capital markets instrument rather than an experimental application.
What Are the Risks of Investing in Tokenized Assets?
Tokenized asset investments carry risks across four categories. Technical risks include smart contract code vulnerabilities that can result in loss of funds, as demonstrated by the 2016 Ethereum DAO exploit. Regulatory risks include reclassification exposure and cross-border compliance complexity across jurisdictions. Market risks center on thin secondary market liquidity and platform-concentration risk if the trading venue fails or loses regulatory authorization. Operational risks include the distinct digital asset custody model (managed by emerging custodians such as BNY Mellon Digital Assets and Fidelity Digital Assets), private key management risk, and the complexity of KYC whitelist maintenance. Investors should assess each risk category against the specific offering, issuer, and platform before committing capital.
What Is the Difference Between Tokenization and Digitization?
Tokenization and digitization are related but distinct concepts. Digitization refers to converting information into digital format, such as scanning paper records or recording a transaction in a database. Tokenization goes further: it creates a digital representation of ownership rights that is transferable, divisible, and programmable on a blockchain network. A digitized bond record exists in a database controlled by a custodian or registrar. A tokenized bond exists on a shared ledger where the token itself carries and enforces the ownership right. The distinction matters operationally: tokenization enables settlement, transfer, and distribution automation that digitization alone cannot provide.