Ephemeral Shared Objects, a new feature on Sui, give developers the ability to delete shared objects. This new feature increases the toolset available to developers and the ways they can interact with shared objects, offering improved cost efficiency and expressivity in object management.

Enabling the temporary creation and subsequent deletion of shared objects, once their purpose is served, can streamline interactions with shared objects. This feature eliminates the need for flags or other logic to indicate the status of shared objects, allows for simpler logic and enhanced clarity in smart contracts, and reclaiming object storage fees once the shared objects are deleted.

To summarize some of the benefits of Ephemeral Shared Objects:

  • Full lifecycle management: Deletion of shared objects completes the object lifecycle on Sui for shared objects, allowing for creation, usage, and deletion.
  • Recovery of object storage fees and cost reduction: By enabling the deletion of shared objects, developers can reduce the costs associated with maintaining unnecessary data on the blockchain by recovering storage fees for shared objects that are no longer in use.
  • Enhanced expressivity and clarity of logic: Developers can now work with shared objects without needing to encode post-usage logic to prevent interaction with the shared object after it is no longer needed: Once a shared object’s usefulness has concluded it can simply be deleted.

Developers eager to leverage this new feature can find an example of Ephemeral Shared Objects in the most recent E2E app guide on shared escrow — in this case to reclaim the shared escrow object after the escrow has concluded.

Happy building!

Author

Sam Blackshear

Co-Founder, CTO, Mysten Labs, Creator of Move Language

CTO of Mysten Labs and inventor of Move language. Former Principal Engineer at Meta.

Read more like this

BTCfi on Sui: A Better Way to Use Bitcoin

Explore the growing BTCfi ecosystem on Sui and how it unlocks real DeFi utility for Bitcoin.

3min read
Sui Foundation

One SUI Coin Will Soon Equal a Billion MIST

MIST is the smallest unit of SUI, equal 10^-9 of a SUI. One billion MIST equals one SUI.

1min read
Sui Foundation

SuiNS Governance Voting and Rewards Explained

SuiNS places governance decisions in the hands of the community, where participation is key to shaping the future.

3min read
SuiNS

Sui Mainnet Halts Resolved After Major Upgrade

Summary On Thursday, May 28 and Friday, May 29, 2026, Sui Mainnet experienced three outage incidents. The first two stemmed from crash bugs involving the...

6min read
Sui Foundation

Nasdaq-Listed SUI Treasury Access is Here: Introducing Mill City Ventures

$450M PIPE deal brings influx of institutional capital to Sui and opens trading access to SUI at scale.

2min read
Sui Foundation

When Agents Pay: The Trust Layer for Agentic Commerce

A look at how Sui provides the trust layer AI agents need to pay safely and verifiably

4min read
Sui Foundation