Dematerialization vs Tokenization: A Clear Guide
Dematerialization turned paper stock certificates into electronic book-entry records held at a central depository. Tokenization moves ownership records onto public blockchains. This guide explains what each one actually does and why the difference matters.
Dematerialization is the process of replacing physical paper certificates with electronic book-entry records held at a central securities depository. Tokenization is the process of representing ownership of an asset as a transferable token on a blockchain. Both remove paper, but they use different infrastructure, different record-keepers, and different settlement mechanics, and confusing the two leads to bad assumptions about how tokenized markets actually work.
Key takeaways
- Dematerialization keeps a central depository (in the US, the DTC) as the authoritative record-keeper. Ownership lives in book-entry accounts, not on paper.
- Tokenization moves the ownership record onto a blockchain, where the token itself can carry or reference the claim, and settlement can happen at the protocol level.
- Dematerialized securities settle through an established clearing and settlement chain that now runs on T+1. Tokenized assets can settle atomically, sometimes in seconds, without a central clearing intermediary.
- Tokenization does not automatically deliver the reference infrastructure that dematerialization has, including a universal identifier and a consolidated price tape. Much of that onchain equivalent is still being built.
- The hard problem in both worlds is the same: reconciling who owns what against an authoritative record. Dematerialization solved it with one depository. Onchain markets solve it across many chains and contracts.
Why this matters now
For most of the twentieth century, buying stock meant handling paper. Certificates had to be physically delivered, signed, and stored. By the late 1960s, trading volume outran the ability to move paper safely, an episode Wall Street later called the paperwork crisis. Brokerages fell behind on deliveries, and some failed.
The response reshaped US market plumbing. The Depository Trust Company was founded in 1973, and the National Securities Clearing Corporation followed in 1976 (the two merged into DTCC in 1999). Instead of shuffling certificates, the DTC would hold securities centrally and record ownership changes as book entries. That is dematerialization, and it is the reason a modern stock trade never involves paper.
Tokenization is the current attempt to change the record-keeping layer again. Asset managers are issuing tokenized money market funds and Treasury products, and several venues now list tokenized equities. For the concrete mechanics of the stock case, see tokenized equities and how onchain stocks work. The open question is whether tokenization simply digitizes what dematerialization already digitized, or whether it changes settlement and ownership in ways that matter.
How each one works, step by step
Dematerialization
- An issuer creates securities and assigns each a CUSIP, the nine-character identifier introduced in 1968 that uniquely names a US security.
- A transfer agent maintains the official shareholder register for the issuer, tracking who holds what and processing corporate actions like dividends and splits.
- The DTC holds the securities centrally. Most investors hold through a broker, which holds through the DTC, so ownership is recorded as a chain of book entries rather than a certificate in your hand.
- When you trade, the transaction clears and settles through the established chain, now on a T+1 timeline (one business day after the trade), a change the US completed in 2024.
- Under SEC Rule 15c3-3, the possession-and-control rule, broker-dealers must segregate and control customer securities so client assets are protected if the firm fails.
Tokenization
- An issuer or a sponsor mints a token on a blockchain to represent a claim on an asset (a fund share, a Treasury bill, an equity position).
- The token is defined by a chain and a smart contract address. Ownership updates when the token moves between wallets, recorded on the blockchain itself.
- A smart contract can enforce rules directly, restricting transfers to approved wallets, freezing tokens, or automating distributions.
- Trades can settle atomically, meaning payment and delivery happen in the same transaction, removing the gap where one side has performed and the other has not.
- The issuer still has to reconcile onchain balances against its own books and any offchain legal record of ownership, which is where the real operational work sits.
What dematerialization does well, and why it exists
It is easy to treat the DTC as legacy infrastructure. It is more accurate to treat it as a system that solved a genuine crisis and has run at scale for decades. Centralizing records at one depository gave the market a single authoritative answer to the question of who owns what. Netting through NSCC means firms settle a fraction of gross trade obligations, which frees up capital. The transfer agent gives issuers a clean shareholder register for voting and corporate actions. Rule 15c3-3 gives customers a legal claim on segregated assets.
Dematerialization also produced the reference layer traders take for granted. The Securities Information Processor consolidates quotes and trades from every US exchange into a single tape and publishes the National Best Bid and Offer, so there is one accepted price reference for a stock. That consolidated tape does not exist today for onchain markets, and building an equivalent is an open project. We cover the attempt in the explainer on a consolidated tape for tokenized equities.
What tokenization changes, and where it is genuinely different
The most concrete difference is settlement. Dematerialized US equities settle T+1, so capital and the security are both tied up for a business day while the trade completes. Atomic onchain settlement can collapse that to a single transaction, which frees capital that would otherwise be locked in the settlement pipeline.
The second difference is programmability. A dematerialized security is a passive record; the logic that governs it lives in the depository, the transfer agent, and the broker. A token can carry that logic in code. Compliance checks, transfer restrictions, and distributions can execute automatically rather than being processed by intermediaries after the fact.
The third difference is who holds the record. Dematerialization centralizes the authoritative record at the DTC. Tokenization can distribute it across a public blockchain that anyone can read. That transparency is real, but it comes with fragmentation, because the same kind of asset can exist on multiple chains and multiple contracts with no single tape tying them together.
| Dimension | Dematerialization | Tokenization |
|---|---|---|
| Authoritative record | Central depository (DTC) and transfer agent | Blockchain ledger plus issuer reconciliation |
| Identifier | CUSIP (established since 1968) | Chain plus contract address, no universal standard yet |
| Settlement | T+1 through clearing chain | Potentially atomic, same transaction |
| Price reference | SIP consolidated tape and NBBO | Fragmented across venues, no consolidated tape today |
| Asset protection | Rule 15c3-3 segregation and control | Smart-contract controls plus evolving custody rules |
| Programmability | Handled by intermediaries | Enforced in code at the token level |
Concrete before and after
- Faster settlement: under T+1, capital and the security are locked for a business day. With atomic onchain settlement, delivery and payment clear in one transaction, so that capital is not stranded in the pipeline.
- Automated corporate actions: a dividend on a dematerialized security flows through the transfer agent and brokers over days. A tokenized instrument can distribute proceeds to holders directly through a contract.
- Continuous reconciliation: instead of waiting for end-of-day statements, a firm holding tokenized assets can read balances directly from the chain in near real time and reconcile against its books.
- Broader read access: a dematerialized record sits inside the depository. A tokenized record is publicly readable, so anyone can independently verify supply and holdings without asking a gatekeeper.
The reference layer tokenization still needs
Dematerialization did not just remove paper. It came with a full support system: a universal identifier in CUSIP, an authoritative shareholder register at the transfer agent, and a consolidated price tape from the SIP. Tokenization has removed paper again without yet reproducing that support system.
Onchain markets are fragmented across chains, decentralized exchanges, perpetuals venues, and tokenized trading systems, with no single consolidated tape and no universal asset identifier. A tokenized security needs its own version of the security master: the chain, the contract address, and the corporate-action state, reconciled against the issuer's books. The identifier problem is unresolved enough to deserve its own treatment in the guide to identifiers for tokenized securities, and the wider set of missing plumbing is mapped in the complete guide to onchain financial market infrastructure.
Reading fragmented onchain records reliably is a data problem before it is a market-structure problem. Allium provides enriched, normalized, labeled onchain data across many blockchains that institutions use to read tokenized and onchain markets, functioning as a read layer rather than a venue, custodian, or transfer agent. How practitioners turn that raw activity into decisions shows up in this look at how Ondo's first data scientist works with onchain data, and in how issuers like Stellar build institutional trust with independent onchain insights.
Risks and open questions
- Legal finality. Dematerialization has decades of case law and Rule 15c3-3 behind it. What a token legally represents, and whether onchain transfer equals legal transfer of ownership, is still being settled across jurisdictions.
- Fragmentation. A single depository gives one authoritative record. Many chains and contracts give many records, so reconciliation and a shared price reference are unsolved at scale.
- Custody and control. The possession-and-control regime that protects customers assumes intermediaries hold assets. Self-custody and smart-contract control do not map cleanly onto those rules yet.
- Reconciliation risk. Onchain balances still have to match the issuer's books and any offchain register. A mismatch is an operational failure, not a cosmetic one.
- Maturity. Tokenized-securities market structure is early. Much of the reference infrastructure is emerging rather than shipped, so do not assume a finished onchain equivalent of DTCC exists today.
The pattern beneath both is a payments story too, since faster settlement of value is what makes atomic delivery useful. The scale of that shift shows up in the FXC Intelligence and Allium report on stablecoins in cross-border payments, and in independent research such as Bitwise's staking analysis that treats onchain records as a primary source.
Frequently asked questions
Is tokenization just dematerialization on a blockchain?
Not exactly. Both remove paper, but dematerialization keeps a central depository like the DTC as the authoritative record-keeper, while tokenization puts the ownership record on a blockchain where the token itself carries or references the claim. Tokenization also enables atomic settlement and programmable rules that dematerialization handles through intermediaries.
What was dematerialization solving in the first place?
The late-1960s paperwork crisis, when trading volume outran the ability to physically move stock certificates safely. The DTC (founded 1973) and NSCC (1976) let ownership be recorded as electronic book entries at a central depository instead of paper delivered by hand.
Do tokenized securities have something like a CUSIP?
Not yet in a universal form. A tokenized security is identified by its chain and smart contract address, but there is no single standard identifier equivalent to CUSIP across all chains. Building that identifier layer is an active, unresolved area.
How does settlement differ between the two?
Dematerialized US equities settle T+1, meaning one business day after the trade, so capital and the security are tied up during that window. Tokenized assets can settle atomically, with delivery and payment clearing in the same transaction, which removes the settlement gap.
Does tokenization already have a consolidated price tape like TradFi?
No. US equities have the SIP consolidated tape and the National Best Bid and Offer, giving one accepted price reference. Onchain markets are fragmented across chains and venues with no single consolidated tape today, and an equivalent is still being built.
What role does data play once assets are tokenized?
Because onchain records are spread across many chains and contracts, institutions need normalized, labeled data to read balances, reconcile against their books, and track corporate-action state. Allium provides that kind of enriched onchain data as a read layer, not as a venue, custodian, or transfer agent.