> For the complete documentation index, see [llms.txt](https://docs.possestudios.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.possestudios.org/undefined-4/blockchain/what-are-nfts.md).

# What are NFTs?

### <mark style="color:purple;">Non-Fungible Tokens</mark>

Non-Fungible Tokens (NFTs) are unique digital assets that represent ownership or proof of authenticity of a specific item or piece of content on the blockchain. Unlike cryptocurrencies such as Bitcoin or Ethereum, which are *fungible* (meaning each unit is identical and interchangeable), NFTs are *non-fungible*, meaning each one is distinct and cannot be replaced with something else.

### <mark style="color:purple;">**Key Characteristics of NFTs**</mark>

1. **Unique** – Each NFT has a unique identifier, making it distinguishable from any other NFT.
2. **Indivisible** – NFTs cannot be divided into smaller units. You either own the entire NFT, or you don’t.
3. **Verifiable** – The blockchain provides a transparent and tamper-proof way to verify the origin, ownership, and authenticity of the NFT.
4. **Programmable** – NFTs can be coded with special attributes or linked to digital or physical rewards, events, or royalties.

### <mark style="color:purple;">**NFT Standards**</mark>

NFTs are created using specific blockchain standards that dictate how they function and interact with platforms. The most common standards include:

* **ERC-721**: This is the most widely used standard for creating unique, one-of-a-kind NFTs. Each ERC-721 token has its own unique metadata, representing a single digital asset, like artwork, a game item, or a piece of virtual land. These tokens are not interchangeable and are distinct from one another.
* **ERC-1155**: This is a more advanced standard that allows both *fungible* (like regular cryptocurrencies) and *non-fungible* tokens to be created in a single contract. This is highly efficient for games or projects where you need to create both interchangeable assets (like currencies) and unique assets (like weapons or items). ERC-1155 also supports batch transfers, saving on transaction costs.
* **404 NFTs**: A unique concept tied to "404 Not Found" errors, 404 NFTs represent limited-edition or ultra-rare digital assets that might only exist for a short time or under specific conditions. In this standard NFTs can be fractionalized. The NFTs in a sense act as a cryptocurrency. For example you can trade one NFT for a particular amount of token, or a particular amount of token for one NFT. They are a fun and creative twist on NFT scarcity, often used in gaming or exclusive events, where finding or claiming a "404" NFT becomes part of the experience. These hybrid types of NFTs can play a significant role in enhancing engagement by providing rare, hard-to-find rewards in our **Posse Studios** ecosystem.

### <mark style="color:purple;">**How NFTs Are Used**</mark>

NFTs have wide-ranging applications, from digital art and collectibles to in-game assets, music, virtual real estate, and even membership access. They are transforming industries by providing creators with new ways to monetize their work and giving users verifiable ownership of unique digital goods.

In our **Posse Studios** ecosystem, NFTs serve as more than just digital collectibles. They are key to unlocking exclusive in-game assets, rewards, and features that enhance the overall gameplay and user experience. With ERC-721, ERC-1155, and limited-edition "404" NFTs, players can enjoy a diverse and dynamic world where digital ownership truly matters.


---

# 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.possestudios.org/undefined-4/blockchain/what-are-nfts.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.
