Ethereum Developer Proposes Standardized Asset Status Interface
Ethereum developer Eric Conner has proposed an asset status interface for tokenized stocks and real-world assets, aiming to standardize the way smart contracts respond to market closures and oracle failures.
The proposal, titled ERC-8392, introduces a common interface that separates expected stale prices during closures from delayed or failed valuation updates. This distinction is crucial because both scenarios produce identical on-chain price data, but require different responses from smart contracts.
For instance, a lending protocol might tolerate an old price during a scheduled closure but suspend liquidations when a data provider has failed. Conner emphasized that the correct response to these situations should be opposite, highlighting the need for a standardized status interface.