> For the complete documentation index, see [llms.txt](https://documentation001.gitbook.io/mashiroai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation001.gitbook.io/mashiroai/missions.md).

# Missions

## What is this project for?

## What is great and new about it?

Web3 is essentially a product of the **Digital Transformation** context, where all unnecessary procedures are left to smart contracts.&#x20;

Despite this, recent NFT projects have put too much effort into non-essentials, such as how rich the picture is, or how many man-months are spent creating the creative, sales process, and experience.&#x20;

We are able to complete PFPxNFT projects with AI-based, fully auto-generated, high-volume publishing with timelines, scale, and effort that are impossible for humans. In order to strike an antithesis to the existing NFT collectives that have misunderstood what Web3 is, and to the current "non-Web3" labeled as "Web3".

Also, on the technical side of contracts, MashiroAI is planning to launch a new concept called **ERC721Delegate**.&#x20;

The existing "generation of ERC721 tokens **by inheritance**" has been the culprit of gas price and storage capacity squeeze on the Ethereum mainnet, duplicate deployment of the same code and waste of human resources.

As an antithesis to that "generation of ERC721 tokens **by inheritance**", I am also considering presenting "generation of ERC721 tokens **by delegation**" as one solution.&#x20;

For details, please refer to the "Differences from Other NFTs" page.

Please look not at the NFT "picture" but at the technology, and by extension, at the new limitless future of mankind beyond the development of Web3 and AI technology.


---

# 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://documentation001.gitbook.io/mashiroai/missions.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.
