NIP-05 identifiers for Nostr, issued by signature.
Nostr is an open protocol for publishing and social messaging where your
identity is a keypair you hold — not an account on a company's server. Nothing can lock you
out, but your public identity is a long, unreadable npub1… string that no one can recall or say aloud.
NIP-05 is the piece of the protocol that gives that key a human-readable
address. Phostrich issues you one — you@phostrich.com — and serves the mapping
at /.well-known/nostr.json, so any Nostr client shows a verified name in place
of the raw key.
Authenticate by signing a challenge with your key — no password, no email.
Connect a remote "bunker" signer. This round-trips over relays, so it can take a moment. No bunker yet? We make one — Nostr Signer, for desktop.