> For the complete documentation index, see [llms.txt](https://simian-order.gitbook.io/simian-order-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian-order.gitbook.io/simian-order-docs/core-features/mint-configuration.md).

# Mint Configuration

The Mint Chamber provides a flexible mint configuration system capable of supporting a wide range of NFT mint mechanics across EVM-compatible contracts.

Users can configure mint parameters directly before execution through a simplified interface designed for rapid setup and deployment.

#### Configuration Inputs

* Contract Address
* Mint Function Parameters
* NFT Mint Price
* NFTs Per Wallet
* Gas Strategy
* Execution Mode

The system also includes a Max Mint Detection feature that automatically analyzes contract limitations and identifies the maximum mint allowance available per wallet based on the contract’s active rules.

#### Mint Summary System

Before execution, users receive a complete mint overview including:

* Total NFTs to be minted
* Total participating wallets
* Estimated mint cost
* Estimated gas fees
* Total execution cost

This allows users to fully verify all minting operations before initiating transactions.


---

# 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:

```
GET https://simian-order.gitbook.io/simian-order-docs/core-features/mint-configuration.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.
