đWelcome to SuiShadow
Introduction

Welcome to Sui Shadow, a cutting-edge NFT marketplace on Sui where artists can sell truly âhiddenâ artworksâsafe from theft or unauthorized re-minting. Instead of ever exposing a high-resolution PNG on-chain, Sui Shadow splits, encrypts, and stores image tiles off-chain, committing only a small Merkle root to the blockchain. Collectors who purchase an NFT gain permissioned, client-side access to decrypt and reassemble the full artwork in their browser.
The Challenge
Traditional NFT platforms mint clear-text images or store full media on decentralized storage, leaving them vulnerable to scraping, copying, or premature minting. Once exposed, an image can be stolen, re-uploaded, or relisted without the artistâs consent.
The Sui Shadow Solution
Off-Chain Obfuscation
Each artwork is divided into encrypted tiles. Full images never reside on-chain.
Merkle-Backed Integrity
A SHA-256 Merkle root of all ciphertexts lives in the NFTâs metadata, guaranteeing tamper-proof authenticity.
Permissioned Decryption
Only buyersâverified via a zk-anonymous credentialâcan fetch, verify, and decrypt tiles from off-chain storage.
Gas-Efficient Minting
On-chain data is limited to a 32-byte Merkle root and a few pointers, drastically reducing gas costs.
Key Technologies
Sui Seal: Native on-chain encryption for sealing image tiles and coordinates, ensuring confidentiality before storage.
ZKlogin: Zero-knowledge login and allowlist system that grants decryption rights only to verified buyersâno centralized authority or KYC required.
Walrus: A decentralized off-chain storage network optimized for large media, hosting encrypted image blocks at low cost and high reliability.
Why Sui Shadow?
Authenticity & Integrity: Any attempt to modify encrypted data invalidates the Merkle root, preventing tampering.
Privacy & Exclusivity: Until purchase, viewers see only a blurred or watermarked previewâprotecting the artistâs IP and maintaining scarcity.
Seamless UX: Buyers fetch, verify, and decrypt all tiles in their browser, reassembling the full artwork client-side with zero trusted intermediaries.
Last updated