# Discounts

The price list in NMKR Studio allows you to specify discounts depending on the condition of the buyers wallet. These conditions can be a specific stake pool the buyer is delegating to, the policy ID of an asset the buyer holds in his wallet, or the wallet address of the buyers wallet.

The discount feature works with sales on demand via [NMKR Pay](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay) and the [Pay-in address](https://docs.nmkr.io/nmkr-studio/set-up-sales/pay-in-address).\
Usually, discounts will be sent to the customer as refunds in a separate transaction. However, if you use [MultiSig payments](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/multisig-payment), the refund will be deducted in the same transaction.

{% hint style="info" %}
Multiple Discounts will not stack up and only the highest discount will apply.\
\
Please make sure the discounts make sense with your pricing and, if specified, additional payout wallets!\
\
\
Discount Workflow:\
If [MultiSig](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/multisig-payment) is not activated, the discount will be sent together with the NFT back to the customer. It won't beindicated in NMKR Pay.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/WJJlj4rIt3qZLKSyeiDg/discounts.gif" alt=""><figcaption></figcaption></figure>

### Create discount

Go to your [price list](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist) and click the "Pricselist Discounts" button.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/EvMIAMHRgufEf0S88svx/Screenshot%202022-12-04%20at%2018.35.09.png" alt=""><figcaption></figcaption></figure>

The following tab allows you to specify multiple discounts for your project by clicking the "create new discount" button.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/m6X4kGfgurCQLUY0vkBP/Screenshot%202022-12-04%20at%2018.35.55.png" alt=""><figcaption></figcaption></figure>

You can now choose one of three conditions that need to be matched to grant the discount.

#### Discount by wallet address / whitelisting

This discount feature only grants discounts to wallet addresses that are whitelisted.\
To whitelist the addresses, please upload a csv file which contains a wallet address in each row.\
Please do not add Stake addresses here. This csv file can be created with any spreadsheet software like Excel or google sheets.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/qQyvu5zxp9TjyDliUJ0P/Screenshot%202022-11-14%20at%2013.16.48.png" alt=""><figcaption></figcaption></figure>

Click upload addresses, the tab will automatically show the number of entries that are recognized.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/eQMUDpJCEf2jXWF2LxIi/Screenshot%202022-11-14%20at%2013.18.49.png" alt=""><figcaption></figcaption></figure>

Check if the entries count is correct, add the discount in % and activate the price. Confirm by clicking on "save".

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/HmQPrlBDJAVTKeZ854sZ/Screenshot%202022-11-14%20at%2013.15.44.png" alt=""><figcaption></figcaption></figure>

If you made a mistake here in the uploaded csv. or you want to add changes to it, please click "Clear Addresses" and upload the new file.\
\
"Download Addresses" will download the csv file.

#### Discount by holding a token of a specific policy ID

This discount feature will grant discounts to holders of a specific policy ID.\
It is required to specify the policy of a specific token and a minimum amount that need to be hold of this said token. \
Add the discount in % and activate the price. Confirm by clicking on "save".\
\
If you add multiple policy IDs by clicking on the "+", it will use an or-logic and means, the buyer must hold a token of either policy A or policy B.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/tA9F3iyt5bOUMnIcwZpj/Screenshot%202022-11-14%20at%2013.06.17.png" alt=""><figcaption><p>Discount by policy ID</p></figcaption></figure>

#### Discount by Delegation to a specific Stake Pool

This discount feature will grant discounts to a delegator to a specific stake pool.\
Add the discount in % and activate the price. Confirm by clicking on "save".\
\
If you add multiple pool IDs by clicking on the "+", it will use an or-logic and means, the buyer must delegate either to pool A or pool B.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/SKvG6JCNLTMMTWH99yVy/Screenshot%202022-11-14%20at%2013.10.30.png" alt=""><figcaption><p>Discount by Delegation to a certain stake pool</p></figcaption></figure>

#### Discount by Coupon Code

This discount feature will grant discounts to holders of unique coupon codes, allowing you to implement targeted and personalized promotions for your products or services.

To enable multiple different coupon codes, set up a discount with the coupon code condition for each code that you want to use.

<figure><img src="https://content.gitbook.com/content/bv1NlCoA0UqqILhTF1t0/blobs/dM2QZXr4PqJgMlLwZTKE/Screenshot%202024-01-29%20at%2010.42.43.png" alt=""><figcaption></figcaption></figure>

What we do here is, we create a custom parameter for the payment link like **\&cp=DAVE** (if DAVE is the coupon code). Simply add that at the end of the NMKR Pay link you get, after you've[ set a price](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist):&#x20;

E.g. <https://pay.nmkr.io/?p=your\\_policy\\_ID\\&c=&#x31;**\\&cp=DAVE>\*\*

Now, this custom parameter will be printed in the transactions overview.<br>

Besides that, we can grant discounts depending on this custom property and also set in an [additional payout wallet](https://docs.nmkr.io/nmkr-studio/project/additional-payout-wallets) with specific split. These features are great to incentivize and support [affiliates.](https://docs.nmkr.io/nmkr-studio/project/affiliate-links)
