# NFT Character Builder

{% hint style="warning" %}
**Limited Developer Support**

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution. &#x20;
{% endhint %}

## **Summary**

This Dapp showcases Agoric’s ability to manage hierarchical NFTs, expressed here as a “character builder” in which the character and its equipment are each represented as NFTs that can interact. Developers could modify this code to support their own in-game assets, or to build other NFT-related projects for their communities.

## **Details**

In this tutorial, developers build a Dapp where both the characters as well as the items are NFTs, and will be represented by art assets. Users will have full ownership of their NFTs, meaning that they are able to sell them, trade them, or even burn them. To help users facilitate interacting with their NFTs, a shop will be implemented. This shop will allow users to put their NFTs up for sale or buy NFTs that have been listed for sale at a fixed price.

## **Explore on Kryha**

<https://kryha.academy/protocols/agoric/>

{% hint style="info" %}
Built by [Kryha](https://agoric.kryha.academy/)
{% 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://components.agoric.com/smart-contracts/nfts/nft-character-builder.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.
