> For the complete documentation index, see [llms.txt](https://under-the-hood.gitbook.io/under-the-hood-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://under-the-hood.gitbook.io/under-the-hood-docs/main-collection-pfp-and-mint-distribution.md).

# Main Collection (PFP) & Mint Distribution

Pip’s Main Collection is the core PFP collection of the ecosystem. The distribution strategy ensures our earliest supporters receive the greatest value:

<table><thead><tr><th align="center" valign="middle">Collector Group</th><th width="129" align="center" valign="middle">Access Type</th><th align="center" valign="middle">Mint Price</th><th align="center" valign="middle">Allocation Details</th></tr></thead><tbody><tr><td align="center" valign="middle">Genesis Pass Holders</td><td align="center" valign="middle">Guaranteed Free Mint</td><td align="center" valign="middle">Free</td><td align="center" valign="middle">Number of claims determined by Pass Trait (Silver / Gold / Diamond)</td></tr><tr><td align="center" valign="middle">Spin-the-Wheel / Whitelist</td><td align="center" valign="middle">First-Come, First-Served (FCFS)</td><td align="center" valign="middle">TBD</td><td align="center" valign="middle">Spin-the-Wheel Winners + Collaborations</td></tr><tr><td align="center" valign="middle">Public Sale</td><td align="center" valign="middle">First-Come, First-Served (FCFS)</td><td align="center" valign="middle">TBD</td><td align="center" valign="middle">Remaining unallocated supply open to the public</td></tr></tbody></table>


---

# 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://under-the-hood.gitbook.io/under-the-hood-docs/main-collection-pfp-and-mint-distribution.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.
