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

# Minting New Knights

### New Knights can be Minted

Since more and more players will join the game, the 10,000 Genesis Knights will **not be enough to meet the demand**. Therefore the players can mint new Knights as NFTs.

To mint a new Knight, the player must consume a Off-Chain Knight in their game account and pay the minting fees.

### Minting Fee is Determined by the IKO Floor Price

The fee for minting a new Knight will be **higher than the lowest winning price from the Initial Knight Offering**. We currently target it to be 30% percent higher. Therefore if the lowest winning price in the IKO is $50 USD, the minting fee for a new Knight will be $65 USD.

By this way, all participants in the IKO have a reasonable **advantage of getting in early**.

### Minting Fee goes up with Time

Since Knights do not have a fixed amount, the cost of minting a new Knight is designed to go up with time in order to **prevent the new Knights from diluting the value of older Knights**.

**Every time 100 new Knights are minted, the minting price goes up by $1 USD.**

By this way, if IKO Floor Price is $50 USD, the 100,000th Knight would cost $965 USD to mint.

We believe with this minting mechanism, **early adopters are incentivized** while new players can still get their own Knight without having to pay an absurd amount of money upfront.


---

# 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://whitepaper.cryptoknights.games/knights/minting-new-knights.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.
