> For the complete documentation index, see [llms.txt](https://docs.sinfonia.zone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sinfonia.zone/nft/what-is-an-nft.md).

# What is an NFT

An NFT, or non-fungible token, is a digital asset that represents a unique item on a blockchain. Unlike fungible tokens such as cryptocurrencies, each NFT is distinct and limited in quantity, making them unique and easily identifiable. They serve as proof of authenticity and ownership within the digital realm and cannot be replicated or transferred without the owner's permission.

Just like with any other valuable item, the value of NFTs is determined by the people who believe they are valuable. It's a shared belief that gives value to things like fiat money, precious metals, or vehicles. Digital collectibles are no different.

In Sinfonia, NFTs can be used to tokenize a variety of assets, including songs, albums, playlists, podcasts, tickets, and merchandise through the launchpad. This offers creators a new way to monetize their work and build a loyal fan base. By using FanTokens, fans can also participate in the creative process and engage with the artist in new ways.

Sinfonia's marketplace makes it easy for creators to sell their NFTs and earn the revenue they need to pursue their projects. With this platform, fans and users can have direct access to unique, exclusive content while supporting their favorite artists. NFTs have the potential to revolutionize the way we think about digital ownership and creativity.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sinfonia.zone/nft/what-is-an-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
