What is an NFT?
An NFT (Non-Fungible Token) is a unique digital token recorded on a blockchain that represents ownership of a specific asset. Unlike cryptocurrencies such as Bitcoin or ETH — where every unit is identical and interchangeable (fungible) — each NFT has a unique token ID and metadata that distinguishes it from all others.
NFTs exploded into mainstream consciousness in 2021, with total market volume reaching $17.6 billion that year. By 2024, the market had cooled significantly, with annual volume settling around $5-8 billion, but NFT infrastructure and use cases continued to mature.
The core innovation of NFTs is not the digital art itself — it’s the ability to provably own, transfer, and verify digital scarcity without a central authority. Before NFTs, digital files could be infinitely copied. NFTs introduced the concept of “original” in a digital world.
Token Standards
ERC-721 (The Original NFT Standard)
Created in 2018, ERC-721 was the first standard for non-fungible tokens on Ethereum. Each token is a separate contract entry with unique properties. Used by CryptoPunks (technically pre-standard but similar), Bored Apes, and most early NFT collections.
- Pros: Simple, widely supported, each token is truly unique
- Cons: High gas costs for batch operations, inefficient for large collections
ERC-1155 (Multi-Token Standard)
Created by Enjin, ERC-1155 allows a single contract to manage both fungible and non-fungible tokens. A game could have 1,000 identical swords (fungible) and 10 unique legendary items (non-fungible) in the same contract.
- Pros: Batch transfers in a single transaction, lower gas costs
- Cons: More complex to implement
- Used by: Gods Unchained, OpenSea shared storefront, most blockchain games
Other Standards
| Standard | Chain | Use Case |
|---|---|---|
| Solana SPL | Solana | Low-fee NFTs (Magic Eden collections) |
| Flow NFT | Flow | NBA Top Shot, NFL All Day |
| Ordinals | Bitcoin | Inscriptions on individual satoshis |
| CW721 | Cosmos | CosmWasm-based NFTs |
What Can NFTs Represent?
Digital Art and Collectibles
The most visible NFT category. Artists sell digital artwork as NFTs, enabling provable ownership and secondary market royalties. Notable sales:
- Beeple’s “Everydays”: Sold for $69.3M at Christie’s (March 2021)
- CryptoPunk #5822: Sold for $23.7M (Feb 2022)
- CryptoPunk #9998: Sold for $532M (Oct 2021 — later revealed as a flash loan self-sale)
Gaming
NFTs represent in-game items — weapons, characters, land, skins — that players actually own and can trade outside the game. Projects: Axie Infinity, Illuvium, Gods Unchained.
Domains
ENS (.eth domains), Unstoppable Domains (.crypto, .nft, .wallet) — NFTs that represent human-readable blockchain addresses. Over 2.5M ENS domains have been registered.
Membership and Access
NFTs as digital membership cards granting access to communities, events, or content. Examples: Bored Ape Yacht Club (community + events), VeeFriends (Gary Vaynerchuk conference access).
Music and Media
Musicians release songs, albums, or concert tickets as NFTs, capturing more value than streaming platforms allow. Royal.io lets fans own royalty rights to songs.
Real-World Assets (RWA)
NFTs representing physical property, luxury goods, or event tickets. The token becomes a digital title deed. Still early-stage but growing rapidly.
The Technology Behind NFTs
On-Chain vs Off-Chain Metadata
- On-chain: All data (image, attributes) is stored directly in the smart contract. Extremely rare — only CryptoPunks and a few art projects do this.
- Off-chain: The NFT contract stores only a URI pointing to a JSON metadata file, which is hosted on IPFS, Arweave, or a centralized server. Most NFTs use this approach.
This means if the off-chain storage fails, the NFT becomes a broken link. Centralized hosting (e.g., the creator’s AWS server) is the riskiest — if they stop paying, the image disappears.
Royalties
NFTs can enforce creator royalties on secondary sales via the ERC-2981 standard. However, enforcement is marketplace-dependent:
- OpenSea: Enforced creator royalties (until Feb 2023, then optional)
- Blur: Zero or optional royalties (competitive advantage)
- Magic Eden: Enforces on Solana, optional on Ethereum
The royalty wars of 2022-2023 fundamentally changed NFT creator economics, with many creators seeing 50-90% revenue drops after royalties became optional.
Criticisms and Controversies
- “Right-click save”: Critics argue NFTs are meaningless because anyone can copy the image. The counter-argument: anyone can photograph the Mona Lisa, but only the Louvre owns the original.
- Environmental concerns: Pre-Merge Ethereum NFTs consumed significant energy. Post-Merge (Sept 2022), Ethereum’s energy use dropped 99.95%. This criticism is now largely outdated for Ethereum-based NFTs.
- Wash trading: Fake sales to inflate collection valuations. Estimated 50%+ of early NFT trading volume was wash trades.
- Speculation vs utility: Many collections had no utility beyond speculation, leading to inevitable collapses when the bull market ended.
Frequently Asked Questions
Q: Why would anyone pay for a JPEG? A: You’re paying for verifiable ownership, provenance, and the ability to resell. The image is freely viewable; the ownership is what has value — same as physical art.
Q: Are NFTs dead? A: The speculative mania of 2021 is over. But NFT infrastructure (ticketing, gaming, domains, credentials) continues to grow. The technology is evolving from speculative collectibles toward functional utility.
Q: Can an NFT be duplicated? A: The metadata can be copied, but the token ID on the blockchain cannot. Anyone can mint a new NFT with the same image, but buyers can verify which is the “original” by checking the contract address and creator.