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

Success! Your username is now active at {{ successData.local_part }}@{{ domain }}. Please add this to your nostr profile accordingly. If you ever need to rotate your keys, you can still keep your identity!

Important!

Bookmark this link: {{ base_url }}nostrnip5/rotate/{{ domain_id }}/{{ successData.address_id }}

In case you ever need to change your pubkey, you can still keep this NIP-5 identity. Just come back to the above linked page to change the pubkey associated to your identity.

{% endraw %}

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

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