# What is NFT?

### What is NFT?

NFT stands for Non-Fungible Token, which is a unique digital asset that represents ownership of a specific item or piece of content, such as a piece of artwork, music, video, or even a tweet.

{% hint style="info" %}
With the help [Cruzo.Cards](https://cruzo.cards) platform you can [create](/nft-creation/how-to-create-an-nft-postcard.md) and [gift](/actions-with-nft/how-to-gift-a-postcard.md) your own NFT greeting cards using blockchain technology, as well as [buy](/actions-with-nft/how-to-buy-an-nft-postcard-on-marketplace.md) NFTs created by other creators or users.&#x20;
{% endhint %}

Unlike traditional cryptocurrencies like Bitcoin or Ethereum, which are interchangeable with one another, NFTs are one-of-a-kind and cannot be replaced or exchanged for something else. Each NFT is unique and carries a distinct set of attributes that make it different from any other NFT.

NFTs are created using blockchain technology, which is a decentralized digital ledger that records transactions in a secure and transparent way. This means that ownership of an NFT can be easily verified and transferred without the need for a centralized authority.

NFTs have become popular in the art world, where they are used to sell and buy digital art and collectibles. They have also been used in the music industry to sell exclusive rights to songs or albums.

Overall, NFTs offer a new way to create, own, and sell unique digital assets that can't be replicated or duplicated.


---

# 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://guide.cruzo.cards/faq/what-is-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.
