Pomegra Wiki

Non-Fungible Token

A non-fungible token (NFT) is a unit of data on a blockchain that represents something unique and irreplaceable. Unlike bitcoin or other cryptocurrencies, which are fungible (one unit is identical to another), each NFT has distinct properties and provenance. NFTs establish on-chain ownership of digital and physical assets without requiring a central intermediary.

Fungibility versus uniqueness

Fungible goods are interchangeable: one dollar bill is equivalent to another; one unit of a mutual fund is equivalent to another. Fungible assets are ideal for currency and financial instruments because users care only about quantity, not identity.

Non-fungible goods are unique: a Picasso painting is not interchangeable with another painting; a specific piece of land is not interchangeable with another parcel. For unique goods, ownership history and provenance matter. A painting’s value depends partly on its documented history.

For centuries, proving unique ownership required centralised registries. A government maintains a land registry; a museum maintains provenance documentation for an artwork; a corporation maintains records of which person owns which seat at a stadium event. These registries are slow, expensive, and require trust in the institution.

A blockchain is a decentralised, permanently immutable registry. When an NFT is created and assigned to a wallet, the transaction is recorded. When the NFT is transferred, the new owner’s wallet address is recorded. Anyone can query the blockchain to verify who currently owns a specific NFT and trace its full ownership history. The proof is cryptographic, not bureaucratic.

Technical standards and minting

The most common standard for NFTs on Ethereum is ERC-721, introduced in 2017. Each ERC-721 token has a unique integer ID; metadata (name, image URL, attributes) is stored separately, either on-chain or off-chain. A wallet can hold multiple ERC-721 tokens; ownership is proven by the wallet’s private key.

A newer standard, ERC-1155, allows a single contract to issue both fungible and non-fungible tokens, useful for games or mixed collections.

Creating an NFT is called “minting.” A creator deploys a smart contract, specifies metadata, and mints tokens. The creator often retains a royalty right—each time the NFT is resold, the creator receives a percentage. This is encoded in the contract and settled automatically.

Use cases and speculation

NFTs exploded in popularity around 2021, initially for digital art and collectibles. Artists could sell digital works directly to collectors, with the blockchain proving authenticity and ownership. Unlike a jpg file, which can be copied freely, an NFT is a scarce, uniquely owned record.

Beyond art, NFTs have been used for:

  • In-game items: weapons, skins, and other game assets that a player truly owns (not rented from a game publisher)
  • Domain names: ENS (Ethereum Name Service) allows users to register human-readable names (.eth) as NFTs
  • Event tickets: concert and sports tickets as NFTs, resaleable on secondary markets
  • Deeds and titles: companies exploring NFT-based registration for real-world property

The NFT market has been volatile. Hype drove prices to unsustainable levels; many projects collapsed. Rug pulls (where creators abandon a project after raising funds) and fraud were common. However, the underlying technology—using a blockchain to prove unique ownership—is sound, and niche use cases (game items, domain names) have shown genuine utility.

Custody and bridging with physical assets

A critical distinction: an NFT proves ownership of a digital asset on-chain. For a digital image or virtual item, this is straightforward. But for a physical asset (a painting, a house, a diamond), the NFT is only a claim. Someone must bridge the physical and digital worlds.

If you own an NFT representing a painting, you still need a trusted custodian (a museum, a vault service) to actually hold and insure the physical work. The NFT proves your claim, but custody is a separate contract. Similarly, an NFT representing a house is only as good as the government’s land registry; the blockchain is a parallel record, not a replacement.

This gap has slowed adoption for high-value real-world assets. NFTs work best for purely digital goods (where the blockchain is the only registry) or for communities where the NFT itself is the entire asset (like a profile picture).

Scalability and environmental concerns

Early NFT minting was expensive, often costing $50–500 per transaction due to gas fees. High fees made the format impractical for low-value items and discouraged experimental use. Layer 2 scaling solutions have dramatically reduced costs, enabling NFT ecosystems on Arbitrum, Optimism, and other systems.

Environmental concerns were raised about NFT energy use, particularly on proof-of-work blockchains. Ethereum’s transition to proof-of-stake in 2022 reduced its energy consumption by ~99%, mitigating the issue for Ethereum-based NFTs. Newer blockchains like Solana use far less energy per transaction than proof-of-work.

The broader implication

The deeper significance of NFTs is not speculative art markets but the principle: a blockchain can serve as a public, immutable registry of unique ownership without a central authority. This applies to digital art, in-game items, domain names, and potentially to real-world assets. The technology is durable even if current hype cycles fade.

See also

Wider context

  • Bitcoin — predates NFTs but inspired the concept of decentralised ownership
  • Ethereum — the primary platform for NFT creation and trade
  • Proof of Stake — reduced the environmental cost of blockchains hosting NFTs
  • Layer 2 Scaling — makes NFT transactions cheap enough for mass adoption
  • Distributed Ledger — the broader architecture of decentralised asset ownership