> For the complete documentation index, see [llms.txt](https://docs.ghostmarket.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ghostmarket.io/user-guides/getting-started/nfts-explained.md).

# NFTs Explained

  NFTs (Non-Fungible-Tokens) are digital items used to validate ownership. Although NFTs are recorded on a blockchain in similar ways to other cryptocurrencies like Bitcoin, every NFT is unique from one another. This gives creators the opportunity to showcase their art, music, and other media as a limited collectible in similar ways to physical items such as trading cards or comic books.

<figure><img src="/files/Cxw0v63jVAfZNf4P0M7s" alt=""><figcaption><p>Various NFTs that have been created on GhostMarket by Star Girl</p></figcaption></figure>

 A side from selling NFTs to collectors as a way to earn income as an artist and showcase your work digitally, there are many additional benefits when creating NFTs. Royalties can be added to an NFT to earn passive income each time it’s traded, additional digital assets can be infused inside of an NFT to reward collectors, physical items or memberships can be tied to owning the NFT, and so much more.

<figure><img src="/files/4wFHNS45HNSuug2EVraU" alt=""><figcaption><p>An example of a music NFT that includes a free download of the artist's song</p></figcaption></figure>

GhostMarket’s self-minting platform, suite of advanced trading features, and integration of multiple blockchains make it the best platform to create, buy, sell, trade, and collect NFTs. It’s incredibly easy to get started and the possibilities are endless!


---

# 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.ghostmarket.io/user-guides/getting-started/nfts-explained.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.
