> For the complete documentation index, see [llms.txt](https://info.cryptoversecomics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.cryptoversecomics.com/cardano/nft-collections.md).

# NFT Collections

| Collection name               | Policy ID                                                | Details                                                                                                                                                                                                                                   |
| ----------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Daedalus                      | ecdeecb419d95b8f58389a99a15fe81e973a7cf200e6a4d5be729b21 | <p>Supply: 10<br>First collection<br>Those were all sold by auction</p>                                                                                                                                                                   |
| Ada                           | 6418aa6ae40e658e8ce2566e8fef1ff93f0d2347a3f9262065cd3593 | <p>Supply: 11<br>Second collection<br>Those were all sold by auction</p>                                                                                                                                                                  |
| Yoroi                         | f042e54d46ea55fc1519948629a4d64c94660155c9aa7137861521dd | <p>Supply: 63<br>Third collection<br>This was our first larger sale</p>                                                                                                                                                                   |
| Chibiverse                    | b6b7a1bdae6bb2d7b4e8dd0c356c8726a4e514f951b2cf38ff2ee738 | <ul><li>Supply: 819</li><li>Fourth collection</li><li>This was our first collaboration which was with the beloved Cardano artist oodon.</li><li>This collection had a burning mechanism which was novel on Cardano at the time.</li></ul> |
| Hydra                         | cdd27d498ac07fa2b61f46584f3e8a39de9e53770c7a829040d74389 | <ul><li>Supply: 100</li><li>Fifth collection</li><li>This collection soldout instantly at 100 ADA per NFT.</li></ul>                                                                                                                      |
| Hydra Gift                    | 649e960bcc6f154a967e203284e2c5632ce1fc4fc696df2b3b2708d0 | <ul><li>Supply: 30</li><li>This NFT was airdropped to every wallets owning at least 1 unlisted Hydra as a thank you for the instant sellout.</li></ul>                                                                                    |
| Singularity                   | 81ecbdc74442b8fa69a8b87c950b58e39ab5f3fa652ecddfee703ef3 | <ul><li>Supply: 500 (+ 50 PROMO)</li><li>Sixth collection</li><li>This collection contains a PROMO version which was used for giveaways to let the CNFT community know about the drop.</li></ul>                                          |
| CC Pre-Sale Token             | 2eca201f841e51c1f780403d5deb954f0850da101979f718fe84caeb | This token was used as WL token to mint our "The Cryptoverse" pre-sale. It was novel at the time to do this.                                                                                                                              |
| Multiverse                    | f44cda4d969b68da5c03a04b5a626409a11f51bc9e27a1168634161e | This collection contains collaboration pieces made with other CNFT projects.                                                                                                                                                              |
| Community Champions           | 7beb0ae0be430566fe2701633b4a636748f6f4841e73e126f5e4c08d | This collection is made of our community champions CNFTs which are characters tailored for our community members using their true face to integrate The Cryptoverse universe.                                                             |
| The Cryptoverse \[DEPRECATED] | 77d5987385fc0b171742c1a3393cf7b65b81ddcb1cc7b7a8f2169866 | This is our initial 10k collection. We've phased out of this collection and migrated to the new one with a policy that won't lock.                                                                                                        |
| The Cryptoverse (NEW)         | bea1896ee0d765ba1293d64fba71c6fb7b95a59298a741df4600bf7d | This is our 10k collection. Owning one of those NFTs will unlock all future The Cryptoverse comic book issues on our website at no additionnal cost.                                                                                      |


---

# 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://info.cryptoversecomics.com/cardano/nft-collections.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.
