# What's an NFT?

An NFT (non-fungible token) is a unique digital asset that lives on a blockchain—in this case, Tezos—where we operate the largest digital art marketplace.

Think of it as a digital certificate of authenticity that proves who created a piece of artwork and who owns it today. For example, an artist can create a digital painting, mint it (into an NFT on objkt), and sell 5 editions of that artwork. The publicly available NFT records show that the artist is the creator and that the 5 collectors who purchased the editions are the current owners of those NFTs. Without this, anyone could save your work as a JPG and claim it as theirs.

### What types of NFTs exist?

Creators from all over the world come to objkt to mint (create) a variety of artworks into NFTs. Some common forms include:&#x20;

* Art: illustrations, photography, paintings, animations
* Generative art: code-based artworks that create unique outputs&#x20;
* Collectibles: PFPs, avatars, digital badges&#x20;
* Music: songs, stems, sound packs&#x20;
* Gaming items: characters, skins, in-game assets&#x20;

And much, much more. Objkt indexes over 7 million NFT tokens on our marketplace, [so feel free to explore](https://objkt.com/tokens)!

### Buying and selling NFTs

NFT artworks can be bought, sold, or transferred between wallets directly on objkt. Each token listing clearly show historical data (when it was last sold, at what price, and to whom), so you can make informed decisions as you grow your NFT collection.&#x20;

If you're new to collecting, check out our [starter guides](https://docs.objkt.com/product/getting-started/readme) for more info. 👈


---

# 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.objkt.com/product/fundamentals/getting-started/what-is-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.
