{% if is_open %}{% endif %} Pay with Goblin (GRIN)
GoblinPay

Pay with Goblin

{{ info.amount_display }}

{% if is_paid %}

This invoice has been settled. You can close this page.

{% else if is_expired %}

This invoice has expired.

{% else %}

Waiting for payment…

{% if !info.nprofile.is_empty() %}

Pay with Goblin Wallet

{{ info.qr_svg|safe }}

Scan with your Goblin Wallet, or copy the address below.

{% endif %} {% if let Some(grin1) = info.slatepack_address %}

Pay by Slatepack (grin1)

Pay from any Grin wallet, no Nostr needed. Send {{ info.amount_display }} to the address below.

{% if let Some(grin1_qr) = info.slatepack_qr_svg %}
{{ grin1_qr|safe }}
{% endif %}
  1. In your Grin wallet, send {{ info.amount_display }} to this address using the Slatepack / file method, then paste the Slatepack it produces below.
  2. The pasted S1 Slatepack is received here and a response Slatepack is returned.
  3. Paste that response back into your wallet to finalize and broadcast it, which completes the payment.
{% endif %} {% endif %} {% if let Some(memo) = info.memo %}

{{ memo }}

{% endif %}