Document

How to use

  1. Register NIP-05: Go to the Register NIP-05 menu, enter your Username and Nostr Public Key (npub or hex), then click Register to create your NIP-05 address (yourname@nvrs.xyz) for free!
  2. Manage Profile: After registering and logging in, go to the Profile menu to edit your Username, Lightning Address (to receive sats via yourname@nvrs.xyz), and manage your relay list all in one place. Click Update Profile to save everything at once.
  3. Use NIP-05 & Lightning Address: Use your NIP-05 address (yourname@nvrs.xyz) to verify your identity in Nostr apps or receive sats via the same Lightning Address. The system will automatically proxy to your configured Lightning Address.
  4. Relay Management: Add or remove relays from the Profile page to keep your Nostr account connected to your preferred relays.
  5. Delete Account (if needed): You can delete your account from the Profile page in the Danger Zone section (all data will be permanently deleted).

Code Example

// Example: Fetch NIP-05 data
fetch('https://nvrs.xyz/.well-known/nostr.json?name=yourname')
  .then(res => res.json())
  .then(data => console.log(data));

// Example: Use Lightning Address
// Send sats to yourname@nvrs.xyz via any LNURL-pay compatible app

FAQ

  • Q: What is NIP-05?
    A: NIP-05 is a standard for identity verification on Nostr, using the format username@domain (e.g. yourname@nvrs.xyz) so others can easily find and verify your identity.
  • Q: What is Lightning Address Proxy?
    A: It allows you to receive sats using yourname@nvrs.xyz. The system will proxy payments to your configured Lightning Address, such as your@walletofsatoshi.com.
  • Q: Is my data safe?
    A: Your data is stored in Supabase, and you can delete your account at any time (see Danger Zone in Profile).
  • Q: Can I change my Username or Lightning Address?
    A: Yes, you can change them anytime from the Profile page and click Update Profile.
  • Q: Which apps are supported?
    A: All Nostr apps that support NIP-05 and all Lightning apps that support LNURL-pay, such as Wallet of Satoshi, Alby, Zeus, etc.