# Non Fungible Tokens

NFT technology will be used to create a database of unique digital assets within Virtual Pangea that can serve as standalone items. For example, artwork can be used to provide utility, such as granting access to certain areas and services within the metaverse. Using NFTs will allow Pangeans to freely create and exchange these digital items among themselves, and to properly attribute ownership and utility to the respective users.&#x20;

To accomplish this, we will use the tried and tested ERC 721 standard for the creation of digitally scarce assets, as well as the ERC 1155 standard to benefit from additional functionality of batch minting (creating and distributing multiple NFTs at once) and semi-fungible tokens for various events and venues. Below are the initial ways these standards will be used within the Virtual Pangea metaverse:

## ERC 721

Examples:

* Avatars
* Tile parcels
* Access keys
* Artwork
* Gateways
* Portals

## ERC 1155

Examples:

* 3D asset libraries (created by the VP team and the community)
* In-game/in-world items
* Event tickets
* Participation and achievement badges

You can see the NFTs currently in your wallet using our free NFT Viewer here: <https://www.virtualpangea.com/YourNFTs>


---

# 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://lightpaper.virtualpangea.com/the-virtual-pangea-metaverse/non-fungible-tokens.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.
