> For the complete documentation index, see [llms.txt](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-encyclopedia.gitbook.io/web3-encyclopedia/non-fungible-token-nft/tl-dr.md).

# TL;DR 👀

<mark style="color:purple;">**What are NFTs?**</mark>

<mark style="color:purple;">Non-fungible tokens (NFTs) are cryptographic assets on a blockchain with unique identification codes and metadata that distinguish them from each other</mark>

<mark style="color:purple;">Popular NFT standards include ERC-721 and ERC-1155</mark>

<mark style="color:purple;">NFTs are designed to give you something that can’t be copied: ownership of the work (though the artist can still retain the copyright and reproduction rights, just like with physical artwork)</mark>

<mark style="color:purple;">**NFT Marketplace**</mark>&#x20;

<mark style="color:purple;">In order to browse, buy, sell or create your own NFT, you have to visit an NFT marketplace, and the biggest one around is OpenSea</mark>

<img src="/files/AUZcMSlcv8WVu44BBAml" alt="" data-size="line">

<details>

<summary><mark style="color:yellow;">References</mark></summary>

[<mark style="color:purple;">https://www.investopedia.com/non-fungible-tokens-nft-5115211</mark>](https://www.investopedia.com/non-fungible-tokens-nft-5115211)

[<mark style="color:purple;">https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq</mark>](https://www.theverge.com/22310188/nft-explainer-what-is-blockchain-crypto-art-faq)

[<mark style="color:purple;">https://forkast.news/what-is-opensea-nft-marketplace/</mark>](https://forkast.news/what-is-opensea-nft-marketplace/)

[<mark style="color:purple;">https://www.fool.com/investing/stock-market/market-sectors/financials/non-fungible-tokens/nft-minting/</mark>](https://www.fool.com/investing/stock-market/market-sectors/financials/non-fungible-tokens/nft-minting/)

</details>


---

# 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://web3-encyclopedia.gitbook.io/web3-encyclopedia/non-fungible-token-nft/tl-dr.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.
