---
title: "What is an NFT (Non-Fungible Token)?"
canonical: https://wavect.io/glossary/nft/
language: en
description: "A unique, transferable token on a blockchain that points to a specific thing: ownership of an asset, an access right, or a record. Often a JPEG, sometimes useful."
image: "https://wavect.io/img/general/bak/open_graph_preview.jpg"
---

TECHNOLOGIES

# NFT

Non-Fungible Token

A unique, transferable token on a blockchain that points to a specific thing: ownership of an asset, an access right, or a record. Often a JPEG, sometimes useful.

Last reviewed: 2026-06-02 by [Kevin Riedl](/team/kevin-riedl/) [wiki ↗](https://www.wikidata.org/wiki/Q139796365)

An NFT is a [smart-contract](/glossary/smart-contract/) token standard (ERC-721 on Ethereum is the common one) for assets that are not interchangeable. A dollar is fungible: any dollar is as good as another. A deed to a specific house is not. An NFT is the on-chain equivalent of that deed: a unique entry tied to one owner address, transferable, and verifiable by anyone. What the token actually represents is a design decision, and most of the value question hinges on getting that decision right.

The honest distinction is between utility and speculation. Real utility: tokenised ownership of a real-world asset (RWA), an access right that gates a service or event, a membership credential, or an in-game item the player genuinely controls. In these cases the NFT is doing a job a database row cannot, because the owner can transfer or sell it permissionlessly and it survives the issuer. We built NFT-backed mechanics for LivLive, where the token gates real-world experiences rather than serving as a collectible.

A detail that quietly breaks naive NFT projects: the token on-chain is usually just a pointer, and what it points to often lives on a normal web server. If that server goes down or the company stops paying for it, the “permanent” NFT now points at nothing, a broken-image link backed by a blockchain. Projects that take the ownership claim seriously store the referenced asset on content-addressed storage like IPFS or on-chain directly, so the thing the token represents survives as long as the token does. If a vendor cannot tell you where the actual asset lives and who keeps it alive, the permanence is marketing.

The speculation case is most of the market: a token pointing to a JPEG whose only value is the next buyer paying more. There is nothing technically wrong with it, but it is a collectibles market with [blockchain](/glossary/blockchain/) settlement, not a productivity tool. If a vendor pitches NFTs for your business, the question is always the same: what does the token let the holder do that a database cannot, and does that ownership need to survive your company? Our [blockchain work](/services/blockchain/) starts there.

// FAQ

## FAQs

### What is an NFT actually?

A unique, transferable token on a blockchain, tied to one owner address. The token standard (commonly ERC-721) handles ownership and transfer; what the token represents (an asset, an access right, a JPEG) is a design choice the issuer makes.

### NFT utility vs speculation?

Utility means the token does a job a database row cannot: permissionless transfer, owner control, and survival beyond the issuer (tokenised real-world assets, access rights, in-game items). Speculation means the only value is the next buyer paying more. Most of the public market is the latter.

### Is an NFT worth it for my product?

Only if the token lets the holder do something a database cannot, and that ownership needs to outlive your company. If a database row would serve the same purpose, use the database. NFTs add cost, complexity, and a public attack surface you have to justify.

Related terms

- [Smart Contract](/glossary/smart-contract/)
- [Web3](/glossary/web3/)
- [Blockchain](/glossary/blockchain/)

Related services

- [Blockchain](/services/blockchain/)

Related case studies

- [LivLive](/case-studies/livlive/)
- [Scramble Wallet](/case-studies/scramble-wallet/)

Related guides

- [How to choose a software development agency](/software-development-guide/how-to-choose-a-software-agency/)

Talk to us

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/#organization",
      "@type": [
        "Organization",
        "ProfessionalService",
        "LocalBusiness"
      ],
      "employee": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "founder": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "legalRepresentative": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "name": "Wavect GmbH",
      "subjectOf": {
        "@id": "https://wavect.io/verified-claims.json#dataset",
        "@type": "Dataset",
        "creator": {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        "description": "A machine-readable registry of quantitative and qualitative claims published by Wavect, with review dates, localized page appearances and public third-party citations where available.",
        "inLanguage": "en",
        "isAccessibleForFree": true,
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "name": "Wavect verified publication claims",
        "url": "https://wavect.io/verified-claims.json"
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/team/kevin-riedl/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Kevin Riedl",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796365",
        "https://www.linkedin.com/in/wsdt",
        "https://github.com/wsdt"
      ],
      "url": "https://wavect.io/team/kevin-riedl/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/team/christof-jori/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Christof Jori",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796367",
        "https://www.linkedin.com/in/jocr77/",
        "https://github.com/jo-chris"
      ],
      "url": "https://wavect.io/team/christof-jori/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/#website",
      "@type": "WebSite",
      "inLanguage": [
        "en",
        "de",
        "es",
        "zh"
      ],
      "name": "Wavect",
      "potentialAction": {
        "@type": "SearchAction",
        "query-input": "required name=search_term_string",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://wavect.io/search/?q={search_term_string}"
        }
      },
      "publisher": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "url": "https://wavect.io/"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/glossary/nft/#term",
      "@type": "DefinedTerm",
      "alternateName": [],
      "description": "A unique, transferable token on a blockchain that points to a specific thing: ownership of an asset, an access right, or a record. Often a JPEG, sometimes useful.",
      "inDefinedTermSet": "https://wavect.io/glossary/#termset",
      "name": "NFT",
      "termCode": "nft",
      "url": "https://wavect.io/glossary/nft/"
    },
    {
      "@id": "https://wavect.io/glossary/nft/#webpage",
      "@type": "WebPage",
      "about": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "author": {
        "@id": "https://wavect.io/team/kevin-riedl/#person",
        "@type": "Person",
        "name": "Kevin Riedl",
        "url": "https://wavect.io/team/kevin-riedl/"
      },
      "dateModified": "2026-06-02",
      "description": "A unique, transferable token on a blockchain that points to a specific thing: ownership of an asset, an access right, or a record. Often a JPEG, sometimes useful.",
      "headline": "NFT",
      "inLanguage": "en",
      "isPartOf": {
        "@id": "https://wavect.io/#website",
        "@type": "WebSite"
      },
      "lastReviewed": "2026-06-02",
      "mainEntity": {
        "@id": "https://wavect.io/glossary/nft/#term"
      },
      "mentions": [
        {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        {
          "@type": "Service",
          "name": "Blockchain",
          "url": "https://wavect.io/services/blockchain/"
        }
      ],
      "name": "NFT",
      "reviewedBy": {
        "@id": "https://wavect.io/team/christof-jori/#person",
        "@type": "Person",
        "name": "Christof Jori",
        "url": "https://wavect.io/team/christof-jori/"
      },
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
          ".gls-single__h1",
          ".gls-single__tldr"
        ]
      },
      "url": "https://wavect.io/glossary/nft/"
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "item": "https://wavect.io/",
          "name": "Home",
          "position": 1
        },
        {
          "@type": "ListItem",
          "item": "https://wavect.io/glossary/",
          "name": "Tech, product & engagement glossary",
          "position": 2
        },
        {
          "@type": "ListItem",
          "item": "https://wavect.io/glossary/nft/",
          "name": "NFT",
          "position": 3
        }
      ]
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A unique, transferable token on a blockchain, tied to one owner address. The token standard (commonly ERC-721) handles ownership and transfer; what the token represents (an asset, an access right, a JPEG) is a design choice the issuer makes."
      },
      "name": "What is an NFT actually?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Utility means the token does a job a database row cannot: permissionless transfer, owner control, and survival beyond the issuer (tokenised real-world assets, access rights, in-game items). Speculation means the only value is the next buyer paying more. Most of the public market is the latter."
      },
      "name": "NFT utility vs speculation?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Only if the token lets the holder do something a database cannot, and that ownership needs to outlive your company. If a database row would serve the same purpose, use the database. NFTs add cost, complexity, and a public attack surface you have to justify."
      },
      "name": "Is an NFT worth it for my product?"
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      ".faq-question",
      ".faq-answer"
    ]
  }
}
```
