# What are NFTs?

NFTs (Non-Fungible Tokens) are digital items that exist on things called "Blockchains". NFTs have the unique property that they can be owned by any one persons wallet. And anyone in the world is able to verify and see who is listed as the owner of a specific digital asset.

Popular applications include using NFT's for Art, for access passes, and membership passes. There are many applications of NFTs across many applications from gaming to finance.

## What is an NFT Collection?

An NFT collection is a group of NFTs which are related. Such as a set of membership passes, or related pieces of ArtWork. An example of an NFT collections is the popular "Bored Ape Yacht Club" NFT collection. Anyone who owns own is granted access to an exclusive community and receives regular perks and rewards.

## If I own an NFT, do I own the ART?

That depends. The NFT specifies an owner, who is then able to perform different actions based on the NFT. It can mean that you own the intellectual property to the NFT, but this depends on the license used by the creator of the collection.


---

# 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.autominter.com/fundamentals/what-are-nfts.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.
