# NFT Minting Process

1. Deployment - DWC deploys a new mint period
2. Mint
   1. The first phase is the presale mint. During this time only addresses that have presale access can mint a DWC NFT
   2. The next phase is a public mint where any addresses can mint
3. End Mint - Users can no longer mint. The mint period ends if one of the following occurs
   1. All NFTs for the mint period have been minted. This can occur during the presale or public mint
   2. The end time set for the mint period is reached
4. Reveal - During this phase respective NFT metadata will update and user's will see what watches they minted

<figure><img src="/files/DWzI9cG4GJKG5NSSutbL" alt=""><figcaption></figcaption></figure>


---

# 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://degen-watch-club.gitbook.io/dwc/technology-and-platform/nft-minting-process.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.
