How to create your first Nostr account in under 5 minutes
Start-to-finish walkthrough for a brand new Nostr account. Pick a client, generate keys, back them up, and be posting in under five minutes.
Making a Nostr account is not like making a Twitter account. There is no form with 10 fields, no email verification, no CAPTCHA, no password. You generate a pair of cryptographic keys and you have an account.
This guide is the complete walkthrough, start to finish, for a user who has never used Nostr before.
TL;DR. Open nostr.blog or any Nostr client. Let it generate a key pair for you. Immediately save the private key (the nsec, 63 characters starting with nsec1) to a password manager. Pick a username, follow twenty people, post something.
When you are ready, grab your @nostr.blog address
Three ways to create an account, ranked by ease
1. Guided signup on nostr.blog. Takes about two minutes. Pick a name, generate keys, pay the small annual fee for the name you chose, and you are on the feed with a wallet and a client ready. This is the recommended path for most new users.
2. Native mobile app. Install Damus (iOS), Primal (iOS/Android), or Amethyst (Android). Open the app, tap through the signup, back up the key, and you have an account. Five to ten minutes total.
3. Another web client. Primal web, Coracle, Iris, or Snort. Create a new account through any of them; same mechanics as the guided option above, slightly different UX.
All three produce the same thing: a cryptographic key pair, a working account, ability to post immediately. The speed difference is measured in minutes.
What actually happens when you sign up
The mechanical sequence, so you understand what the client is doing.
- Random bytes are generated. The client asks your operating system for 32 secure random bytes. These bytes become your private key.
- Public key is derived. One mathematical operation on the private key (elliptic curve scalar multiplication on
secp256k1) produces the public key. - Both are encoded as Bech32 strings. The private key becomes the nsec (starts with
nsec1...); the public key becomes the npub (npub1...). - The client stores the nsec. On mobile, usually in the OS keychain. On web, either in a browser extension (NIP-07) or in local storage.
- The client shows you the nsec and asks you to back it up. This is the only chance you get to see it for backup purposes; some clients let you retrieve it later from settings.
- Your first Nostr event is your profile metadata (kind:0). The client prompts for a display name, bio, and avatar, wraps them in a signed event, and publishes it to relays.
Steps 1-4 are instant. Step 5 is the one where users often rush past and regret it later. Step 6 takes a few seconds.
The one step people skip
Backing up the nsec.
You do it right now, while the nsec is on the screen, or you do it never. Most users who "will back it up tomorrow" never do, and one device wipe or one lost phone later, the account is gone.
The 90-second version of doing it right:
- Open 1Password, Bitwarden, or any password manager with end-to-end encryption.
- Create a new item labeled "Nostr nsec - [your new username]."
- Paste the nsec into the password field.
- Save.
- Verify it synced to your other devices.
Alternatives: iCloud Keychain (end-to-end encrypted, safe), a printed piece of paper in a safe (slower but offline). What does not count as a backup: iCloud Notes, Google Keep, a screenshot in your camera roll, an email to yourself.
Setting up your profile
Four fields the first event should fill.
Display name. Your name as humans see it. Can be anything. Change it anytime.
About / bio. One or two sentences about you, or nothing at all. Some clients show it prominently; others hide it.
Avatar. A profile picture URL. Most clients accept direct image URLs from any host (nostr.build, imgur, your own domain). Some clients let you upload directly.
NIP-05 identifier. Your readable name like alice@nostr.blog. Separate from the display name; this is the verifiable identifier. Set it up now or skip for later.
If you signed up on nostr.blog, the NIP-05 is set by your username automatically. If you signed up elsewhere, you set it separately by registering one or self-hosting.
First follows: the critical step
A fresh Nostr account shows an empty timeline. This is normal. The network is full of activity, but you are not connected to any of it until you follow people.
The threshold is about twenty follows. Below that, the feed feels dead. Above that, it feels like a place.
Where to find twenty accounts in ten minutes:
- Client suggestions. Every mainstream client shows a starter list on first launch. Follow ten to fifteen.
- Search for names you already know. Jack Dorsey, fiatjaf, hodlonaut, gigi, jb55, Bitcoin-adjacent journalists you follow elsewhere.
- Follow graph raids. Open any profile of someone you follow. Tap "Follows." Follow anyone interesting from their list.
- Trending tab. Primal and some other clients show trending accounts. Follow a few who look interesting.
Once you pass twenty follows, the feed becomes usable. If you are below twenty and feeling like "Nostr is empty," the fix is more follows, not a different client.
Your first post
You have an account, a backup, and a follow list. Post something.
Suggestions:
- Introduce yourself to the network. Short bio in one sentence, hashtag it with #introductions (active hashtag where new users get seen).
- Share a link you liked, with a one-line take.
- Reply to someone you follow who posted recently. Engagement is how you are first noticed.
The first post is low-stakes. It is not going viral. But it starts the feed flowing toward you, and the next twenty posts of yours benefit from having a baseline.
Common first-day issues
Two problems that show up frequently, with fixes.
"My feed is still empty after following people." Your client might be connected to only a couple of default relays that do not have those users' posts. Open settings, go to relay management, add a few more (wss://relay.damus.io, wss://nos.lol, wss://relay.primal.net). Feed should fill within seconds.
"My display name does not show up." The client published the profile event but relays have not propagated it yet. Wait a minute, refresh. If still wrong, republish the profile event from settings. This sometimes takes two tries on the first day.
What to do in the first week
The baseline plan that converts fresh accounts into engaged users.
Day 1. Create account, back up key, follow twenty people, post one introduction.
Day 2-3. Reply to posts from people you follow. Post something original each day. Engagement compounds.
Day 4-5. Try a zap. 21 sats to someone whose post you liked. The feel of sending real money in one tap is what converts users from "trying Nostr" to "using Nostr."
Day 6-7. Find a second client (web if you started on mobile, or vice versa). Log in with the same key. Notice the identity is portable. This is the moment most users go from neutral to converted.
By day eight, you are past the initial friction. From here it is just Nostr, and the habit forms on its own.
If you do not want to pay for a username
Nostr-side accounts are free. The thing that costs money is a readable NIP-05 identifier on a managed domain. If you want the absolute cheapest path:
- Generate keys in any Nostr client (Damus, Amethyst, etc.). No cost.
- Skip the NIP-05 step. Your account works with just the npub; no fee.
- Post, follow, zap. Everything is functional.
Your profile will show the raw npub until you add a NIP-05. Many users start this way and add a NIP-05 later when they decide it is worth the $2.99 annual fee for readability. Both paths are valid.
Frequently asked questions
Do I need to verify my email to make a Nostr account?
Can I make multiple Nostr accounts?
Is there an age limit for Nostr accounts?
What if I want to delete my Nostr account later?
Can I import a Nostr account from another service?
Related reading
What is Nostr? A plain-English guide for 2026
Nostr is a simple, open protocol for social media and identity. No company runs it, no account can be deleted by anyone but you. Plain English.
6 min readGetting startedHow to use Nostr: a step-by-step guide for beginners
Open an app, get a pair of keys, follow some people, post. What starting Nostr looks like in 2026, with the details nobody warns you about.
9 min readIdentity and NIP-05How to back up your Nostr keys without losing them
Concrete backup options for your Nostr private key, ranked by safety. What works, what does not, and the mistakes that turn a backup into account loss.
7 min readGetting startedNostr for beginners: start in 5 minutes, understand in 20
The shortest path from zero Nostr knowledge to a working account. Five minutes to sign up, fifteen more to understand what you are using.
6 min readGetting startedThe complete Nostr onboarding guide for 2026
Everything a new user needs in one guide. Not just signup. What to do in week one, week two, week four. Milestones from tourist to regular.
7 min readIdentity and NIP-05How to choose a Nostr username that actually works
Your Nostr username is yours forever once claimed. How to pick one that is findable, memorable, on-brand, and does not fight search engines.
6 min readIdentity and NIP-05nsec vs npub: what each one is, and how not to mix them up
The two prefixes every Nostr user sees. One is your public identity. The other is a secret that owns your account. How to tell them apart.
6 min read