> For the complete documentation index, see [llms.txt](https://docs.happyhippodoodles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.happyhippodoodles.com/getting-started/faq.md).

# FAQ

**How many Happy Hippo Doodles are there?**

Only 10000 genesis Happy Hippo Doodles will ever exist.

**When is Happy Hippo Doodles launching? When can I mint?**

TBA

**Where can we mint?**

On the official website on the :point\_right:[Mint Page](https://www.happyhippodoodles.com/mint).

**How much will it cost to mint?**

TBA

**How many can I mint?**

TBA

**Why ETH?**

ETH has more visibility and with the future migration to the ETH 2.0 Protocol, ETH has the potential to be the number one cryptocurrency.

**Which markets will it be available in?**

OpenSea

**When is the Reveal?**

TBA

**Holders benefit? What will happen next? What Utility is offered to Holders?**

Yes, holders have many benefits when being an Hippo holder.:point\_right:[See our Roadmap](https://www.happyhippodoodles.com/#roadmap)

**What is the Smart Contract address for Happy Hippo Doodles?**

TBA

**What are the rarity levels for the Happy Hippo Doodles?**

TBA

**I want to help, what can I do? Still have more questions?**

Head to our :point\_right:[Discord](https://discord.gg/BQREkPUa3d) to learn more about the project, meet our community, and ask any questions!


---

# 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.happyhippodoodles.com/getting-started/faq.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.
