> For the complete documentation index, see [llms.txt](https://castleoverlord.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://castleoverlord.gitbook.io/whitepaper/nft-model/minting.md).

# Minting

With the exception of legendary unit parts, units in Castle Overlord can be purchased indefinitely as long as the minting period of a collection is still ongoing. However, once the minting period is over, units of that NFT collection will be unavailable to purchase forever. Only players who participate in the minting period will own units from that collection, ensuring scarcity and exclusivity.

During a minting period, players may also participate in a whitelist opportunity. Players who are included in the whitelist will gain access to purchase exclusive booster packs which contain multiple NFT units at a discounted price (20 $NEAR for 5 units, instead of 5 $NEAR per unit).

Below is the availability and price of units in the Phase 1 minting period:

<table><thead><tr><th width="243">Mint List</th><th width="150">Price ($NEAR)</th><th width="205">Time</th><th>Availability</th></tr></thead><tbody><tr><td>1x Steampunk Trooper</td><td>5</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Cyber Samurai Trooper</td><td>5</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Military Trooper</td><td>5</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>5x Steampunk Trooper</td><td>20</td><td>Phase 1 minting period</td><td><strong>Whitelist</strong></td></tr><tr><td>5x Cyber Samurai Trooper</td><td>20</td><td>Phase 1 minting period</td><td><strong>Whitelist</strong></td></tr><tr><td>5x Military Trooper</td><td>20</td><td>Phase 1 minting period</td><td><strong>Whitelist</strong></td></tr><tr><td>1x Steampunk Trooper (Single Color Variant)</td><td>10</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Cyber Samurai Trooper (Single Color Variant)</td><td>10</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Military Trooper (Single Color Variant)</td><td>10</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Steampunk Trooper + Guaranteed Peripheral</td><td>10</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Cyber Samurai Trooper + Guaranteed Peripheral</td><td>10</td><td>Phase 1 minting period</td><td>Public</td></tr><tr><td>1x Military Trooper + Guaranteed Peripheral</td><td>10</td><td>Phase 1 minting period</td><td>Public</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://castleoverlord.gitbook.io/whitepaper/nft-model/minting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
