# Launch Details (optional)

### Filling out Launch Details

You will be presented with the following input fields for each art piece:

1. **Mint Start Date** - This is the date and time that the mint will start. The time in the time picker is displayed for your local time zone your browser is set to. If this parameter is not set, the mint will be open immediately after clicking 'Save and Continue'.&#x20;
2. **Mint End Date** - This is the date and time that the mint will start. The time in the time picker is displayed for your local time zone your browser is set to. If you don't specify this parameter, the mint will be open indefinitely.&#x20;
3. **Max Mints per Wallet** <mark style="color:blue;">(ERC 1155 only)</mark>  **-** You can choose to set a maximum number of NFTs that can be minted by a single wallet address.
4. **Artwork Supply** <mark style="color:blue;">(ERC 1155 only)</mark>  **-** If your token is an ERC 1155, you have the option to determine the token supply. If you don't specify this parameter, the supply will be unlimited, which means the token will essentially be classified as an "Open Edition".&#x20;
5. **Enable Referral Links** - This percentage will automatically match the one in your user profile, so you won't have to set it for every token. It represents the amount of mint proceeds to allocate to collectors (collector B) who arrived on your mint page using referral link generated and shared by another collector (collector A). Although referral links can't be generated until further release, once available, it will auto-apply to tokens with this referral percentage predefined. This ensures artists won't need to retroactively adjust older tokens. <mark style="color:red;">**Maximum: 95%.**</mark>&#x20;


---

# 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://layerr.gitbook.io/app/product-guides/create-a-token/launch-details-optional.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.
