NFTs & Digital Assets
Non-fungible tokens and ownership
Plain English
Like a certificate of authenticity for digital items. If you buy digital art as an NFT, you own the original version with proof on the blockchain - similar to owning an autographed baseball card versus a regular one. Each NFT is unique and can’t be replaced with another.
Technical
A cryptographic token representing unique, indivisible ownership of a specific digital or physical asset. Built on Solana using the Token Metadata program, NFTs include on-chain metadata, verified creators, royalty enforcement, and can be grouped into collections. Unlike fungible tokens, each NFT has distinct properties and cannot be exchanged 1:1.
Plain English
The information that describes an NFT - its name, description, image, traits, and other properties. Usually stored off-chain (on IPFS or other storage) with just a link stored on the blockchain. This metadata makes NFTs more than just unique numbers.
Technical
Structured data describing NFT properties including name, description, image URI, attributes, and provenance information. On Solana, metadata follows Token Metadata Program standards with on-chain pointers to off-chain JSON files. Metadata immutability, decentralized storage (IPFS), and standardization (OpenSea metadata standards) are key considerations for long-term NFT value preservation.
Plain English
Ongoing payments to original creators every time their NFT is resold. If an artist sets 5% royalties, they earn 5% of every future sale automatically. This gives creators ongoing income from their work, unlike traditional art sales.
Technical
On-chain enforcement mechanism ensuring original creators receive percentage-based compensation from secondary sales. Solana’s Token Metadata program enables creators to set royalty percentages and recipient addresses. However, royalty enforcement depends on marketplace cooperation - some platforms allow royalty circumvention, leading to ongoing debates about creator compensation sustainability.
Plain English
Groups of related NFTs, usually with common themes, art styles, or utility. Think of them like trading card sets - each card is unique but part of a larger collection. Popular collections include profile picture projects (PFPs) and generative art series.
Technical
Curated groups of NFTs sharing common characteristics, creators, or smart contracts. Collections enable floor price tracking, bulk operations, marketplace organization, and community formation. On Solana, collections use verified creator signatures and collection metadata to establish authentic groupings, preventing unauthorized additions and enabling collection-wide features.
Plain English
NFTs that provide access to real-world benefits beyond just ownership - like membership cards, event tickets, or access to exclusive content. They prove ownership and unlock features, making them functional tools rather than just digital art.
Technical
NFTs programmed with specific functionality or access rights beyond aesthetic value: DAO membership tokens, platform access keys, gaming assets with in-game utility, loyalty program benefits, or real-world service entitlements. Utility NFTs demonstrate blockchain’s potential for tokenizing access rights and programmable ownership.
Plain English
NFTs that can change their appearance or properties over time based on certain conditions. Like a digital pet that grows, or artwork that changes with weather data. The NFT evolves while maintaining its unique identity and ownership.
Technical
NFTs with mutable metadata that updates based on external data, user interactions, or time-based triggers. Implemented through oracle feeds, smart contract logic, or off-chain computation with on-chain verification. Examples: gaming characters with evolving stats, artwork responding to market conditions, or certificates updating with achievement data.
Plain English
Splitting expensive NFTs into smaller, affordable pieces that multiple people can own. Like buying shares of an expensive painting instead of the whole thing. Each person owns a fraction and can trade their piece independently.
Technical
Mechanism for dividing NFT ownership into fungible tokens representing fractional shares. Enables price discovery for illiquid assets, democratizes access to high-value NFTs, and creates liquid markets for traditionally illiquid assets. Implemented through vault contracts that hold the original NFT and issue representative tokens to fractional owners.
Plain English
Platforms where you can buy, sell, and discover NFTs - like eBay for digital assets. Popular Solana marketplaces include Magic Eden and Tensor. They handle the technical aspects of trading and provide user-friendly interfaces for browsing collections.
Technical
Decentralized platforms facilitating NFT discovery, trading, and price discovery through smart contracts. Solana marketplaces (Magic Eden, Tensor, OpenSea) implement features like: collection verification, royalty enforcement, bulk operations, bidding mechanisms, and creator tools. Revenue models typically involve transaction fees and optional creator/platform royalties.