# What is "NFT"?

NFT stands for `non-fungible token`. Non-fungible is an economic term that you could use to describe things like your furniture, a song file, or your computer. These things are not interchangeable with other items because they have unique properties.&#x20;

Non-fungible means that it’s unique and can’t be replaced with something else. For example, a bitcoin is fungible — trade one for another bitcoin, and you’ll have exactly the same thing. A one-of-a-kind trading card, however, is non-fungible. If you traded it for a different card, you’d have something completely different. Additionally, NFT cannot is indivisible, it's different from Bitcoin.

|           |                FT               |            NFT            |
| --------- | :-----------------------------: | :-----------------------: |
| Example   | Bitcoin, Ethereum, Binance Coin | Crypto kitty, Crypto hero |
| Decimal   |         Can use decimal         |         No decimal        |
| Structure |         User ⇒ Balances         |       NFT ID ⇒ Owner      |
| Unique    |                No               |            Yes            |


---

# 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://nftsbattle.gitbook.io/nfts-battle-or-en/help/common-problem/whats-an-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.
