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

# What's MUTAGEN?

![](/files/-MfIWZ5Uajcfp8h9YvIj)

MUTAGEN (<https://mutagen.xyz/>) is a collection of **40 + 4,096** **NFTs** by four internationally acclaimed artists and Solidity developers.&#x20;

These NFTs are designed to live and evolve on the blockchain. Control over how often and when they change is in the hands of the community and collectors. At the core of the project, there are **3 types of tokens**:

* Geneses
* Mutagens
* Genesis Prints

|   **Types**  |                        Rarities                        | **Amount** | **State** |                                                                **Utility**                                                                |
| :----------: | :----------------------------------------------------: | :--------: | :-------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
|  **Geneses** |                        Very Rare                       |     40     |  Mutable  |             <p></p><ul><li>Hand-made Artwork</li><li>Generates revenue from Prints</li><li>Mutable (256 variations)</li></ul>             |
| **Mutagens** |                      Rare – Common                     |    4,096   |   Still   | <p></p><ul><li>Artwork</li><li>Machine Created</li><li>Deflationary</li><li>Required to burn to trigger a mutation in a Genesis</li></ul> |
|  **Prints**  | Very Rare – Common (depending on the Genesis mutation) |     👀     |   Still   |  <p></p><ul><li>Artwork (snapshots of Genesis)</li><li>Instant liquidity – 90% of the minting fee locked to the smart contract</li></ul>  |

Our goal is to onboard institutionally established artists into the NFT world in a more fun and creative way than just one-off NFT artworks.&#x20;

Ethereum facilitates a lot of new features that were not possible before, and we aim to introduce these opportunities to ‘traditional’ artists on the one hand and present quality contemporary art to the NFT world on the other, thereby expanding the boundaries of the current NFT market. Mutagen mixes institutionally established art with (Solidity) developers.

Mutagen is supported by [edgar.eth](https://twitter.com/EdgarAronov), [Temnikova & Kasela Gallery](https://www.artnews.com/art-news/news/tallinn-estonia-art-cities-to-watch-1234597747/), and [Sten Tamkivi](https://twitter.com/seikatsu).


---

# 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://mutagen.gitbook.io/mutagen/master.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.
