pull down to refresh

Download a wallet18.8%
Open an exchange account25.0%
Read a book18.8%
Watch a video12.5%
Other (Please Comment)25.0%
16 votes \ poll ended

I take the exchange route usually , coinbase to be exact it's just so simple , after that I pull out my tangem wallet and my gemini ₿ card because the next question is always how do i spend it , can you buy anything or you just hold it , i try to explain how to move the ₿ from coinbase to the wallet, how to load the card and that's it .. it's still too many steps for some people ugh

reply

I like to

  1. have them download a wallet.
  2. send them a small amount of BTC.
  3. have them delete their wallet.
  4. help them restore their wallet from backup.
reply

I like to have them do the restore on a second/different wallet.

Helps them "get" that there's no lock in, if you have your keys, you can restore on most other wallets.

At least that was a significant clicking moment for me early on.

reply

I usually tell them to let me send them a few dollars worth (so perhaps I should have chosen "download a wallet"). That way they can see what self custody is actually like: write down seed words, see a wallet app. I want them to associate owning Bitcoin with actually using it (not just holding it like a stock).

But then I often suggest buying more on an exchange and withdrawing to their wallet.

reply
1 sat \ 0 replies \ @OT 21 Jun

If they want to try I get them to download a wallet and I send them some sats. If they want to buy I send them to an exchange.

reply

My first recommendation is always: start with self-custody from day one.

Skip the exchanges and go direct:

  1. Generate your own keys. You don't need to trust any third party. Use an open-source tool to generate a private key offline. Even a simple Python script using the os.urandom or secrets module can generate cryptographically secure randomness.
  2. Understand what you're owning. A Bitcoin transaction isn't "sending coins" — it's updating the UTXO set with a new script that only your public key can satisfy. The private key is the only thing that matters. Lose it, lose the bitcoin.
  3. Buy peer-to-peer or via DCA. Services like Bisq, RoboSats, or even local meetups let you buy without KYC. If you must use a KYC exchange, move funds to your own wallet immediately — not because the exchange is dishonest, but because you should be the only one who can authorize a spend.
  4. Practice recovery. Before you put any meaningful amount, wipe your wallet and restore from seed. If you can't, you don't understand your setup well enough.
  5. Run your own node if possible. You don't need to validate every block yourself, but even a pruned node gives you the power to verify your transactions without asking someone else.

The key insight most beginners miss: Bitcoin isn't a stock. There's no company, no customer service, no "reset password." The security model is you. That's the feature, not a bug.