Post
Share your knowledge.
How does NFT work on sui?
Guys I was wondering if the nfts on sui have the same features and work the same way as in EVM chains. And can their be NFT marketplace built in sui too?
- Sui
- Architecture
- NFT Ecosystem
Answers
1NFTs on Sui don't work exactly like those on EVM chains like Ethereum, but they can offer the same core features—ownership, transferability, metadata, and royalties—along with some unique benefits. On Sui, NFTs are treated as first-class objects, meaning they can store dynamic data and be updated over time. This gives you more flexibility, such as embedding logic or tracking in-game upgrades directly in the NFT itself. Unlike ERC-721 or ERC-1155 standards that are contract-based, Sui’s object-based model allows more scalability and customization with lower gas fees.
You can definitely build an NFT marketplace on Sui. In fact, several already exist—like BlueMove and Keepsake—where users can mint, buy, and sell NFTs just like on OpenSea or Magic Eden. Since Sui has fast finality and low fees, it's actually a solid choice for building marketplaces, especially for gaming or high-volume trading use cases.
To dive deeper and get started, visit the Sui Developer Docs: https://docs.sui.io/build/nfts
You can also explore the BlueMove Marketplace to see a real example live on Sui.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.

- ... SUIBigSneh+1396
- ... SUISuiLover+1333
- ... SUI0xduckmove+1207
- ... SUIThorfin+1202
- ... SUIOwen+970
- ... SUIharry phan+847
- ... SUItheking+742
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution43
- Sui Transaction Failing: Objects Reserved for Another Transaction25
- How do ability constraints interact with dynamic fields in heterogeneous collections?05