How it works
When you want to sell an NFT from Ethereum on Sui:- Create a container in Umi
- Deposit your NFT into the container
- The container verifies you own the NFT on the source chain
- List it for sale on Drip (the cross-chain marketplace on Sui)
- When someone buys it, the NFT transfers to their Umi wallet
Umi Containers (v1)
Umi containers are our current implementation for cross-chain assets. They use off-chain attestations enforced by the Umi server to validate that a specific claim exists on another chain. How verification works:- You deposit an asset into a container
- Umi validates ownership on the source chain
- The attestation is recorded and enforced by Umi
- The container becomes tradeable on Sui
- Ethereum NFTs (ERC-721, ERC-1155)
- Solana NFTs
- Tezos NFTs
- Bitcoin Ordinals (coming soon)
- Single: One NFT per container. Good for individual listings.
- Bundle: Multiple NFTs in one container. Sell a whole collection at once.
Attested Containers (v2)
V2 moves toward an on-chain balance sheet model. Instead of opaque assets with off-chain attestations, containers will hold attested claims that can be trusted directly on-chain. What changes:- Claims are cryptographically attested using TEEs (trusted execution environments) or light clients
- Attestations live on-chain, not just in Umi’s systems
- Smart contracts can verify container contents directly
- No reliance on Umi to enforce claims
- LP positions: Containers can represent liquidity positions from other chains
- Composable assets: DeFi protocols can build on top of attested cross-chain assets
- Financial primitives: Lending, borrowing, and other operations against verified cross-chain collateral
- Trustless integrations: Any protocol can verify container contents without trusting Umi
Trading on Drip
Drip is the marketplace built for cross-chain trading. It is where Umi containers get listed and sold. For sellers:- List NFTs from any chain you hold in Umi
- Set your price in SUI or other accepted tokens
- Bundle multiple items for package deals
- Track your listings and sales
- Browse verified cross-chain assets
- Buy with confidence knowing ownership is verified
- Assets go directly to your Umi wallet
- Full provenance on Sui blockchain

