# Minting

### Minting

Minting is an event in which a new **garage** (a box containing NFT) is produced by parenting two NFTs owned by the user (minting consumes tokens). By opening the garage, the user gains NFT (called children).

### Maximum number of Minting

There is a limit to the number of times an NFT can be minted with a parent NFT.&#x20;

### Minting Cost

Minting costs tokens; the more tokens are required to parent an NFT with more minting, the more tokens are required. The detailed minting cost calculation logic is currently under development (it may be changed at any time to balance token supply and demand).&#x20;

### Rarity

The rarity of the garage obtained from minting is affected by the rarity of the parent NFT. The rarity of NFT obtained from a garage is also affected by the rarity of the garage.&#x20;

### Type

The type of NFT obtained from the garage is affected by the type of the parent NFT.&#x20;

### Parameters and Sockets

The parameters and Sockets of the NFT obtained from the garage are randomly determined according to the rarity of the NFT.


---

# 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://drivearth.gitbook.io/drivearth-whitepaper/game-systems/minting.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.
