> For the complete documentation index, see [llms.txt](https://docs.muadao.build/mua-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.muadao.build/mua-dao/product/mua7648/erc7648.md).

# ERC7648

The ERC-7648 standard introduces a recursive synthesis mechanism for creating new NFT assets by combining existing assets from ERC-20, ERC-721, ERC-1155, and ERC-7648 standards.&#x20;

This facilitates the creation of complex asset chains, recording the ancestry, royalty information, synthesis depth, and price of each new asset. It ensures creators and previous asset holders receive royalties upon the creation of new assets, fostering innovation and rewarding contributions in the NFT ecosystem.

Through the ERC7648 protocol contract, users can continuously combine new or integrated modules in a recursive manner to enhance the personalization and functionality of the AI Agent.&#x20;

Throughout this process, all original creators involved in the modules will receive fair compensation based on the royalty mechanism of ERC7648。


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.muadao.build/mua-dao/product/mua7648/erc7648.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
