# FAQ

### Why the name Catddle ?

When cuddly cats cuddle up together, there's no better way to describe this. *Thanks to Mattew for the inspiration.*

### When will you be able mint  your Catddle NFT?

**May 21** for allowlist mint.\
**May 22** for public mint.

### How many Catddle NFTs are there?

2, 048.

### What's the mint price?

0.05 ethers for allowlist mint.&#x20;

0.07 ethers for public mint.

### What is the relationship between Catddle NFTs and the Catddle Game?

The owner of the Catddle NFT can use their NFTs to join the game. The holder of a Genesis NFT will also receive CAT airdrops as a reward to early supporters.

### Which chain will the Catddle Game be deployed?

While the Catddle NFT mints on Ethereum, the game will be deployed on Avalanche, Polygon, and BNB smart Chain at the first stage. Season2 will consider more chains and Layer2 solutions.

### What is the ERC721O token?

It is a standard token interface designed for safely moving ERC721 tokens between chains without potential blocking issues. More details can be found in the [introduction](https://catddle.medium.com/erc721o-e6c9a0ae09e1).

### When can I play the Catddle Game?

The testnet version will be online in **June 2022.** The mainnet version will be online later. Check the[ roadmap](/roadmap.md) for more details.


---

# Agent Instructions: 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:

```
GET https://docs.catddle.com/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
