# What is a Non-Fungible Token (NFT)?

{% hint style="info" %}
**Good to know :** In this article, we'll break down what an NFT is.
{% endhint %}

**Non-Fungible Tokens (NFTs)** are unique digital items with blockchain-managed ownership. There are many kinds and applications of NFTs - but before we dive into the details, let's learn about a key term: **fungibility.**

&#x20;

### What is fungibility?&#x20;

If something is **fungible**, it is easily exchanged with something of equal value. Don't get overwhelmed by the idea of **fungibility;** it's just the ability of a good or item to be interchanged with other individual goods or items of the same type.

A simple comparison of fungible, semi-fungible, and non-fungible items is pictured below.

&#x20;

![Untitled\_\_1280\_x\_720\_px\_\_\_1\_.jpg](https://support.opensea.io/hc/article_attachments/4413214655635/Untitled__1280_x_720_px___1_.jpg)

\
Fungible items like a dollar bill, gold - even cryptocurrencies like Bitcoin and Ethereum - can be substituted with one another without losing value. They are **fungible**.<br>

&#x20;

### Non-fungibility and NFTs

If something is **non-fungible**, it means that it cannot be replaced. It represents something unique in value - and that's what an NFT is!&#x20;

The **token** part of **Non-Fungible Token** refers to a digital certificate stored on a publicly verifiable distributed database, also known as a blockchain.

The information on this digital certificate, also known as a smart contract, makes each NFT unique. No two NFTs can be swapped, and this makes them **non-fungible**. Examples of NFTs include digital art, collectibles, virtual reality items, crypto domain names, ownership records for physical items, and more!

&#x20;

### Types of NFTs

There is only one type of NFT currently supported on NumisArt.

* **1/1 NFTs** - known as **BEP-721** tokens

**1/1 NFTs**, known by their token standard as **BEP-721** on BSC, are the classic definition of Non-Fungible Token's that we've described above. Each NFT is unique and distinct from other NFTs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.numisart.io/getting-started/what-is-a-non-fungible-token-nft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
