# Create new Prices

The prices you define in the price list of NMKR Studio apply to sales on demand via [NMKR Pay](/nmkr-studio/set-up-sales/nmkr-pay.md) and the Pay-in address. The price list allows you to set up different price/amount-pairs and also to specify [prices as FIAT currency prices](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist/create-new-prices#prices-in-fiat-currency), the ADA mint price will then be always calculated depending on the current market price of ADA. **You want to set up a price for every amount that should be able to buy in one transaction.**

{% hint style="info" %}
Out of rechnical reasons, there is a **minimum price of 6.5 ADA**. By using [MultiSig payments](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/multisig-payment) we can actually **reduce the minimum price to 3ADA**. As this is not implemented to the user interface yet, please [create a ticket](https://nmkr.io/support) to set this up.
{% endhint %}

{% hint style="success" %}
To enable multiple token purchases in one transaction, you need to set up a price list with multiple price/amount-pairs.
{% endhint %}

{% hint style="warning" %}
Please read the details about the [NMKR minting fee and Sendback](https://docs.nmkr.io/nmkr-studio/pricing) before you set up prices.
{% endhint %}

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

### Create a new price

To create a new price-amount pair click "create new price".

<figure><img src="/files/0jhhBCLYcTglPFOK7jIG" alt=""><figcaption></figcaption></figure>

Specify the amount of tokens, the price for this amount of tokens and the [currency](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist/create-new-prices#prices-in-fiat-currency) in this tab.\
The option to specify a certain period where this price is valid is optional and you could also specify only a starting date or and expiry date for this price.

Activate the price and click "save".

<figure><img src="/files/7Abtu8itQAGuuy1iDgRO" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
How many NFTs can I sell per transaction?\
\
The maximum possible amountof tokens that can be bought in one Transaction depends on the size of the [metadata](https://docs.nmkr.io/nmkr-studio/token/metadata).\
Cardano has a maximum metadata size of 16kb. Each character, also special characters and whitespaces, is one byte.\
\
\
As Fungible Tokens all share the exact same metadata, so it would be only presented once per transaction, you can basically sell an unlimited amount.
{% endhint %}

For a free drop / 0 ADA price, please read how to [set up free drops](/nmkr-studio/set-up-sales/manage-prices-pricelist/free-drops.md).\
For discounts, please read [how to set up discounts](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist/discounts).

### Custom Token for payment

**Beta-feature!**\
NMKR Studio allows you to offer minting with Cardano native custom Tokens and NFTs, please [read this article to learn how to set them up](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist/custom-token-payment).

### Prices in FIAT currency

The prices in FIAT currencies can be set up during the regular creation of a price.\
Instead of ADA, please select any FIAT currency from the dropdown.

{% hint style="info" %}
This feautre does not enable [FIAT payment](/nmkr-studio/set-up-sales/nmkr-pay/fiat-eth-and-sol-payment.md) via [NMKR Pay](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay), it will calculate the prices in ADA for a fixed FIAT currency price during each payment process depending on the current market price of ADA.\
\
Example:\
A price of 10 USD is specified in the price list.\
The current market price of ADA is 5$.\
Therefore, NMKR Pay will show a price of 2ADA in NMKR Pay.<br>
{% endhint %}

<figure><img src="/files/othikoL8zT7GdO8iP3Mb" alt=""><figcaption><p>Set up prices in FIAT currency</p></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://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist/create-new-prices.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.
