# NFT Gen 2 Tech Doc

## NFT Gen 2 Tech Doc

- [Introduction](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/introduction.md)
- [NFT Data Chain](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/overview/nft-data-chain.md)
- [Cosmos SDK](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/overview/cosmos-sdk.md)
- [Modules](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/overview/modules.md): Modules are parts of the chain that collaborate with each other to deliver the chain's functions.
- [Core Module](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/overview/modules/core-module.md): This module has main functions, which are used to manage NFT schema, NFT Data, and Actions. We can use these 3 data models to provide mutable metadata on the NFT Chain.
- [Oracle](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/overview/modules/oracle.md)
- [Integration](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration.md): Explain how your system can integrate with  NFT Data Chain
- [Creating Schema](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/creating-schema.md)
- [System Mode](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/system-mode.md)
- [Minting](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/system-mode/minting.md)
- [Sending Action](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/system-mode/sending-action.md)
- [User Mode](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/user-mode.md)
- [Minting](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/user-mode/minting.md)
- [Sending Action](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/user-mode/sending-action.md)
- [Data-chain Base URI](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/data-chain-base-uri.md): This is used as the base URI for the contract when using the data chain.
- [Installation (Golang)](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/installation-golang.md)
- [Getting Started](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started.md)
- [Download Binary](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/download-binary.md): To use NFT Gen2 there are 2 different method first one is using sixd binary and second one is using sixd sdk
- [Developer Resources](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/developer-resources.md)
- [Binary Overview](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/binary-overview.md)
- [Create Account](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/create-account.md)
- [Faucet](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/faucet.md)
- [Deploy NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/deploy-nft-gen2.md)
- [Perform Action of NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/perform-action-of-nft-gen2.md)
- [Update NFT Schema](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/update-nft-schema.md): For NFT\_Schema that already created we are allow admin to fix or add some update to it such as add more action, add more attribute, disable some action and etc.
- [Script](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/script.md): To make it easy to use NFT Gen2 we provided bash script for any user to use it.
- [SDK Package for NodeJs](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs.md)
- [Example Resources](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/example-resources.md): For using with six-datachain-sdk. These resources has few things that differ from Developer Resource in order to make tutorial more efficiency with sdk.
- [Deploy NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/deploy-nft-gen2.md)
- [Perform Action of NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/perform-action-of-nft-gen2.md)
- [Update NFT Schema](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/update-nft-schema.md)
- [SDK for GO](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go.md)
- [Requirements](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/requirements.md)
- [Installation](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/installation.md)
- [Usage](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/usage.md)
- [Preparing Key for Authentication](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/preparing-key-for-authentication.md)
- [Supported Messages and Queries](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/supported-messages-and-queries.md): The list of supported messages including Cosmos-SDK and SIX-Protocol specific types.
- [Examples](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/examples.md)
- [Six Protocol Developer Community](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/six-protocol-developer-community.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/introduction.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.
