
Ethereum developer Eric Conner has proposed a common status interface for tokenized assets, as onchain stocks trade continuously while the New York Stock Exchange opens for only 32.5 hours each week.
Summary
- ERC-8392 would let contracts check market sessions, trading halts, valuation status and redemption availability.
- The interface separates expected stale prices during closures from delayed or failed valuation updates.
- Conner initially called the proposal ERC-8391, but the published discussion and draft use ERC-8392.
- The proposal supplies status information without deciding whether an asset is safe to trade or use as collateral.
ERC-8392 separates market closures from feed failures
EthHub founder Eric Conner introduced the proposal in an Aug. 24 X post, describing it as an asset status interface for tokenized stocks and real-world assets.
Conner referred to the proposal as ERC-8391 in the post. However, the subsequent Ethereum Magicians discussion and associated draft identify it as ERC-8392, titled “Asset Status Interface for Tokenized Assets.”
The proposal addresses a mismatch between continuous blockchain activity and the limited operating hours of traditional markets. Tokenized stocks can move between wallets or trade through smart contracts at any hour, while their reference shares may not be trading on an exchange.
During a weekend, for example, the latest available stock price may be several hours old because the market is closed. A similar onchain price could also result from an oracle failure, a trading halt, or a corporate event that occurred while the exchange was shut.
Although the price data may look identical in each case, Conner said smart contracts should respond differently. A lending protocol might tolerate an old price during a scheduled closure but suspend liquidations when a data provider has failed.
“Both produce identical bytes onchain. The correct response is opposite,” Conner wrote.
Price feeds alone also cannot show whether the reference stock is under a price restriction, whether the issuer has paused a token program, or whether holders can currently redeem their tokens. ERC-8392 proposes separate queries for each form of operational information.
Tokenized stocks would expose four status categories
At the center of the draft is IAssetStatus, a required interface covering the token program’s lifecycle and operational condition. Three optional extensions would supply information about the reference market, valuation feed, and primary issuance or redemption process.
The market-status extension would identify whether the reference venue is in regular trading, an extended session, an auction, or a closed period. A separate field would report interruptions such as an asset-level halt, venue-wide halt, or price constraint.
For assets tied to listed shares, the proposal also includes a market identifier based on the ISO 10383 Market Identifier Code. Integrators could use the code to compare a reported status with a public exchange calendar.
A valuation-status query would separate an expected lack of updates from a genuine delay. During a normal weekend closure, the interface could report that no new price is due. If an oracle misses an update during an active session, the same interface could show that the valuation has become delayed or unavailable.
Issuance and redemption receive a separate status because a valid market price does not guarantee that investors can create or redeem the token. Funds may operate with net asset value cutoffs, while issuers can set defined subscription periods or temporarily stop redemptions.
Each status category includes an UNKNOWN value. According to the draft, making unknown the default prevents empty storage in a newly deployed or upgraded contract from being interpreted as a healthy operating state.
The proposed views would not depend on the caller and would not revert. Conner also excluded required events because scheduled market sessions can change with the clock even when no blockchain transaction occurs.
ERC-8392 provides information rather than a safety verdict
ERC-8392 does not instruct applications to buy, sell, liquidate, or freeze an asset. Instead, the interface standardizes the questions that a contract can ask, leaving each application to set its own response.
A lending market could reduce loan-to-value limits when a reference exchange closes, while another protocol might continue operating if it has enough liquidity and other pricing sources. Wallets could present a warning when a valuation is delayed or redemption is unavailable.
Conner said the status information would remain advisory because the interface cannot guarantee that an issuer or oracle has supplied correct data. Oracles could report the relevant conditions, and token contracts would return the status through a common format.
Existing products currently use different methods. According to the proposal, Ondo provides an offchain status interface, Robinhood Chain tokens use a proprietary oraclePaused() query, and several other assets expose only a general paused() function. Lending markets must therefore build separate handling rules for each listing.
ERC-8392 has been designed to work alongside other token standards. The draft leaves stock splits to ERC-8056 and transfer restrictions to ERC-7943 or ERC-3643. Merger and spinoff economics are also outside its scope, although their operational effects could appear through a halt or other status update.
Early feedback on Ethereum Magicians has raised questions about historical data and settlement. One respondent working from a lending perspective said status events could help protocols measure how often an asset was halted or its valuation was delayed. The respondent also proposed a status digest that applications could verify at settlement if conditions changed after an earlier check.
Conner has requested feedback from issuers, lending-market teams, and market-structure specialists. The draft has been reviewed on paper against conditions including Hong Kong lunch breaks, German exchange interruptions, London auctions, Gulf trading weeks and price limits in mainland China, but it has not reached final status.
Tokenized stock growth raises the need for common controls
The proposal has arrived as tokenized equity activity expands across several blockchain networks. As crypto.news reported on Aug. 21, combined tokenized-stock trading through Uniswap on Robinhood Chain reached $1 billion.
Robinhood launched 95 Stock Tokens for eligible customers in more than 120 countries, with instruments tracking companies such as Nvidia, Apple, and Alphabet. The products remain unavailable in the United States, and Robinhood describes them as debt securities that track referenced shares rather than direct ownership of the underlying stock.
Separate Token Terminal figures cited in an Aug. 15 report placed the tokenized stock market at about $2.7 billion, up from roughly $80 million one year earlier. Ondo held the largest issuer position, while Binance’s bStocks and Kraken-backed xStocks each accounted for more than $600 million.
Continuous trading can expose investors and lending systems to prices set while the underlying U.S. exchanges are closed. Under Conner’s proposal, applications could check whether an equity reference market is open before accepting a token as collateral, processing a liquidation, or displaying a valuation.
For U.S. investors, a technical status interface would not change the legal treatment of a tokenized security. The Securities and Exchange Commission says issuer-sponsored, custodial, and synthetic tokenized securities can carry different ownership rights, while tokenized securities remain subject to federal securities laws.
Legal ownership may also depend on records maintained outside the token contract. An Aug. 20 report found that an Injective affiliate had secured SEC transfer agent registration, allowing it to maintain securities ownership records, process ownership changes and support distributions and corporate actions.
The ERC-8392 draft remains open for technical review, and Conner said a reference implementation with a Foundry test suite is still being prepared for the proposal.







