> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/fan-mai-she-ding/nmkr-pay/maruchishigu.md).

# マルチシグ決済

{% hint style="success" %}
現在、マルチシグ決済の新しいコイン選択方法をテスト中です。スムーズな運用が期待されますが、問題が発生した場合はご連絡ください。

[お問い合わせ！](https://nmkr.io/support)
{% endhint %}

マルチシグの決済は、決済、ミント、分配、最終的な割引がすべて1つの取引で処理される包括的なトランザクションです。不正確な取引や受信が遅れた取引に対する払い戻しが不要になり、取引回数が2回から1回に減るため、ブロックチェーンの混雑が大幅に緩和されるのは言うまでもありません。取引回数が減るため、マルチシグ方式は通常の方式よりも少なくとも2倍速くなります。

通常のミントでは、購入者は「盲目的に」支払いをミントアドレスに送信し、トークンまたは返金を2回目の別の取引で受け取る必要があります。したがって、マルチシグ決済では、購入者が取引にサインする際にトークンを受け取ることを確認できるため、エンドユーザーリスクが大幅に軽減されます。

{% hint style="info" %}
売り手として知っておくべき重要なことは、プロジェクトの価格計算においてセンドバックを考慮する必要がないということです。センドバックは顧客の入力取引でカバーされ、通常の方法のように売上から差し引かれることはありません。

[NMKR Payで](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/manual-sending-in-nmkr-pay) マルチㇱグが有効になっているときに、購入者が[ 「manual sending」（手動送付）方式を](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/manual-sending-in-nmkr-pay)使用する場合 、購入者はデポジットを追加するよう求められますので、これもあなたには関係ありません。
{% endhint %}

{% hint style="warning" %}
購入者はサインする取引でトークンを確認することができるため、トークンの[資産名](https://docs.nmkr.io/nmkr-studio/project/metadata-template#asset_name)はレアリティと関連付けず、ミントの前にレアリティリストを公開しないことをお勧めします。レアリティがトークンのシリアライゼーションに関連する必要がある場合は、シリアライゼーションを[表示名](https://docs.nmkr.io/nmkr-studio/project/metadata-template#display_name)でのみ使用し、ランダム化された[資産名を](https://docs.nmkr.io/nmkr-studio/project/metadata-template#asset_name)使用してください。
{% endhint %}

### 通常決済とマルチシグ決済の比較

<br>

#### マルチシグ取引のオンチェーン例

{% embed url="<https://cardanoscan.io/transaction/8979cddf7a9799ef46caf4d6c4bdd8d93f3a625962207e0bdb65a628a12ed1ef?tab=utxo>" %}
マルチシグ取引のオンチェーン例
{% endembed %}

<figure><img src="/files/aHNxypxu3Ao75dmiP7Sg" alt=""><figcaption><p>マルチシグ取引のインプットとアウトプットの説明</p></figcaption></figure>

#### プロジェクトでマルチシグをオンにする

プロジェクトのマルチシグをオンにするには、プロジェクトの[価格リストタブに](https://docs.nmkr.io/nmkr-studio/set-up-sales/manage-prices-pricelist)移動します。

少なくとも1つの価格を指定すると、マルチシグをオンにするトグルが表示されます。

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

マルチシグをオンにするときに表示される「マニュアル送信を無効にする」トグルを使用すると、お客様が[ NMKR Payで支払いをマニュアル送付](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay/manual-sending-in-nmkr-pay)するオプションをオフにすることができます。このオプションをオフにすると、ボットによるミンティングを防ぐのに役立ちますが、ウォレットを接続したくない人にとっては、販売へのアクセスが難しくなる可能性があります。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nmkr.io/jp/nmkr-studio/fan-mai-she-ding/nmkr-pay/maruchishigu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
