# nft-standard

- [EVM](https://hello.kodadot.xyz/nft-standard/evm.md)
- [ERC721](https://hello.kodadot.xyz/nft-standard/evm/erc721.md): Explore the details of ERC721, also known as the Ethereum standard for non-fungible tokens (NFTs) and its operation and integration within the KodaDot platform.
- [ERC1155](https://hello.kodadot.xyz/nft-standard/evm/erc1155.md): Learn about ERC1155, a novel type of token standard on the EVM networks, its functions, and how it revolutionizes token interaction on the KodaDot platform.
- [ERC6551](https://hello.kodadot.xyz/nft-standard/evm/erc6551.md): Understand ERC6551 that redefines how ERC-721 tokens interact with the Ethereum blockchain by giving every non-fungible token its very own smart contract account.
- [Kusama Network](https://hello.kodadot.xyz/nft-standard/kusama-network.md): KodaDot has been among the first supporting RMRK v0.1, v1, and recently supporting RMRKv2.
- [RMRK1.0](https://hello.kodadot.xyz/nft-standard/kusama-network/rmrk1.0.md): Welcome to the onboarding guide for RMRK1.0 on Kodadot, the open-source Non-Fungible Token (NFT) marketplace on the Kusama network.
- [RMRK2.0](https://hello.kodadot.xyz/nft-standard/kusama-network/rmrk2.0.md): Welcome to the new age of NFTs with RMRKv2. As a platform that equips NFTs with superpowers, we're excited to have you onboard to explore the limitless possibilities that await you.
- [Pallet-level](https://hello.kodadot.xyz/nft-standard/pallet-level.md)
- [NFT Pallet on Asset Hub](https://hello.kodadot.xyz/nft-standard/pallet-level/nft-pallet-on-asset-hub.md): Discover the intricacies of the NFTs Pallet on KodaDot, a pivotal resource that enables efficient management and customization of Non-Fungible Tokens (NFTs).
- [Uniques V2 (Next generation NFTs)](https://hello.kodadot.xyz/nft-standard/pallet-level/uniques-v2-next-generation-nfts.md): Uncover the improvements and new features brought by Uniques v2, a significant upgrade aiming to set the highest standards in the NFT space while ensuring utmost generality.
- [Basilisk NFT Pallet](https://hello.kodadot.xyz/nft-standard/pallet-level/basilisk-nft-pallet.md): Unleash your creativity with KodaDot's Basilisk NFT Pallet. Explore, create, and manage your NFTs with ease on our intuitive platform, making your journey in the NFT universe a joyous adventure.
- [Smart Contracts](https://hello.kodadot.xyz/nft-standard/smart-contracts.md)
- [Ink! NFTs](https://hello.kodadot.xyz/nft-standard/smart-contracts/ink-nfts.md): Learn about the implementation of non-fungible tokens (NFTs) using the ink! smart contract language on Aleph and Astar blockchains, and explore the universe of the Ink! NFTs.
- [GNFT (ERC-721)](https://hello.kodadot.xyz/nft-standard/smart-contracts/gnft-erc-721.md): Learn about Gear Non-Fungible Tokens (GNFTs), their operation, unique features, and how they are integrated into the KodaDot platform on the Vara network.
- [Dynamic NFTs](https://hello.kodadot.xyz/nft-standard/smart-contracts/dynamic-nfts.md): Discover the transformation brought about by Dynamic NFTs on KodaDot and how they revolutionize user interaction in the decentralized applications realm.


---

# 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://hello.kodadot.xyz/nft-standard.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.
