# ADA支払いリンク

{% hint style="info" %}
ADA 支払いリンク (一括) も簡単に作成したい場合は、このユーティリティ NFT をご覧ください: <https://pool.pm/asset16qa8cyz08pepphyqsg5s89cv5429jrpqhjjk0d>

または、無料で独自のミントを作成することもできます。 <https://pay.nmkr.io/?p=ae9fb170ed1a47b9ab7e875a5b45a340\\&c=1>
{% endhint %}

ADA支払いリンクは、指定された受信者アドレスに指定された金額のADAを受信するためにカスタマイズされた支払いリンクを作成できる機能です。このリンクは、ウェブサイトに埋め込んだり、他のコミュニケーションチャネルを通じて共有することができます。

ユーザーが支払いリンクをクリックすると、ADA取引をサポートし、[NMKR Studioで](https://docs.nmkr.io/nmkr-studio/introduction-nmkr-studio)NFTの造幣にも使用されるペイメントゲートウェイアプリケーション、[NMKR Payが](https://docs.nmkr.io/nmkr-studio/set-up-sales/nmkr-pay)開きます。その後、ユーザーはウォレットを接続し、支払取引に署名して、指定された受取人アドレスへの送金を完了することができます。

支払金額と受取人アドレスに加えて、支払リンクにカスタムメモを追加することもできます。この機能により、企業や個人は複雑な支払い統合をすることなく、便利で安全な方法でADAの支払いを受け入れることができます。

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

#### ADA支払いリンクの作成

パラメーター（受取人アドレス、金額、メモ）は、以下のURLの<プレースホルダー>を置き換えることで指定できます。

金額はLovelaceで指定します。

1 ADA = 1000000（100万）Lovelace

**ADA支払リンク（注記なし）**

```
pay.nmkr.io/?receiverAddress=<addr1testabc>&amount=<10000000>
```

**ADA支払リンク（注記付き）**

```
pay.nmkr.io/?receiverAddress=<addr1testabc>&amount=<10000000>&note=<examplenote>
```

**注記付きADA支払リンクの例**

<https://pay.nmkr.io/?receiverAddress=addr1qxfgglnsapsjelmmgjn89gkhf409qxc795407pw66g4glt998nu7s4l35sdwl6088e9f23ju7apk9hss7s9sgn3k9upqrs9hs7\\&amount=10000000\\&note=Payment%20for%20extra%20service>

[NMKR PayでこのADA支払いをご覧になるには、こちらをクリックしてください！](https://pay.nmkr.io/?receiverAddress=addr1qxfgglnsapsjelmmgjn89gkhf409qxc795407pw66g4glt998nu7s4l35sdwl6088e9f23ju7apk9hss7s9sgn3k9upqrs9hs7\&amount=10000000\&note=Payment%20for%20extra%20service)

<br>


---

# 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/nmkrpureiguraundo/adairinku.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.
