> For the complete documentation index, see [llms.txt](https://docs.capsulelabs.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.capsulelabs.xyz/capsulenft/overview/capsule-collections/official-capsule-collections.md).

# Official Capsule Collections

### Public Capsule (CPUB) Collection

**Anyone** may mint Capsule NFTs to the Public Capsule Collection. The Capsule Team created this collection with the community in mind. It is our hope that by providing unrestricted access to the collection, the Capsule Community can continue to foster and maintain creativity together now and into the future.

> **Address:** 0x1a0a69a267b3e72d22dEB970b2Cc6296aC31A80c
>
> [View on OpenSea](https://opensea.io/collection/public-capsule)
>
> [View Contract on Etherscan](https://etherscan.io/address/0x1a0a69a267b3e72d22dEB970b2Cc6296aC31A80c)

### Private Capsule (CNFT) Collection

Only the CapsuleNFT Team may mint Capsule NFTs to the Private Capsule Collection. We are reserving this collection to mint special Capsule NFTs for team-related projects and endeavors.

> **Address:** 0xECE3053E1e7C4Dd365975e8AB4Db7D1b238e30B6
>
> View on OpenSea \[temporarily unavailable]\
> [View Contract on Etherscan](https://etherscan.io/address/0xece3053e1e7c4dd365975e8ab4db7d1b238e30b6)

{% hint style="warning" %}
Capsule Collections are allowed to have the same names and acronyms. The *unique identifier* of each Capsule Collection is **the Collection Address**.

*Please check the Collection Address to ensure that you are viewing and minting to the correct Capsule Collection.*
{% endhint %}


---

# 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.capsulelabs.xyz/capsulenft/overview/capsule-collections/official-capsule-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.
