# NFTs ( ERC-721 )

## Overview

The NFT API provides a comprehensive set of functions for creating and managing ERC-721 tokens (NFTs) within the PLYR ecosystem. These operations allow games to create unique digital assets that can be owned, traded, and used by players.

* [Create NFT](/api-reference/assets/nfts-erc-721/create-nft.md) - Create a new NFT contract
* [Mint NFT](/api-reference/assets/nfts-erc-721/mint-nft.md) - Mint a new NFT to a recipient
* [Transfer NFT](/api-reference/assets/nfts-erc-721/transfer-nft.md) - Transfer an NFT between addresses
* [Burn NFT](/api-reference/assets/nfts-erc-721/burn-nft.md) - Burn (destroy) an NFT
* [Get NFT Balance](/api-reference/assets/nfts-erc-721/get-nft-balance.md) - Get a user's NFT balance
* [List NFTs](/api-reference/assets/nfts-erc-721/list-nfts.md) - List NFTs owned by a user
* [Check NFT Holding](/api-reference/assets/nfts-erc-721/check-nft-holding.md) - Check if a user is holding a specific NFT
* [Get NFT Credit](/api-reference/assets/nfts-erc-721/get-nft-credit.md) - Get NFT credit information
* [Get NFT Info](/api-reference/assets/nfts-erc-721/get-nft-info.md) - Get information about NFTs
* [Get Zoo Genes](/api-reference/assets/nfts-erc-721/get-zoo-genes.md) - Get ZooGenes NFTs for a user

## Official PLYR NFTs

* [Official PLYR NFTs](/api-reference/assets/nfts-erc-721/official-plyr-nfts.md)
  * [Get User Zoo Genes](/api-reference/assets/nfts-erc-721/official-plyr-nfts/get-user-zoogenes.md)
  * [Get User Zoo Boosters](/api-reference/assets/nfts-erc-721/official-plyr-nfts/get-user-zoo-boosters.md)
  * [Get User Zoo Elixirs](/api-reference/assets/nfts-erc-721/official-plyr-nfts/get-user-zoo-elixirs.md)


---

# 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://dev.plyr.network/api-reference/assets/nfts-erc-721.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.
