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

# Getting your Gooey

Only 1,000 Generation zero Gooeys were minted, with up to 3 per wallet being made available at a cost of 125 MATIC per Gooey. All Generation zero Gooeys were assigned their random cosmetics, and statistics via [Chainlink's Verified Random Function](https://docs.chain.link/docs/chainlink-vrf/).

All Gooeys beyond Generation zero must be purchased, or gifted from other players. All Gooeys currently available for purchase are listed on [OpenSea](https://opensea.io/collection/gooeysp2e), a third-party NFT Marketplace.

Gooeys OpenSea Portal: <https://opensea.io/collection/gooeysp2e>

Note that while OpenSea clearly shows a Gooey's cosmetics, it does not show any associated stats - such as Health, Attack, Generation, Tumbles remaining, or if the Gooey in question is currently on a quest. Always remember to look up your desired Gooey in-game (searchable via their Gooey Number / ID) before following through with any purchases if a Gooey's stats, or immediate availability are of importance to you.

*Please note that neither Gooeys, nor Studio Nova/Nova DAO have any affiliation with OpenSea, and cannot provide any support for their services.*


---

# 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://novadao.gitbook.io/goobook/getting-started/getting-your-gooey.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.
