# オンデマンドミント

オンデマンドのミントとは、販売プロセスを用いて顧客にトークンのミントを任せることを意味します。そのメリットは、[マニュアルでトークンをミントして](https://docs.nmkr.io/nmkr-studio/minting/manual-minting)流通市場で販売する場合のような初期費用がかからないことです。

#### NMKR Studioでのオンデマンドミント

**NMKR Payによるオンデマンドミント**

NMKR Studioは、オンデマンドでミントを行うための2つのオプションを提供しています。1つは[NMKR Payで](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay)、完全に自動化された支払いゲートウェイです。NMKR Payは、[Cardano上の](https://docs.nmkr.io/helpful-links/cardano-wallets#self-custodial-cardano-wallets)すべての[一般的なウォレット](https://docs.nmkr.io/helpful-links/cardano-wallets#self-custodial-cardano-wallets)、[マニュアル送信による](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/manual-sending-in-nmkr-pay)支払い、および[クレジットカードによるフィアット](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/fiat-payment)支払いをサポートしています。ボット保護機能があり、[マルチシグ決済も](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/multisig-payment)可能です。<br>

**Pay-In Addressによるオンデマンドミント**

2つ目のオプションは[Pay-In Addressで](https://docs.nmkr.io/nmkr-studio/set-up-sales/pay-in-address)、顧客が特定の金額のADAを送り、ミントアドレスを開始する静的なアドレスです。これはまた、自動的に払い戻しを処理し、非常に簡単な対処法を提供します。[ NMKR Payには](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay)ボット対策がないため、より優れた方法である[NMKR Payを](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay)使用することをお勧めします。

どちらのオプションも[販売条件とホワイトリストを](https://docs.nmkr.io/nmkr-studio/set-up-sales/sales-conditions-and-whitelisting)使用することができ、[価格リストを](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist)使用します。


---

# 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/jp/nmkr-studio/minto/ondemandominto.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.
