Onchain Financial Market Infrastructure Explained

Traditional markets run on plumbing most people never see: CUSIP, DTCC, the consolidated tape, custody rules. Here is what those functions do, and what their onchain equivalents look like today.

Share
Onchain Financial Market Infrastructure Explained

Onchain financial market infrastructure is the set of systems that let tokenized assets be identified, priced, traded, settled, and recorded on public or permissioned blockchains. It is the emerging equivalent of traditional plumbing like CUSIP identifiers, the DTCC clearing and settlement system, and the consolidated price tape, rebuilt for assets that live as tokens rather than as book-entry records at a central depository. Much of it is still being constructed, and no single onchain system yet matches the coverage of its legacy counterpart.

Key takeaways

  • Traditional market infrastructure solves four problems: who owns what (registry), what an asset is (identifiers), what it is worth (a price reference), and how ownership changes hands safely (clearing and settlement).
  • Onchain markets already handle settlement natively, because a blockchain transaction is the transfer of ownership. There is no separate two-day settlement cycle to bridge.
  • What onchain markets lack today is consolidation: no universal asset identifier, no single consolidated price tape across chains and venues, and no standard security master for tokenized assets.
  • Tokenized securities need reconciliation between onchain records and a firm's own books, plus tracking of corporate actions like splits, coupons, and redemptions.
  • Reading these markets reliably requires normalized, labeled onchain data. This is the read layer that sits underneath dashboards, risk systems, and compliance tools.

Why this matters now

Tokenized money and tokenized assets have moved from pilot to production. Stablecoins now settle a meaningful share of onchain dollar volume, and tokenized US Treasuries have become a real category held by asset managers and trading firms. As tokenized versions of money market funds, Treasuries, and equities grow, the question stops being whether you can put an asset on a blockchain and becomes whether institutions can clear, price, custody, and account for that asset with the same discipline they expect in traditional markets.

That is a market infrastructure question, not a token question. Traditional finance spent decades building the plumbing that makes equities trade safely and cheaply. Onchain finance is now rebuilding those same functions, and the gaps are specific and technical. Understanding where the legacy system succeeds, and where its onchain equivalent is still forming, is the difference between treating tokenization as a demo and treating it as a market. For background on the underlying data layer, see what onchain data actually is and how asset tokenization works.

How traditional market infrastructure works

Before comparing anything to blockchains, it helps to know what the traditional machinery actually does, because it was built to solve real failures.

Identifiers: CUSIP

The CUSIP system, created in 1968, assigns a unique nine-character code to each US security. Without a universal identifier, a trade in "Apple stock" between two firms would be ambiguous across systems. CUSIP lets every participant reference the exact same instrument. It is the reason a buy order at one broker and a sell order at another can be matched without confusion.

Registry: the transfer agent

A transfer agent maintains the official shareholder register, records who owns shares, and processes corporate actions like dividends and splits. It is the authoritative answer to who owns a given security.

Clearing and settlement: DTCC

The Depository Trust Company (DTC) was founded in 1973 and the National Securities Clearing Corporation (NSCC) in 1976, merging into DTCC in 1999. They exist because paper certificates could not keep up with trading volume. US securities were dematerialized from physical certificates into book-entry records held centrally, so ownership changes became ledger updates rather than paper deliveries. DTCC nets trades between firms and settles the difference, which dramatically reduces how much money and how many securities actually need to move. In 2024 the US shortened its settlement cycle to T+1, meaning most trades settle one business day after execution.

Price reference: the consolidated tape

The Securities Information Processor (SIP) publishes a consolidated tape and the National Best Bid and Offer (NBBO), a single authoritative reference for US equity prices across all exchanges. This is why there is one agreed-upon price for a stock even though it trades in many venues at once.

Custody protection: Rule 15c3-3

SEC Rule 15c3-3, the possession-and-control rule, requires broker-dealers to segregate and control customer securities so client assets are protected if the firm fails. It is the safeguard that keeps your holdings yours.

Each of these functions was built in response to a specific breakdown. That is why they are worth understanding rather than dismissing.

What the onchain equivalent looks like

On a blockchain, some of these problems collapse into one operation, and others reappear in new forms.

Settlement is native. When a token moves on a blockchain, ownership has changed and the record is final. There is no separate clearing house netting trades and no multi-day cycle. Settlement and record-keeping are the same event. This is the clearest structural advantage of onchain infrastructure.

The registry is the ledger. The blockchain itself records who holds each token. For a tokenized security, the token contract can function as a live registry, though issuers still typically maintain their own authoritative books that must be reconciled against onchain state.

Identifiers are fragmented. There is no onchain equivalent of CUSIP today. A tokenized asset is identified by its chain plus its contract address, and the same underlying asset can exist as different tokens on different chains. Tokenized securities effectively need a token security master: chain, contract address, and the current corporate-action state. Building a universal identifier standard is an open, emerging problem.

There is no consolidated tape. Onchain venues are fragmented across many chains, DeFi automated market makers, perpetuals platforms, and tokenized alternative trading systems. There is no single consolidated price tape or NBBO equivalent that publishes one authoritative reference price across all of them. Constructing that view requires pulling data from every venue and normalizing it.

Custody rules are still adapting. Segregation of customer assets is achievable onchain through wallet controls and smart contracts, but the regulatory frameworks that map cleanly onto Rule 15c3-3 for tokenized assets are still being worked out.

For a deeper look at the moving parts, tokenized Treasuries are a useful concrete case, and blockchain data providers explain how raw chain data becomes usable.

Traditional versus onchain infrastructure

FunctionTraditional financeOnchain equivalent
Asset identifierCUSIP (universal, one code per security)Chain plus contract address; no universal standard yet (emerging)
Registry of ownershipTransfer agent maintains shareholder registerBlockchain ledger records token holders; issuer books reconciled against it
Clearing and settlementDTCC nets and settles; T+1 as of 2024Native, atomic settlement; transfer and finality are the same event
Price referenceSIP consolidated tape and NBBOFragmented across chains and venues; no consolidated tape yet (emerging)
Customer asset protectionSEC Rule 15c3-3 possession and controlWallet and smart-contract controls; regulatory mapping still forming

What actually improves, concretely

Faster settlement: capital is not locked up for a business day waiting to settle, because the transfer is the settlement. This frees collateral and reduces counterparty exposure between execution and finality.

Fewer reconciliation breaks at the point of transfer: when the ledger update is the ownership change, two firms are not maintaining separate records of the same trade that can diverge and require manual repair.

Programmable corporate actions: coupon payments or redemptions on a tokenized Treasury can execute as code against holders of record, rather than being processed downstream through intermediaries.

Continuous, transparent records: holdings and flows are visible on the ledger in near real time, so a risk team can see exposure as it changes instead of waiting for end-of-day reports.

These gains are real, but they only hold if the surrounding infrastructure exists to read and account for the data reliably.

The read layer: reading onchain markets reliably

A blockchain publishes raw transactions, not clean financial records. Turning that into something an institution can trade, price, and audit against requires normalizing data across many chains, labeling addresses and contracts, tracking token security-master state, and reconciling onchain records against a firm's own books. This is the read layer, and it is where much of the practical work of onchain market infrastructure sits.

Allium operates in this layer, providing enriched, normalized, labeled onchain data that institutions use to read tokenized and onchain markets. Allium does not operate a trading venue, custodian, clearing house, or transfer agent; its role is the data foundation underneath those functions. Capabilities like a consolidated onchain price view, reference rates, or a shared identifier standard are areas the industry is still building rather than finished systems. For how a firm builds on this kind of foundation, see how a stablecoin payments data foundation anchors a digital assets practice, and how researchers use it in a study of oil perpetual futures on Hyperliquid.

Risks and open questions

Fragmentation without a tape. With liquidity split across many chains and venues, arriving at one authoritative price is genuinely unsolved. Poor price references create risk in lending, margining, and valuation.

No universal identifier. The same asset existing as different tokens on different chains complicates matching, netting, and corporate actions. A CUSIP-equivalent standard does not yet exist onchain.

Reconciliation is not automatic. Onchain state and a firm's internal books still have to agree. Errors, forks, and contract upgrades can introduce breaks that need resolution.

Custody and regulatory clarity. Mapping possession-and-control style protections onto tokenized assets is a work in progress, and the rules differ by jurisdiction.

Stablecoin dependence. Much onchain settlement uses stablecoins, so the safety of that settlement asset matters. For the specifics, read this risk guide on stablecoins and what a stablecoin actually is.

The honest status is early. Onchain settlement is genuinely better on some dimensions, and the consolidation and standards work that made traditional markets dependable is still being written for onchain assets.

Frequently asked questions

Is there a Bloomberg or a CUSIP for crypto?

Not yet in a single universal form. Onchain assets are identified by their chain plus contract address, and the same asset can exist as different tokens on different chains. A universal onchain identifier standard, similar to what CUSIP provides in traditional markets, is an emerging problem the industry is still working on.

How are tokenized securities settled onchain?

Settlement happens natively. When a token transfers on a blockchain, ownership has changed and the record is final in that same operation. There is no separate clearing house or multi-day cycle like the traditional T+1 process, though issuers still reconcile onchain records against their own authoritative books.

What is a consolidated tape and does onchain finance have one?

A consolidated tape, produced by the SIP in US equities, publishes one authoritative reference price across all exchanges. Onchain markets do not have an equivalent yet. Liquidity is fragmented across many chains, DeFi venues, and tokenized trading systems, so building a single consolidated price view is still in progress.

Does blockchain settlement replace DTCC?

It replaces the specific function DTCC performs, netting and settling trades, by making settlement atomic and native to the ledger. It does not replace every function of traditional infrastructure, such as universal identifiers, standardized corporate-action processing, and mature custody rules, which are still being rebuilt for onchain assets.

What is a token security master?

It is the reference record a firm needs to work with tokenized securities: the chain, the contract address, and the current corporate-action state such as splits, coupons, or redemptions. It plays a role similar to security reference data in traditional markets and has to be reconciled against onchain state.

What role does Allium play in onchain market infrastructure?

Allium provides enriched, normalized, labeled onchain data that institutions use to read tokenized and onchain markets. It is a data and read layer, not a trading venue, custodian, clearing house, or transfer agent. It supplies the foundation that dashboards, risk systems, and compliance tools rely on.

Explore the onchain stack, layer by layer

Each function in this guide has its own deep dive: