# Minting

You can create a new NFT in the app. With the new NFT, you can own, upgrade and sell NFT in the market. &#x20;

## Mint a new NFT

To mint NFT, you need followings:

1. Two NFTs in the chain
2. Safe Road Club Tokens ($SRC)

## Criteria

Maximum minting count for an NFT is 5. A car used in minting for five times, no longer be able to mint.  Both cars must have minting count less than five to mint a new car NFT.&#x20;

Example)

NFT1 Mint count 2 + NFT2 Mint count 3 => **Mint** => NFT1 Mint count: 3 and NFT2 Mint count: 4

NFT1 Mint count <mark style="color:red;">5</mark> + NFT2 Mint count 3 => **Not able to mint**

## Cooltime

Once minted, there are 48 hours of cooldown time for the two parents and the new 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://saferoadclub.gitbook.io/src-ai/safe-road-club-systems/nft/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.
