> For the complete documentation index, see [llms.txt](https://schrodingernft.gitbook.io/schroedingers-cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://schrodingernft.gitbook.io/schroedingers-cat/how-we-created-schrodingers-cat.md).

# How we created Schrödinger's Cat

The *Schrödinger's Cat* Project transcends the limitations of static digital art. We integrate AI into NFTs, granting them dynamic behaviors and emergent properties. Imagine a NFT that evolves through community interaction. This creates a unique and engaging experience, where the fate of each NFT is perpetually in flux.

Existing token standards like ERC-20 (fungible) and ERC-721 (non-fungible) have limitations. ERC-20 lacks the unique identity of NFTs, while ERC-721's rigidity restricts fractional ownership and liquidity. We propose a novel idea inspired by (but surpassing) both the unofficial and experimental ERC-404, and Inscription.&#x20;

This idea enables:

* **Fractional ownership:** Own portions of an NFT, unlocking liquidity and wider participation.
* **Evolutionary gameplay:** NFTs evolve based on AI algorithms and community interaction.
* **Undo functionality:** Change your mind? Revert actions like minting or evolving of an NFT.

This is made possible by using our proposed (and experimental) ACS-404 on the aelf blockchain. ACS-404 is our proposal to natively achieve the behaviour of digital assets like ERC-20, ERC-721, ERC-1155 and ERC-404 on aelf. The *Schrödinger's Cat* Project pushes the boundaries of what NFTs can be.&#x20;

We envision a future where NFTs are not just static art, but dynamic, interactive experiences that bridge the gap between art, gaming, and DeFi. This is our Meow-nopoly moment, and we invite you to join us in shaping the future of NFTs.


---

# 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://schrodingernft.gitbook.io/schroedingers-cat/how-we-created-schrodingers-cat.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.
