{% extends "public.html" %} {% block toolbar_title %} Verify NIP-5 For {{ domain.domain }} {% endblock %} {% from "macros.jinja" import window_vars with context %} {% block page %}

You can use this page to get NIP-5 verified on the nostr protocol under the {{ domain.domain }} domain.

The current price is {{ "{:0,.2f}".format(domain.amount / 100) }} {{ domain.currency }} for a lifetime account.

After submitting payment, your address will be

and will be tied to this nostr pubkey

Create Address Cancel

Copy Invoice
{% endblock %} {% block scripts %} {% endblock %}