# How To Sell Tokens

NMKR Studio makes it possible to sell your tokens on demand via [NMKR Pay](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay), which is a payment gateway that allows your customer to connect its wallet and sign the transaction, or via a static [Pay-in address](https://docs.nmkr.io/nmkr-studio/set-up-sales/pay-in-address) that autonomously mints and distributes tokens once it receives funds in the correct amount.

#### 1) Set up prices

In order to sell tokens you have to specify the prices first. \
You can either [define token specific prices](https://docs.nmkr.io/nmkr-studio/token/edit#static-price-with-specific-sales) in the Edit section of every single token for [token specific sales with specific payment links](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/specific-payment-links), or you [set up a price list that will apply for any token in the project with various amounts](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist). For random sales, a price list is necessary.

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

#### 2) Enable the sales

To enable the sales on demand, navigate to the [price list](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist#open-the-price-list) of your project and activate the prices by clicking the [edit button of each price/amount pair](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist/create-new-prices).

#### 2a) NMKR Pay

Scroll down to copy and share the payment link (example: <https://pay.nmkr.io/?p=9d3b8a7cc161474b82dc41895b70ea52&c=1>)\
below the NMKR Pay Button in the [NMKR Pay integration tab](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/set-up-nmkr-pay#enable-nmkr-pay-for-your-sales) if you want to sell your tokens with NMKR Pay.\
\
Or use the [website integration with quantity selection](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/website-integration).

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

#### 2b) Pay-In address

If you want to use the static minting address that can be shared with your customers,\
scroll down on the pricelist tab and switch to the [Pay-In Address Integration tab](https://docs.nmkr.io/nmkr-studio/set-up-sales/pay-in-address#enable-the-pay-in-address).\
Use the activate button and copy the address (example: addr1v909jz0nnfwpl49st5yjp0ndht4s5vs4d0mhuz8fvv0nhrqj8mdqx) to share it with your community.

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

#### More details

If you want to learn more about this topic, [please click here](https://docs.nmkr.io/nmkr-studio/set-up-sales).

{% hint style="warning" %}
In order to sell your tokens on a [marketplace](https://docs.nmkr.io/helpful-links/cardano-nft-ressources#secondary-markets), you have to [mint them first manually](https://docs.nmkr.io/nmkr-studio/minting/manual-minting).
{% endhint %}


---

# 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/how-to-quick-start-tutorials/how-to-sell-tokens.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.
