# Hatching NFTs

## Hatching Conditions

1. The NFT must be at Level 5 and of Red rarity.
2. The NFT Proficiency should be greater than 300.
3. Ensure that the hatching cooldown is complete.
4. Ensure that the internal wallet contains a minimum of 100 $TYPE; otherwise, hatching NFT will not be possible.

## Hatching Time

You are qualified to hatch your NFT once every 48 hours. Each hatching session lasts for 48 hours.

## Hatching Consumption

1. Each hatch of a level 5 NFT with rarity N will consume 100 $TYPE. The higher the rarity, the lower the cost.
2. Each incubation consumes 30 proficiency points.

## Incubation Cost

| Rarity | Incubation Cost ($TYPE) |
| ------ | ----------------------- |
| N      | 100                     |
| R      | 95                      |
| SR     | 85                      |
| SSR    | 70                      |

&#x20;\**Note: When an NFT is hatching, it can not participate in the type-to-earn process. Users cannot transfer or trade an NFT when the hatching is in progress.*&#x20;


---

# 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://typeit.gitbook.io/web3keyboard/keyboard-nfts/keyboard-nfts-and-components/hatching-nfts.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.
