An NFT (Non-Fungible Token)
An NFT (Non-Fungible Token) is a unique blockchain asset representing verifiable ownership of a specific digital or tokenized item, distinguished from fungible tokens by scarcity and provenance.
An NFT (Non-Fungible Token) is a unique blockchain asset representing verifiable ownership of a specific digital or toke...
entity.trust_high
Aug 2026 · Показатель свежести: 80%
Что такое An NFT (Non-Fungible Token)?
An NFT (Non-Fungible Token) is a unique blockchain asset representing verifiable ownership of a specific digital or tokenized item, distinguished from fungible tokens by scarcity and provenance.
- Category
- concept
- Type
- Authority Node
- Источники
- 5
NFT sits in a three-layer model:
Before NFTs, digital goods were infinitely copiable. A digital image could be duplicated without limit, which made it impossible to prove who owned the "original" — or whether such a concept had meaning. NFT introduces verifiable scarcity:
Граф знаний
21 relationsХронология
Fractionalization improves NFT liquidity.
In-game assets adopt NFT ownership models.
NFTs move to Layer-2 networks for lower cost.
Ordinals bring NFTs to Bitcoin.
Tokenized real-world assets adopt NFT semantics.
NFTs used for identity and account abstraction experiments.
Сравнить
An NFT (non-fungible token) is an ownership asset recorded on a Blockchain whose individual units are unique and therefore cannot be exchanged one-for-one with one another. NFTs provide verifiable scarcity and a verifiable ownership record for digital or tokenized real-world items: artwork, collectibles, memberships, identity credentials, and asset records. The NFT is the ownership record — it is not the item itself, and it is not the application that presents the item.
Three boundaries matter. First, an NFT is not a Token: Token is the general asset carrier whose units are interchangeable, while NFT is the verifiable-scarcity ownership layer. Second, an NFT is not a Digital Collectible: a digital collectible is an application experience, while NFT is the asset layer underneath it. Third, an NFT is not a cryptocurrency: cryptocurrency units are fungible by design, so no NFT unit can be substituted for another. In Web3Fire's ontology, NFT occupies the Token Asset Layer — the layer of digital ownership that Smart Contracts on networks such as Ethereum record, that Metadata Standards describe, and that applications across Web3 — marketplaces, games, and DAO treasuries — consume.
Entity Identity (structured)
| Field | Value |
|---|---|
| Entity Type | Token Asset Layer Authority Node |
| Three-layer Model | Asset Layer → Metadata Layer → Application Layer |
| Sub-categories | Digital Collectible · NFT Collection · NFT Metadata · NFT Royalties · Fractional NFT |
| Distinct From | Token, Digital Collectible, Cryptocurrency, Artwork, RWA |
*This structured block gives AI search engines a machine-readable identity.*
---
2. Definition
2.1 What an NFT Is
An NFT is a unique, indivisible digital asset record whose ownership is tracked on a Blockchain. Its defining property is non-fungibility: each unit has a distinct identity and distinct metadata, so one unit can never be substituted for another without changing what is owned. This is the opposite of a fungible asset, where any unit is interchangeable with any other of the same kind.
2.2 Fungibility as the Core Distinction
Fungibility is the axis on which NFT and Token separate. A fungible asset — a currency unit, a share, a utility token — is measured by quantity: one unit is equal in value and use to any other. A non-fungible asset is measured by identity: the specific artwork, the specific property, the specific membership. NFT encodes that identity at the asset layer rather than at the application layer, which is why the asset layer cannot be reduced to a fungible denomination.
2.3 The Ownership Record, Not the Thing
The NFT is a record of ownership, not the thing owned. A digital artwork's image file may live in off-chain storage; the NFT records who owns that artwork and where its description can be found. The distinction matters because it defines what is transferable (the record) and what is verifiable (the record's history). The record is what persists on the Blockchain; the description is what Metadata Standards structure and what applications render.
2.4 The Historical Name
The full name "non-fungible token" is historical. Early proposals framed the idea as a kind of token standard, and the name stuck. In Web3Fire's ontology, NFT is not an instance of Token: Token is the general asset carrier, and NFT is the ownership layer for scarce items. The name is retained for interoperability with the ecosystem; the ontology keeps the two entities separate by design.
2.5 The Asset Layer Position
NFT sits between applications and the record-keeping infrastructure. The Blockchain provides the settlement environment; Smart Contracts maintain the ownership ledger; Metadata Standards describe the asset; NFT is the asset itself — the unit of ownership. Applications such as Digital Collectible experiences, marketplaces, and RWA platforms consume this asset layer rather than replace it. This positioning is why the same record can be traded, displayed, pledged, and governed without modification.
---
3. Why It Matters
3.1 Verifiable Scarcity
Before NFTs, digital goods were infinitely copiable. A digital image could be duplicated without limit, which made it impossible to prove who owned the "original" — or whether such a concept had meaning. NFT introduces verifiable scarcity: the Blockchain records that a specific token ID exists, who holds it, and every change of ownership. Provenance and scarcity become machine-checkable facts rather than marketing claims.
3.2 Ownership in the Digital Economy
The internet established the infrastructure for copying and sharing but never produced a native mechanism for owning. NFT supplies that mechanism for digital items. Artists, game studios, and communities can issue scarce digital goods whose ownership is independent of any platform: the record lives on the Blockchain, not in a company database. This is why NFT became the asset layer of the emerging Web3 economy rather than an isolated feature of one site.
3.3 The Creator Economy Connection
Because ownership is recorded at the asset layer, transfers can carry rules — including royalty payments to creators on every secondary sale. The ERC-2981 royalty interface and marketplace policies made resale royalties a standard expectation for many collections during the 2020-2022 growth period. The royalty controversy of 2022 centered on exactly this mechanism: who can enforce a promise to pay creators after a token leaves their hands.
3.4 The Bridge to Real-World Assets
NFT is the same asset-layer primitive used to represent tokenized RWA — artwork, luxury goods, property records, and identity documents. When a real-world asset is tokenized, an NFT-style record can carry the ownership claim, while the physical asset or legal agreement lives off-chain. The asset layer is the point of connection between the Blockchain and the real economy, and the quality of that connection depends on the legal and custody arrangements around each record.
3.5 The Infrastructure Effect
Scarcity, ownership, provenance, and programmability combine into reusable infrastructure. Any application that needs a unique, ownable, transferable record can use the NFT asset layer: games, memberships, tickets, credentials, and community assets governed by a DAO. The value compounds because the same primitive serves many industries, and it is one of the few parts of Web3 that also interacts with DeFi — through collateralized lending — and with institutional RWA programs.
---
4. Architecture
4.1 The Three-Layer Model
NFT sits in a three-layer model:
- Asset Layer — the unique ownership record: a token ID mapped to an owner address, maintained by an Smart Contract on a Blockchain.
- Metadata Layer — the description of what is owned: name, image, attributes, and external links, structured by a Metadata Standard.
- Application Layer — what the asset does: Digital Collectible experiences, marketplaces, memberships, RWA records, and DAO-held assets.
The three layers separate concerns. The Asset Layer answers "who owns what?"; the Metadata Layer answers "what is owned?"; the Application Layer answers "what can be done with it?". Each layer can change independently — metadata can be updated without transferring ownership, and applications can be rebuilt without altering the ownership record.
4.2 The Asset Layer
At the asset layer, a contract assigns a unique token ID to an owner address. The mapping is the source of truth for ownership. Transfers update the mapping, and no authority outside the contract can change it. Because the mapping lives in the Smart Contract, the record is deterministic, public, and auditable. Networks such as Ethereum settle these state changes under the network's consensus rules.
4.3 The Metadata Layer
The token ID is an identifier, not a description. The metadata layer attaches meaning to the identifier through Metadata Standards — most commonly a JSON document referenced by a URI that the contract exposes. The document typically contains the name, image, and attributes of the asset. Where the URI resolves matters: on-chain metadata is immutable and permanent; off-chain metadata can be updated or lost. The choice is an architectural trade-off between flexibility and durability, and it is the decision most often criticized when a collection's assets change or vanish.
4.4 The Application Layer
Applications interpret the asset layer. A marketplace presents NFTs as tradeable items; a game treats them as in-game assets; a DAO holds them as treasury assets; an RWA platform treats them as ownership records for physical items. Applications do not change the asset layer — they consume it. This separation is why the same NFT can be shown, traded, pledged, and governed without modifying the underlying record.
4.5 Historical Timeline
The timeline below documents the verifiable history of the NFT asset layer, from its roots in early Ethereum experiments to its current expansion into identity and tokenized assets.
| Date | Event | Significance |
|---|---|---|
| 2017-06 | CryptoPunks released | Larva Labs mints 10,000 unique pixel-art characters on Ethereum; widely cited as an early NFT project. |
| 2017-11 | CryptoKitties launches | Dapper Labs' breedable digital cats introduce NFTs to a mainstream audience. |
| 2017-12 | CryptoKitties congestion | Demand for CryptoKitties slows the Ethereum network, demonstrating public demand for unique digital items. |
| 2018-01 | ERC-721 proposed | William Entriken et al. propose ERC-721 as an Ethereum standard for non-fungible tokens. |
| 2018-06 | ERC-721 finalized | The standard is finalized, giving NFT Smart Contracts a common interface. |
| 2018 | NFT marketplaces emerge | Early marketplaces begin listing NFT collections and enabling peer-to-peer trading. |
| 2020 | NFT market rises | Trading activity and new collections grow; art, gaming, and collectible use cases expand. |
| 2020-05 | NBA Top Shot beta | Dapper Labs' licensed basketball collectibles open in closed beta, linking NFTs to licensed sports content. |
| 2021-03 | Beeple's Everydays sells for $69.3M | Christie's auction places NFT art in the mainstream and accelerates market growth. |
| 2021 | "NFT Summer" | NFT trading volumes peak; new collections mint at record pace across Web3. |
| 2022 | Royalty controversy | Marketplaces debate creator royalty enforcement; ERC-2981 and marketplace policies diverge. |
| 2022-2023 | Market correction | NFT trading volumes fall from the 2021 peak as speculative demand recedes. |
| 2023 | Identity and membership NFTs | Identity, access, and membership use cases expand beyond collectibles. |
| 2023 | EIP-6551 token-bound accounts | The proposal gives each NFT its own account, enabling owned assets and richer on-chain use. |
| 2023-2024+ | RWA association grows | Tokenized-asset initiatives increasingly use NFT-style records for RWA ownership. |
---
5. How It Works
5.1 Minting
Minting creates a new NFT. A user calls the Smart Contract's mint function, and the contract assigns a new unique token ID to the caller's address. At the moment of minting, the Blockchain records that the token ID exists and who owns it. Some collections mint a fixed supply — CryptoPunks' 10,000 units, for example — while others allow continuous creation within contract rules.
5.2 Transferring
A transfer changes the owner mapping: the contract removes the old owner's claim and assigns the token ID to a new address. The transfer is a state change settled by the network, so the history of ownership is permanently recorded. Transfers can be constrained by contract rules — lockup periods, whitelists, or approval requirements — but the underlying operation is always the same ledger update.
5.3 Metadata Resolution
A marketplace or wallet reads the token URI from the contract, fetches the metadata document, and renders the asset — the image, name, and attributes. If the URI resolves to off-chain storage, the displayed item can change over time; if it resolves on-chain, the display is permanent. Metadata resolution is where the Metadata Standard defines the contract between the asset layer and the application layer.
5.4 Trading and Marketplaces
Marketplaces match NFT listings with offers. A seller lists a token; a buyer submits a bid or accepts a price; the marketplace executes the transfer when the Smart Contract conditions are met. Royalty logic, where present, sends a percentage of the sale to the creator's address at execution time. The marketplace is an application-layer participant — it does not own the assets and holds no control over the records.
5.5 Royalties and EIP-2981
ERC-2981 defines a standard interface for royalty information: a contract can report the royalty amount and the payee for a given token and sale price. Whether royalties are actually enforced depends on the marketplace that executes the sale. The 2022 controversy arose because enforcement is optional: a marketplace can choose not to honor the royalty interface, which is why creators, platforms, and collectors held divergent expectations about resale payments.
---
6. Ecosystem
| Relation | Target | Meaning |
|---|---|---|
| records | Token | NFT is the Token Asset Layer; Token is the general fungible carrier |
| settled_by | Blockchain | Ownership state changes follow network consensus |
| implemented_by | Smart Contract | Contracts maintain the ownership ledger |
| hosted_on | Ethereum | ERC-721 originated on Ethereum and remains its largest NFT network |
| structured_by | Metadata Standard | Metadata standards describe the asset |
| consumed_by | Digital Collectible | Collectible experiences use NFT as the asset layer |
| linked_to | RWA | Tokenized real-world ownership records |
| used_by | Web3 | Asset layer of the Web3 economy |
| held_by | DAO | Treasuries own and govern NFT assets |
| related | DeFi | Lending and collateral use of NFTs |
Incoming relations: `Smart Contract records NFT` · `Digital Collectible uses NFT` · `DAO holds NFT`. The graph avoids `NFT instance_of Token`, `NFT = Cryptocurrency`, and `NFT built_on Blockchain`.
---
7. Components
7.1 The NFT Smart Contract
The Smart Contract is the engine of the asset layer. It stores the token-ID-to-owner mapping, implements transfer and approval functions, and — in the ERC-721 lineage — exposes a standard interface that wallets and marketplaces can read. Without the contract there is no ledger, and without a ledger there is no verifiable ownership.
7.2 Token ID
The token ID is the unit of identity. Each NFT has exactly one token ID within its contract, and each ID is unique. The ID is what makes the asset non-fungible: it names a specific record that cannot be merged, split, or substituted. IDs are frequently minted in sequence, but the contract defines the identity logic for each collection.
7.3 Metadata and Off-chain Storage
The metadata document gives the asset its human meaning — name, image, traits, and links. It is usually stored off-chain (on a centralized server, IPFS, or a decentralized storage service) and referenced by URI. Storage choice determines durability: on-chain storage is permanent and expensive; off-chain storage is flexible but can fail or change. The reference itself lives on the Blockchain, which means the pointer is durable even when the content is not.
7.4 The Marketplace
A marketplace is the application that connects collectors, creators, and contracts: it surfaces collections, executes trades, and applies fee and royalty logic. Because marketplaces sit at the application layer, multiple marketplaces can serve the same NFT without conflicting — the asset layer is the shared source of truth, and the Metadata Standard ensures each marketplace renders the same asset.
7.5 The Wallet
Wallets hold the private keys that control NFT ownership. A wallet displays owned tokens by reading contract state and resolving metadata; it initiates transfers by signing transactions. The wallet is the user's interface to the asset layer, and key custody is the user's security boundary — a fact that becomes critical when an asset's value justifies the attention of attackers.
7.6 The Collection
A collection groups NFTs that share a contract and usually a design theme — CryptoPunks and CryptoKitties are collections. Collections are an organizational convenience at the contract and application layers; they do not change the fact that each token ID is an independent, non-fungible asset. Collections matter because brand, scarcity, and community attach to the group, while ownership attaches to the individual record.
---
8. Advantages
8.1 Verifiable Provenance
Every NFT has a permanent ownership history recorded by the Blockchain. Collectors can verify who minted an item, who owned it, and how it moved — a checkable fact rather than a claim. Provenance is a core advantage of the asset layer over conventional digital goods, and it is the property most often cited when NFTs are compared with traditional certificates of authenticity.
8.2 Platform Independence
The ownership record lives in the Smart Contract, not in a marketplace database. If a platform closes, the assets recorded on the Blockchain remain in the holders' wallets. Platform independence is the structural reason NFT became the ownership primitive of Web3 rather than a feature of any single site.
8.3 Programmability
Because the asset layer is executable, ownership can carry logic: royalties on resale, staking for rewards, or gating for access. A DAO can hold assets, and DeFi protocols can accept NFTs as collateral or liquidity in select markets. The same record that proves ownership can also enforce rules attached to it, which is what makes the asset layer an infrastructure rather than a file format.
8.4 Scarcity by Design
Supply can be provably fixed. A collection can commit to 10,000 units in the contract, and no authority can mint more without changing the code. Verifiable scarcity supports markets for art, collectibles, and limited items that previously could not exist digitally, and it is the feature that makes NFT a meaningful carrier for RWA and identity records where uniqueness is legally required.
8.5 Composable Identity
The same NFT can be shown in a wallet, traded on a marketplace, pledged in a DeFi protocol, and voted by a DAO — all without modification. The asset layer is composable because applications consume a standard interface rather than bespoke databases, and the Metadata Standard is the contract that keeps every consumer reading the same asset.
---
9. Limitations
9.1 Utility Is External
The NFT guarantees the record, not the item. An image stored off-chain can disappear if the host fails, and the promise of access or utility behind a token can go unfulfilled. Buyers acquire a record, and the value of that record depends on metadata durability and the issuer's behavior. The asset layer cannot force the issuer to honor promises encoded outside the contract.
9.2 Metadata Fragility
Metadata resolution depends on a URI that may point to a service outside the Blockchain. If the host goes offline or changes content, the token renders differently or not at all. On-chain metadata solves this but is expensive, so most collections accept the trade-off. Content-addressed storage mitigates the risk by making the referenced content immutable, yet the reference still depends on the storage network staying available.
9.3 Speculation and Volatility
NFT market data show sharp swings: trading volumes rose steeply through 2020-2021, peaked in 2021, and fell through 2022-2023. Prices for many collections are volatile, and liquidity is thin compared with fungible markets. Speculative demand drove a large share of historical volume, and the market corrected when that demand receded — a documented pattern rather than a prediction.
9.4 Environmental Criticism
Early NFT activity on proof-of-work networks attracted criticism over energy use. The criticism was directed at the settlement network rather than the asset layer itself, and Ethereum's transition to proof-of-stake in 2022 reduced the energy profile of most NFT activity. The criticism remains part of NFT's history and perception, and any statement about NFT energy use must be dated to the network era it describes.
9.5 Legal Ambiguity
An NFT is a record; what it conveys — copyright, ownership of the physical item, or mere access — depends on the contract terms of each sale, not on the technology. Legal ambiguity around what buyers actually acquire is a persistent limitation, particularly for RWA claims where the physical or legal asset sits off-chain and requires a separate custody and title structure.
9.6 Illiquidity
Because each NFT is unique, there is no deep central order book. Finding a buyer at a fair price takes time, and valuations are subjective. Illiquidity is inherent to non-fungibility: the property that makes the asset scarce is the same property that makes it hard to sell quickly. This trade-off distinguishes NFT from fungible markets in the DeFi ecosystem, where depth and speed are design goals.
---
10. Security
10.1 Contract Vulnerabilities
The Smart Contract is the security boundary of the asset layer. Bugs in transfer, approval, or minting logic can let attackers steal, freeze, or duplicate records. Well-tested contracts, audits, and standard interfaces such as ERC-721 reduce — but do not eliminate — this risk. Contract risk is the most direct threat to NFT ownership, and it is a risk shared by every Smart Contract in the ecosystem.
10.2 Phishing and Social Engineering
Because ownership is controlled by private keys, the dominant practical threat is not code but people. Phishing sites that ask for a signature, fake collections that impersonate real ones, and scam listings in marketplaces trick users into authorizing transfers. The asset layer cannot protect users from authorizing what they did not intend to authorize; no Blockchain property prevents a signed transfer from executing.
10.3 Marketplace Trust
Marketplaces display, list, and execute trades. A compromised or malicious marketplace can mislead users about an asset's authenticity, price, or metadata. Users delegate discovery and presentation to the marketplace; the asset layer verifies ownership, but verification of the listing itself is the user's responsibility. The same trust question applies wherever NFT is used, including membership passes and DAO asset management.
10.4 Metadata Attacks
Because most metadata resolves off-chain, an attacker who controls the hosting or the URI can alter what a token appears to be — changing the image, attributes, or link without touching the ownership record. The record stays intact; the presentation is compromised. On-chain or content-addressed storage mitigates this by making the referenced content immutable, and Metadata Standards cannot by themselves prevent hosting-level manipulation.
10.5 Key Loss and Custody
Lost private keys mean lost access to the NFT; there is no recovery authority in the asset layer. Custody is therefore a security decision, not an implementation detail. Users either hold their own keys or delegate custody to a service, trading control against convenience. Security best practice remains self-custody for the assets that matter, and extreme caution with anything that asks for signatures — the two rules that prevent the majority of real-world losses.
---
11. Comparison
11.1 NFT vs Token
Token is the general asset carrier whose units are fungible and interchangeable; NFT is the verifiable-scarcity ownership layer whose units are unique. They differ on the axis of fungibility: a fungible unit is measured by quantity, an NFT is measured by identity. In Web3Fire's ontology, NFT is not an instance of Token — the two are separate layers, with NFT positioned as the Token Asset Layer. The Smart Contract machinery that manages both is similar, but the asset they manage is fundamentally different in kind.
11.2 NFT vs Digital Collectible
A Digital Collectible is an application experience — something to collect, trade, and display — while NFT is the asset layer underneath. Digital collectibles such as CryptoKitties, NBA Top Shot, and profile-picture collections are applications built on NFT infrastructure. The same NFT could power a collectible, a membership, or an identity credential; the application does not define the asset. Collectible is application, NFT is asset layer, and conflating them assigns application properties to the asset.
11.3 NFT vs RWA
RWA (real-world assets) are physical or legal assets — property, art, bonds — that exist off-chain. NFT is a digital ownership record; it can represent an RWA when the ownership claim is tokenized, but the RWA and the record are distinct. An NFT-backed RWA is only as strong as the legal and custody arrangement connecting the record to the physical asset. RWA is the underlying thing; NFT is one way of recording its tokenized ownership, not a substitute for the asset itself.
11.4 NFT vs Artwork
An artwork is the creative work — the image, sculpture, or composition. An NFT is a record that may reference, represent, or claim ownership of an artwork. Buying the NFT does not automatically transfer copyright; the terms of the specific sale define what the buyer receives. The artwork and the record are separable: one is the thing, the other is the ownership claim, and the two can change independently — the record can transfer while the artwork remains in place.
11.5 NFT vs Blockchain Asset
A Blockchain asset is any value represented on a chain — including fungible tokens, stablecoins, and records. NFT is a specific kind of on-chain asset defined by uniqueness. The distinction is classification: blockchain assets include both fungible and non-fungible records, while NFT names only the non-fungible subset. An NFT is a blockchain asset; not every blockchain asset is an NFT, which is why the two terms can never be used interchangeably.
---
12. Future
12.1 Confirmed
Observed, verifiable trends: NFT trading volume rose sharply in 2020-2021, peaked in 2021, and corrected through 2022-2023. Application of the asset layer is expanding beyond collectibles into memberships, identity, credentials, and tokenized RWA records. Standards continue to evolve — EIP-6551 (token-bound accounts) and royalty interfaces are published proposals with growing ecosystem support, and Ethereum remains the primary settlement network for the asset layer.
12.2 Research
Active research areas: metadata durability and on-chain storage, better royalty enforcement mechanisms, fractional ownership of unique assets, and the legal plumbing that connects NFT records to off-chain RWA and identity documents. Each of these is a mechanism problem — how to make records durable, enforceable, and legally meaningful — rather than a question of market size.
12.3 Speculation
Claims that "NFTs will replace art markets" or that "all assets will become NFTs" are speculation. Web3Fire documents verifiable mechanisms and observed trends, not unverified futures. The asset layer will continue to exist because the problem it solves — verifiable ownership of unique digital items — is real; its share of any particular market is an open question that data, not enthusiasm, will answer.
12.4 The Identity Connection
The strongest observed trajectory is the use of NFT as an identity and credential primitive: membership passes, access tokens, and reputation records held by users and, increasingly, by DAOs. This direction reuses the same asset layer that powered the collectible boom without depending on speculative markets, and it is the direction most compatible with the governance boundaries of this node — identity assets are still NFT, still distinct from Token, and still application-independent.
---
13. Governance
13.1 The Role in the Graph
NFT is a Token Asset Layer Authority Node. Its governance rules keep it distinct from the layers it touches:
- NFT `is` the Token Asset Layer — verifiable-scarcity ownership assets; it is not an instance of Token (the general fungible asset carrier).
- NFT `differs_from` Digital Collectible — collectibles are applications built on the asset layer; NFT is the asset layer itself.
- NFT `uses` Smart Contract and Blockchain for settlement and record-keeping — not `built_on`, because NFT is an asset layer, not a technology stack.
- NFT `relates_to` RWA, DeFi, DAO, and Web3 as consumers or contexts, never as sub-types.
13.2 The Three Boundaries
Three boundaries are mandatory in every NFT statement:
- NFT ≠ Token. NFT is the verifiable-scarcity ownership asset; Token is the general asset carrier whose units are fungible. The name "non-fungible token" is historical and does not make NFT an instance of Token.
- NFT ≠ Digital Collectible. The collectible is the application; NFT is the asset layer. One asset layer supports many applications, and no application defines the asset.
- NFT is the Token Asset Layer. Within the token family, NFT is the layer that carries ownership of scarce, unique items — not a sub-type of Token and not a synonym for it.
13.3 Forbidden Statements
The graph forbids three relations in every content item that references NFT:
- `NFT instance_of Token` — NFT is its own asset layer, not a member of the Token entity.
- `NFT = Cryptocurrency` — cryptocurrency units are fungible; NFT units are unique, so the identity relation is false.
- `NFT built_on Blockchain` — the Blockchain settles the records, but NFT is an application-asset layer; the settlement network does not define the asset.
13.4 Governance in Practice
These rules keep the node stable as new collections, standards, and applications appear: sub-categories such as NFT Collection, NFT Metadata, NFT Royalties, and Fractional NFT attach to the NFT node as children without re-ontology of the Authority Layer. Statements that confuse asset and application — calling an NFT a collectible, or a collectible an NFT — are the most common governance violations and are corrected to the boundary rules above.
---
Frequently Asked Questions
What is an NFT?
An NFT is a unique, indivisible ownership asset recorded on a blockchain, with a distinct token ID and metadata that cannot be exchanged one-for-one with another.
How is an NFT different from a Token?
Token is the general asset carrier with fungible units; NFT is the Token Asset Layer with unique, verifiable-scarcity units — separate layers, not a category and a member.
Is an NFT a cryptocurrency?
No. Cryptocurrency units are fungible and interchangeable, while each NFT unit is unique, so the two cannot be substituted for each other.
What does buying an NFT actually buy?
It buys the ownership record for the token ID; what rights accompany it — copyright, access, or the physical item — depends on the terms of each specific sale.
Are NFTs stored on a blockchain?
The ownership record and token ID are stored in a [Smart Contract](/en/concepts/smart-contract) on a [Blockchain](/en/concepts/blockchain); the image and description usually live off-chain and are referenced by a metadata URI.
What is an NFT collection?
A group of NFTs that share a contract and a design theme, such as CryptoPunks (10,000 units) or CryptoKitties; each token ID remains an independent, non-fungible asset.
How do NFT royalties work?
Royalty interfaces such as ERC-2981 report a resale payment to the creator, but whether a marketplace actually enforces that payment depends on the platform executing the sale.
Are NFTs related to real-world assets?
Yes, as records: NFT-style tokens can represent tokenized [RWA](/en/concepts/rwa) ownership, but the value depends on the legal and custody arrangements connecting the record to the physical asset.
Is an NFT a cryptocurrency?
No — an NFT is a unique ownership asset, while cryptocurrency is a broad fungible asset category. NFTs are distinct from fungible tokens and crypto payment assets.
Why do NFTs matter?
NFTs give digital items verifiable scarcity and provenance, enabling digital ownership for art, collectibles, identity, and tokenized assets.
What problems do NFTs solve?
NFTs solve the problem of proving ownership and authenticity of a specific digital item, which fungible tokens cannot express.
What is an NFT?
An NFT is a unique blockchain asset representing verifiable ownership of a specific item.
How does an NFT work?
Smart contracts (ERC-721) track unique token IDs and ownership on-chain.
Is an NFT a cryptocurrency?
No - NFTs are unique; cryptocurrencies are fungible.
Should I use NFTs?
Use them for digital ownership and provenance; assess liquidity and valuation risk.