# Reward-based NFT on BSC

The Mavatrix’s NFT is an ERC-721, BEP-721 to be precise as it is an extension of Ethereum’s ERC-721 on Binance Smart Chain (BSC). This is currently the most commonly used NFT standard and is compatible with the Ethereum Virtual Machine (EVM).

Each NFT is unique and is not interchanged with any other token. BEP-721 tokens allow you to tokenize the ownership of data and attach to it a unique identifier. This aspect makes the token one of a kind and vastly different from BEP-20 tokens. WIth BEP-20, developers can create multiple identical tokens within one smart contract. However, with BEP-721, each token is assigned a different token ID.

Through these unique IDs, BEP-721 tokens can be used to represent collectible, non-fungible items, in our case, the first collection of our Mavatars.&#x20;

The contract address is public, you can find the info by following the link below:

* Name: **Mavatrix**
* Symbol: **MVTX**

{% hint style="success" %}
<https://bscscan.com/token/0x10C9524DBF934B3B625Dce3bDC0efdc367F4E84b>
{% endhint %}


---

# 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://mavatrix-doc-repository.gitbook.io/mavatrix-litepaper/reward-based-nfts-the-mvtx-collection/reward-based-nft-on-bsc.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.
