# Basic NFT

Basic NFTs are digital assets on the blockchain that represent ownership of a digital or physical asset, with associated metadata stored on-chain and off-chain. They can be minted, transferred, listed, sold, auctioned, burned, and can have royalties associated with them. Basic NFTs involve storing the media file on a decentralized storage network and storing off-chain metadata in IPFS.

Use cases for Basic NFTs include digital artwork, music, video clips, memes, avatars, video games, trading cards, metaverse land, virtual fashion, text-based NFTs, ticket & membership NFTs, and real-world assets.

Ternoa Network supports the creation and trading of Basic NFTs. If a Basic NFT includes royalties, Ternoa facilitates the automatic payment of royalties on each sale by embedding it in the minting process, ensuring that creators receive payment for each sale of their NFT.


---

# 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.ternoa.network/learn/ternoa-wasm-chain/primitives-features/basic-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.
