Strasmore Research
Learn Matt ConnorBy Matt Connor

What Are Tokenized Stocks? Rights & Settlement

What are tokenized stocks? How an on-chain record of a share works, which rights carry over, what changes at settlement, and what the SEC's 2026 order allows.

What are tokenized stocks? A tokenized stock is a transferable record on a blockchain that stands for one real share of a listed company, with the share itself held for the token holder by a custodian or a transfer agent. The token is built to carry the share's economics, dividends and votes included, while the issuer stays the same. What changes is the plumbing: where and when the trade happens, and who is on the other side of it.

What is a tokenized stock, and what is it not?

Two products share the name, and the difference between them is the whole subject.

A tokenized stock, in the sense the SEC's September 2026 order uses, is a token backed one-for-one by an actual share of an NMS stock (a stock listed on a national exchange such as the NYSE or Nasdaq). A custodian bank or the issuer's transfer agent, the firm that keeps the official shareholder register, holds those shares in a segregated account, and the token is transferable evidence of a claim on one of them. Move the token and the claim moves; redeem it and a share leaves the custodial account for a conventional brokerage account. That is the layered ownership a brokerage account already has, where the broker is the holder of record and you are the beneficial owner. The token is a different ledger for the same entry.

A synthetic wrapper is something else: a token or swap contract built to track the share price with no share behind it. The holder has price exposure to the stock and credit exposure to whoever issued the wrapper. There is no vote and no claim on the company, and a dividend arrives only as a cash adjustment if the contract says so. That is a derivative, and a derivative does not become a share by being recorded on a chain.

Fractional units exist in both designs. A token can stand for a hundredth of a share the way a broker's fractional share program does, with the custodian holding whole shares and allocating pieces on its own books.

Do tokenized stocks pay dividends and carry votes?

For a backed token, yes: the custodian receives each right as the registered holder and passes it through. The cash dividend is the clearest case, and tracing it shows what tokenization leaves alone.

The issuer declares a dividend and names a record date; whoever is on the register at the close of that date is paid. For a token holder the name on the register is the custodian, which is paid and in turn owes the cash to whoever held the token on the record date. The ex-dividend date, the first session on which a buyer no longer receives the pending dividend, is set by exchange rule from the record date and does not move for a tokenized share. Our guides to the record date versus the ex-dividend date and to selling on the ex-dividend date cover that calendar. Splits travel the same route, with the custodian adjusting token counts as due bills settle. Here is the calendar on a real name, Apple.

QueryApple dividends: ex-date, record date and pay date, 2024 to August 2026
ex_dateex_date_labelrecord_datepay_datecash_per_shareex_to_record_daysex_to_pay_days
2024-02-09February 9, 20242024-02-122024-02-150.2436
2024-05-10May 10, 20242024-05-132024-05-160.2536
2024-08-12August 12, 20242024-08-122024-08-150.2503
2024-11-08November 8, 20242024-11-112024-11-140.2536
2025-02-10February 10, 20252025-02-102025-02-130.2503
2025-05-12May 12, 20252025-05-122025-05-150.2603
2025-08-11August 11, 20252025-08-112025-08-140.2603
2025-11-10November 10, 20252025-11-102025-11-130.2603
2026-02-09February 9, 20262026-02-092026-02-120.2603
2026-05-11May 11, 20262026-05-112026-05-140.2703
2026-08-10August 10, 20262026-08-102026-08-130.2703
The exact SQL behind every number
SELECT
    toString(exd)                                                                              AS ex_date,
    concat(monthName(exd), ' ', toString(toDayOfMonth(exd)), ', ', toString(toYear(exd)))     AS ex_date_label,
    toString(rec)                                                                              AS record_date,
    toString(pay)                                                                              AS pay_date,
    round(toFloat64(cash), 3)                                                                  AS cash_per_share,
    dateDiff('day', exd, rec)                                                                  AS ex_to_record_days,
    dateDiff('day', exd, pay)                                                                  AS ex_to_pay_days
FROM
(
    SELECT
        toDate(ex_dividend_date)   AS exd,
        toDate(any(record_date))   AS rec,
        toDate(any(pay_date))      AS pay,
        max(cash_amount)           AS cash
    FROM global_markets.stocks_dividends
    WHERE ticker = 'AAPL'
      AND ex_dividend_date >= '2024-01-01'
      AND ex_dividend_date <= '2026-08-31'
    GROUP BY exd
)
ORDER BY exd
Run this yourself

Every row is one Apple dividend. In the earliest row, dated February 9, 2024, the gap from ex-date to record date is 3 calendar days, the old convention of an ex-date one business day ahead of the record date. In the latest row, dated August 10, 2026, it is 0: the two dates coincide, a change that followed the May 28, 2024 move to T+1 settlement. The latest payment was $0.27 a share, paid 3 days after the ex-date. A token holder on that record date is owed exactly that amount on exactly that schedule, from the custodian rather than the issuer.

What changes: settlement, hours, venue and counterparty

Settlement. A share bought on an exchange settles at the Depository Trust Company (DTC), the central depository for US stocks, one business day after the trade; until then the buyer holds a claim, not the share. A token trade is final when the block carrying it is confirmed, often within seconds. That finality applies to the token. In a token-to-token trade the share never moves at DTC; it stays in the custodian's account and only the beneficial owner on the custodian's ledger changes. Converting a token back into shares in a brokerage account does need a DTC transfer, and DTC processes those on business days only.

Hours. A chain has no closing bell, and a venue can in principle match trades at any hour. What it cannot do is create the reference price and the liquidity that exist during the exchange session; the 24/7 section below goes through why.

Venue. The order covers venues that match trades through AMM liquidity pools. An automated market maker (AMM) is a pool of tokens that quotes a price by formula from the ratio of what it holds; a trader buys from or sells into the pool rather than meeting another trader's order. Permissioned means only participants the venue has approved may trade. That is a different design from an exchange's limit-order book, where orders rest at prices their owners chose.

Counterparty. On an exchange a clearinghouse steps between buyer and seller and guarantees the trade. In an AMM pool the other side is the pool, funded by liquidity providers, and the token itself is a claim on the custodian. A token holder carries two exposures a brokerage customer does not carry in the same form: to the venue's smart contract and to the custodian's segregation of the shares. The SEC press release of September 17, 2026 does not mention custody, transfer agents, DTC or settlement; those are questions for the order text and for each venue's own disclosures.

What does not change

The share is the same share, with the same CUSIP (the nine-character identifier every US security carries) and the same issuer. The issuer's calendar does not move: the declaration date, the ex-dividend date, the record date and the pay date are set the same way for every holder, tokenized or not. Halts carry over too, since the order requires a venue to stop trading a token whenever the primary listing exchange stops trading the stock.

The SEC's Innovation Exemption of September 17, 2026

On September 17, 2026, the SEC announced in press release 2026-90 that it had issued an order granting temporary, conditional exemptive relief to Tokenized Securities Venues (each a TSV) from the definition of an exchange under the Securities Exchange Act of 1934, for trading tokenized NMS stock through permissioned AMM liquidity pools. The same order temporarily exempts liquidity providers that supply tokenized NMS stock to a venue's pool from their own capital from the definition of a dealer. The Commission calls the package the Innovation Exemption. Its six conditions, quoted in full from the release of that date:

Tokenized NMS stocks traded on a TSV are subject to limits on the number of symbols and volume traded;
A TSV must verify that the tokenized NMS stock made available for trading on the TSV provides holders the same rights and privileges as does traditional NMS stock of an equivalent class;
Before making available for trading a tokenized NMS stock that is tokenized by an unaffiliated third party, the TSV must provide written notice and an opportunity to object to the issuer of the underlying NMS stock;
Smart contracts used by a TSV must be auditable, public, and deployed on a public, permissionless distributed ledger;
A TSV must stop trading in a tokenized NMS stock concurrently with any stoppage of trading in the underlying NMS stock on the primary listing exchange; and
A TSV must provide public notice about its operations, trading activities, and the trading activities of its affiliates on the TSV.

Three of those map straight onto the distinctions above. The same-rights-and-privileges test is the line between a backed token and a synthetic wrapper: a token that pays no dividend and carries no vote cannot pass it. The notice-and-objection condition means an issuer whose stock is tokenized by an unaffiliated third party hears about it in writing before trading starts and may object; the release does not state how long that window runs, and the order text is the place to check. The halt condition ties a token's trading state to the listing exchange's.

On duration the release is explicit, and coverage the same day from outlets including UPI and SiliconANGLE framed the order around this five-year life:

The exemptions are set to expire five years after publication.

The Commission's own framing is of a first step. Chairman Paul S. Atkins, quoted in the release of September 17, 2026:

The Innovation Exemption, while temporary, would allow TSVs to trade tokenized NMS stock in a permissioned environment today while the Commission considers the need for additional action to facilitate onchain trading.

The release adds that the order invites public comment on possible changes to the relief and on next steps. Qualifying is a venue-by-venue matter under the conditions above.

Does the exemption make every stock tradable 24/7?

No. The order permits a kind of venue to operate. It does not extend the exchange session, and four things still gate what a round-the-clock token market can be.

The order's own caps. The first condition limits the number of symbols and the volume traded on a TSV. Not every stock is eligible, and an eligible one is not tradable in unlimited size.

Regulation NMS and the NBBO. The national best bid and offer (NBBO) is the best bid and best ask across every exchange, consolidated and published by the securities information processors (SIPs). Regulation NMS's order-protection rule, which stops a trade from executing at a price worse than a protected quote on another exchange, applies during regular trading hours. Outside them there is no protected quote, and outside the SIPs' operating hours there is no consolidated quote at all. A token pool trading at 3 a.m. on a Sunday has no NBBO to reference. Our post on whether you can trade US stocks 24 hours a day walks through the session structure as it stands, and the 23/5 schedule arriving in December 2026 covers how exchanges and SIPs plan to extend it. Neither is 24/7, and neither is changed by the exemption.

DTC settlement hours. A token can change hands on a Saturday. The share behind it cannot leave the custodian's DTC account until DTC's next business-day cycle, so while the venue is open and DTC is closed the token market is a closed loop of claims on one custodial pool.

Off-hours data and liquidity. The extended-hours sessions that already exist, 4:00 a.m. to 9:30 a.m. and 4:00 p.m. to 8:00 p.m. ET, carry a small fraction of a day's volume at wider spreads, as our after-hours and premarket guide sets out. Here is Apple's share volume by session segment over the four weeks to September 11, 2026.

QueryApple share volume by session segment, Aug 17 to Sep 11, 2026
segmentshares_millionsshare_of_volume_pct
04:00-09:29 premarket182.74
09:30-10:29 opening hour157.724.08
10:30-14:59 midday333.850.95
15:00-16:00 closing hour132.120.16
16:01-20:00 after hours13.62.07
The exact SQL behind every number
SELECT
    multiIf(minute_of_day < 570,  '04:00-09:29 premarket',
            minute_of_day < 630,  '09:30-10:29 opening hour',
            minute_of_day < 900,  '10:30-14:59 midday',
            minute_of_day <= 960, '15:00-16:00 closing hour',
                                  '16:01-20:00 after hours')                  AS segment,
    round(toFloat64(sum(volume)) / 1e6, 1)                                     AS shares_millions,
    round(100 * toFloat64(sum(volume)) / toFloat64(sum(sum(volume)) OVER ()), 2) AS share_of_volume_pct
FROM
(
    SELECT
        volume,
        toHour(toTimeZone(window_start, 'America/New_York')) * 60
          + toMinute(toTimeZone(window_start, 'America/New_York')) AS minute_of_day
    FROM global_markets.delayed_stocks_minute_aggs
    WHERE ticker = 'AAPL'
      AND window_start >= toDateTime('2026-08-17 08:00:00', 'UTC')
      AND window_start <  toDateTime('2026-09-12 00:00:00', 'UTC')
)
GROUP BY segment
ORDER BY segment
Run this yourself

The premarket segment carried 2.74% of Apple's volume across the window and after hours carried 2.07%. The closing hour, which includes the 4:00 p.m. closing auction, carried 20.16% on its own. The shape is not unique to Apple.

QueryShare of volume printed outside the regular session, five names, same four weeks
tickeroff_hours_volume_pcttotal_volume_millions
SPY14.59684.5
NVDA9.12145.2
MSFT6.44289.7
AAPL4.81655.1
KO2.41195.2
The exact SQL behind every number
SELECT
    ticker,
    round(100 * toFloat64(sumIf(volume, minute_of_day < 570 OR minute_of_day > 960))
              / toFloat64(sum(volume)), 2)                                 AS off_hours_volume_pct,
    round(toFloat64(sum(volume)) / 1e6, 1)                                 AS total_volume_millions
FROM
(
    SELECT
        ticker,
        volume,
        toHour(toTimeZone(window_start, 'America/New_York')) * 60
          + toMinute(toTimeZone(window_start, 'America/New_York')) AS minute_of_day
    FROM global_markets.delayed_stocks_minute_aggs
    WHERE ticker IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO')
      AND window_start >= toDateTime('2026-08-17 08:00:00', 'UTC')
      AND window_start <  toDateTime('2026-09-12 00:00:00', 'UTC')
)
GROUP BY ticker
ORDER BY off_hours_volume_pct DESC
Run this yourself

The off-hours share ran from 2.41% for KO to 14.59% for SPY. A round-the-clock token market inherits this shape: the hours in which nobody trades the share are the hours in which the token has the least to anchor to.

FAQ

Are tokenized stocks the same as owning the stock?

A backed tokenized stock is a claim on a real share held for you by a custodian, so dividends and votes pass through. You are not the registered holder: the custodian is on the register, as a broker is for a street-name account, and your claim is on the custodian.

Do tokenized stocks pay dividends?

A token backed by real shares does. The custodian receives the dividend as holder of record and owes it to whoever held the token on the record date. A synthetic token that only tracks the price pays whatever its contract says, which may be nothing.

Can I trade tokenized stocks 24/7?

A venue may be open around the clock, but the SEC's September 17, 2026 order does not change exchange hours, the NBBO, the SIP schedule or DTC's settlement calendar. Outside the regular session there is no protected quote to anchor a price to, and the shares behind the tokens cannot move at DTC until its next business day.

What did the SEC's Innovation Exemption do?

On September 17, 2026 the SEC issued a temporary, conditional order exempting tokenized-securities venues that use permissioned automated market makers from the definition of an exchange, on conditions that include tokens carrying the same rights as the underlying stock and trading halting when the listing exchange halts. The exemptions expire five years after publication.


Every panel above carries the SQL that produced it; expand any one to see how the number was counted. To run the same session-segment query on another ticker, ask for it in plain English on the Strasmore terminal.

#tokenized stocks#sec#24/7 trading#settlement#blockchain#market structure