Skip to content
RiskTemplates · The Daily Brief Thursday, September 17, 2026
Wire SEC's $64 Million Croft & Frost Offering Fraud Case: The Warning Email Compliance Teams Cannot Ignore SEP 14

Feature Regulatory Compliance

SEC Innovation Exemption: The Control Blueprint for Tokenized Stock Trading

The SEC Innovation Exemption opens tokenized stock trading under strict volume, issuer-rights, disclosure, cyber, and recordkeeping controls.

By Rebecca Leung · September 17, 2026 ·
Table of Contents

TL;DR

  • The SEC’s Innovation Exemption creates an immediate, five-year pathway for U.S. venues to trade tokenized NMS stocks through permissioned automated market maker pools.
  • This is conditional relief, not a regulatory blank check: the order imposes shareholder-rights equivalence, issuer objection rights, volume caps, public transaction data, trading-halt synchronization, cyber-event notices, and SEC-accessible records.
  • A venue cannot call itself SEC-registered or imply that the Commission endorsed it. It also cannot use the exemption for primary offerings, leverage, or customer-asset custody by exempt liquidity providers.
  • Product, Compliance, Legal, Market Operations, Cybersecurity, and Records Management should treat the order as a launch-control specification—not as a Legal-only interpretation exercise.

The SEC Innovation Exemption just turned tokenized U.S. stocks from a regulatory thought experiment into an executable product—with a very specific control perimeter.

On September 17, 2026, the Securities and Exchange Commission issued Release No. 34-106402, granting temporary conditional relief to qualifying Tokenized Securities Venues, or TSVs. The relief allows permissioned trading of tokenized National Market System stocks through automated market maker liquidity pools without requiring the venue to register as a national securities exchange solely for that activity. Certain liquidity providers also receive limited relief from the Exchange Act’s dealer definition.

The exemption is effective through September 17, 2031. That five-year window sounds generous. The operating conditions are not.

The useful way to read this 70-plus-page order is as a control blueprint. A product team asking, “Can we launch tokenized equities now?” is asking the wrong first question. The better question is: Can we prove, continuously, that the product stays inside every condition that makes the exemption available?

What the SEC Innovation Exemption actually permits

The SEC’s September 17 press release describes a TSV as a venue that brings buyers and sellers together by providing one or more permissioned AMM liquidity pools and setting access standards for participants.

Three boundaries matter immediately:

  1. This is secondary trading relief. The order does not permit primary issuances or initial offerings on a TSV. Offers and sales still must be registered under the Securities Act or qualify for an exemption.
  2. The stock token must be the real economic article. Holders must receive the same rights and privileges as holders of the equivalent traditional NMS stock—including the same company interest, dividends, voting rights, and residual liquidation rights.
  3. The venue is not an SEC-registered exchange. The TSV must disclose that status and cannot represent that the Commission approved, endorsed, or registered its exempt activity.

That second point separates a qualifying tokenized share from a synthetic instrument that merely follows a public stock’s price. CNBC’s coverage of the SEC Innovation Exemption highlighted this rights question, including the market dispute over whether stock-token holders receive voting rights and a real relationship to the underlying issuer.

For risk teams, “token equivalence” needs evidence. Legal terms, transfer mechanics, proxy delivery, dividend processing, liquidation rights, and the underlying shareholder register all have to tell the same story.

The conditions are a launch checklist, not footnotes

The SEC’s fact sheet gives the short version. The order supplies the operating detail.

ConditionWhat the order requiresControl ownerEvidence that should exist
U.S. statusThe TSV must be a U.S. person and comply with applicable OFAC obligationsLegal and BSA/AML OfficerEntity analysis, sanctions-control mapping, participant screening records
Public noticePublish a plain-English notice at least 30 days before operating and notify SEC staff within one business dayCCODated web notice, SEC email, version history
Issuer rightsNotify an issuer before trading stock tokenized by an unaffiliated third party; wait 30 days; honor a timely objectionLegal and Issuer RelationsDelivery receipt, objection log, token enablement block
Rights equivalenceVerify that the token carries the same rights and privileges as the traditional classLegal, Product, and OperationsLegal opinion, rights matrix, corporate-action test results
Smart-contract transparencyUse auditable, public smart contracts on a public, permissionless distributed ledgerCTO and Smart Contract SecurityDeployed addresses, audit report, source-code reference, change approvals
Trading limitsEnforce symbol and volume ceilings, aggregated with affiliated TSVsMarket Operations and ComplianceDaily calculations, affiliate feed, automated limit alerts
Transaction transparencyPublish specified transaction and pool data in machine-readable form within 10 minutesData Engineering and Market OperationsPublic API, completeness checks, timestamp monitoring
Trading stoppagesStop token trading concurrently with a halt or suspension in the underlying stockMarket OperationsPrimary-market halt feed, kill-switch tests, notification records
Operational eventsImmediately notify participants and promptly notify the SEC of significant eventsCISO, Incident Response, CCOSeverity criteria, response playbook, participant and regulator notices
Books and recordsMaintain detailed trading, participant, fee, event, notice, and volume recordsRecords Management and CCORetention schedule, data dictionary, retrieval test

The order requires the initial public notice to appear at least 30 calendar days before operation. Material operational changes generally need 20 calendar days’ advance disclosure. The TSV also must preserve every version of the notice. This is product-change governance made public.

A normal release process that lets Product deploy first and asks Compliance to update disclosures later will fail here. Notice impact belongs in the change ticket before code reaches production.

Volume limits need automated controls

The exemption divides stocks using the existing Limit Up-Limit Down Plan tiers.

Tokenized NMS stock tierMaximum symbolsMaximum volume per stock
Tier 1750.25% of the underlying stock’s prior-month average daily share volume
Tier 22502.5% of the underlying stock’s prior-month average daily share volume

The calculation is not venue-by-venue. The SEC order requires a TSV to aggregate its volume and symbol count with affiliated TSVs. That closes an obvious structuring workaround.

The first volume-threshold breach receives a stepped response: the venue must prevent another breach. A subsequent breach for the same tokenized stock requires an immediate three-month trading pause, including at affiliated TSVs. The venue must notify participants immediately and revise its public notice within five business days.

A monthly spreadsheet is not a credible control for this requirement. Market Operations needs:

  • an authoritative monthly denominator from the applicable consolidated tape data;
  • intraday token-volume aggregation across every affiliate;
  • warning thresholds set below the legal ceiling;
  • a pre-authorized kill switch for the affected symbol;
  • a breach counter by tokenized stock;
  • evidence that Compliance independently recalculated a sample; and
  • a five-business-day notice workflow that starts automatically when a pause occurs.

Starter thresholds should be calibrated against expected flow and system latency. For example, an internal warning at 80% and escalation at 90% may be workable, but those percentages are design choices—not SEC safe harbors. Back-test them against peak intraday volume before approval.

Issuer objection rights change the product workflow

Where an unaffiliated third party tokenizes a company’s stock, the TSV must send written notice to the issuer and wait at least 30 calendar days after the issuer receives it. If the issuer objects within that period, the stock cannot trade on the TSV under the exemption.

That creates a hard dependency between Legal’s evidence of delivery and Engineering’s asset-enablement process. The token configuration should remain disabled until the system has:

  1. a verified issuer address from the issuer’s Exchange Act filing;
  2. proof and date of receipt;
  3. a calculated end to the 30-day window;
  4. a check for any objection; and
  5. Legal approval that the rights-equivalence file is complete.

Do not run this from an inbox. Build an issuer-notice register with immutable dates, attached evidence, status, and a direct link to the production asset flag. The awkward ownership point is predictable: Legal sends the letter, Product owns the launch date, and Operations enables the token. One workflow needs to bind all three.

The SEC imposed public-data and incident duties

A TSV must make 30 days of U.S.-dollar-denominated transaction information freely available in machine-readable form, updated within 10 minutes of each transaction. Required fields include the asset pair, price, size, transaction time, direction, smart-contract address, daily pair volume, and end-of-day liquidity-pool size.

That is both a disclosure obligation and a data-quality control. A venue could execute trades correctly and still fall outside the exemption because its public feed is late or incomplete.

The order also treats cyber and operational resilience as exemption conditions. A known disruption affecting trading, an AMM pool, transaction entry, permissioning, participant assets, or participant information can become a “significant operational event.” Participants must be notified immediately, the SEC promptly, and the event remediated as soon as reasonably practicable.

Connect this work to the existing incident process rather than creating a crypto-only side channel. The severity matrix should explicitly map TSV events to notification duties, and tabletop exercises should test regulator and participant communications. The site’s SEC transfer agent rules analysis makes the same broader point: blockchain changes the infrastructure, not the need for evidence, resilience, and accountable owners.

What should firms do in the first 30 days?

Days 1–10: make an eligibility decision

Owner: General Counsel with the CCO and Head of Product

  • Map the proposed service against the order’s definitions of TSV, AMM Liquidity Pool, and tokenized NMS stock.
  • Identify every legal entity and affiliate involved.
  • Separate exempt activity from activity that still requires broker-dealer, exchange, ATS, transfer-agent, or other analysis.
  • Create a rights-equivalence matrix covering dividends, voting, issuer communications, liquidation, and transfers.
  • Document the primary issuance and leverage prohibitions as product requirements.

Days 11–20: prove the market controls

Owner: Market Operations with Engineering and Compliance Testing

  • Build the symbol and volume calculator, including affiliate aggregation.
  • Wire the underlying-market halt feed to a tested token kill switch.
  • Define participant eligibility and wallet-verification controls.
  • Test the 10-minute public-data service for completeness, accuracy, and availability.
  • Run smart-contract security review and preserve the deployed code and audit evidence.

If your architecture is still a whiteboard diagram, use a proper flow map. The flow-of-funds approach for new product risk assessments adapts well here: replace payment rails with token, cash or crypto pair, custody, wallet, settlement, and corporate-action nodes.

Days 21–30: assemble the evidence binder

Owner: CCO with Records Management and the CISO

  • Draft the public notice and map each statement to supporting evidence.
  • Establish the issuer-notice and objection register.
  • Approve a TSV-specific incident annex with participant and SEC notification steps.
  • Create the retention schedule: records must remain available while the exemption is effective and for three years afterward.
  • Perform a mock SEC retrieval request in both human-readable and reasonably usable electronic formats.
  • Require first-line, second-line, Legal, Cyber, and executive launch sign-offs.

For firms also using tokenized money market funds or stablecoin infrastructure, compare the launch assumptions against the GENIUS Act stablecoin compliance workstreams. The regimes are different, but reserve, sanctions, partner, settlement, and disclosure dependencies can collide inside the same architecture.

The risk committee decision should be conditional

The SEC called this temporary relief and requested public comment. Chairman Paul Atkins likewise said in his statement on the Innovation Exemption that the interim measure should be followed by durable rulemaking.

That matters for strategic risk. A five-year sunset is not permission to build an operating model that only works if the relief never changes. The risk committee should require:

  • a regulatory-change trigger tied to SEC amendments and the Federal Register;
  • a compliant wind-down plan for each tokenized stock;
  • contractual rights to retrieve records and migrate smart-contract or vendor dependencies;
  • a participant communication plan for loss of eligibility; and
  • quarterly confirmation that every condition remains supported by current evidence.

The practical takeaway is simple: the exemption opens a door, but the doorframe is instrumented. Every notice, threshold, token right, halt, incident, and record can determine whether the venue remains inside the relief.

If your team is turning the SEC order into a launch decision, the New Product Risk Assessment gives Product, Legal, Compliance, Technology, and Operations one control-and-approval record instead of five disconnected checklists.

◆ Need the working template?

Start with the source guide.

These answer-first guides summarize the required fields, evidence, and implementation steps behind the templates practitioners search for.

◆ Immaterial Findings · Weekly

Sharp risk & compliance insights. No fluff.

◆ FAQ

Frequently asked questions.

What is the SEC Innovation Exemption for tokenized stocks?
It is temporary conditional relief from the Exchange Act definition of exchange for qualifying U.S. Tokenized Securities Venues, plus limited dealer relief for certain AMM liquidity providers. It permits permissioned secondary trading of tokenized NMS stocks if the venue satisfies the SEC order's conditions.
Does the SEC Innovation Exemption allow synthetic stock tokens?
The order requires a tokenized NMS stock to give holders the same rights and privileges as the equivalent traditional share, including economic, voting, dividend, and liquidation rights. A token that merely tracks a stock's price would not satisfy that equivalence condition.
Can a public company stop its stock from being tokenized under the exemption?
If an unaffiliated third party tokenizes the stock, the venue must notify the issuer and wait at least 30 calendar days after receipt before trading begins. A timely issuer objection prevents the venue from offering that tokenized stock under the exemption.
What are the SEC's tokenized stock volume limits?
Tier 1 tokenized NMS stocks are limited to 75 symbols and 0.25% of the prior month's average daily share volume per stock. Tier 2 stocks are limited to 250 symbols and 2.5%. Affiliated venues must aggregate symbols and volume.
How long does the Innovation Exemption last?
SEC Release No. 34-106402 states that the exemptions are effective from September 17, 2026 through September 17, 2031. The SEC describes the order as interim relief while it considers further action and has requested public comment.
Rebecca Leung

Author

Rebecca Leung

Rebecca Leung has 8+ years of risk and compliance experience across first and second line roles at commercial banks, asset managers, and fintechs. Former management consultant advising financial institutions on risk strategy. Founder of RiskTemplates.

◆ Related framework

New Product Risk Assessment

Structured risk review process for new products, services, and business initiatives.

Immaterial Findings · Newsletter

The brief, in your inbox.

Enforcement of the week, a framework breakdown, and the prompts that are actually worth running. Delivered to your inbox. Free.