> For the complete documentation index, see [llms.txt](https://docs.starblock.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starblock.io/main/basics/learn_nft_term.md).

# What are the key terms to know in NFTs?

Here's a list of key terms used in the NFT space and it's a helpful to review before you get started.

* **Non-Fungible Tokens (NFTs)** – Non-Fungible Tokens (NFTs) are unique, digital items with blockchain-managed ownership. Examples of NFTs include digital art, collectibles, virtual reality items, crypto domain names, ownership records for physical assets, and more.
* **Ethereum / ETH** – Ethereum is a blockchain, and ETH is the currency used to make transactions on the Ethereum blockchain.&#x20;
* **Gas fees** – Think of gas fees as Ethereum blockchain transaction costs. StarBlock has no say in setting gas fees – they are determined by supply/demand across the network (blockchain).
* **Crypto wallet** – A crypto wallet is an application or hardware device that allows individuals to store and retrieve digital Items, like cryptocurrency and NFTs.
* **Wallet address** – Your wallet address is unique. It’s the address people will use when they are sending cryptocurrency or NFTs.
* **Seed phrase** – Your seed phrase is a list of words that can be used to recover your crypto should you forget your password or lose access to your wallet. When you first begin trading with your wallet, find your seed phrase and back it up somewhere safe, in multiple locations if possible. Don’t store your seed phrase on an online cloud storage service and never share it with anyone.&#x20;
* **Collection** – A collection is a body of work, like a store or gallery. If you see someone refer to an OpenSea collection as a store or gallery, don’t get confused – it’s all the same. We use the term collection to keep things simple.


---

# 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.starblock.io/main/basics/learn_nft_term.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.
