> For the complete documentation index, see [llms.txt](https://academy.hongbaob.tc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.hongbaob.tc/getting-started/your-first-bitcoin.md).

# Your First Bitcoin

## Welcome to the World of Digital Money!

Congratulations! By receiving a Bitcoin Hongbao, you're about to own your first piece of the world's most revolutionary digital currency. Let's make sure you claim it safely and understand what you're receiving.

## What You're About to Receive

### Bitcoin Units Explained

Your hongbao contains Bitcoin, which can be measured in:

* **BTC** - Full Bitcoin units (1 BTC)
* **mBTC** - MilliBitcoin (0.001 BTC)
* **Satoshis (sats)** - The smallest unit (0.00000001 BTC)

Think of it like:

* BTC = Dollar bills 💵
* Satoshis = Cents 🪙

Most hongbao contain thousands or millions of satoshis, which might be worth anywhere from a few dollars to hundreds of dollars.

## Before You Claim: Important Safety Tips ⚠️

### ✅ DO:

* Claim your hongbao in private
* Use a secure internet connection
* Double-check all addresses
* Save your wallet backup immediately

### ❌ DON'T:

* Share your private keys with anyone
* Use public WiFi when claiming
* Screenshot private keys
* Rush the process

## Step-by-Step: Claiming Your Hongbao

### Step 1: Identify Your Hongbao Type

Your Bitcoin gift will come in one of these formats:

#### **QR Code Hongbao**

* Square barcode pattern
* Can be scanned with wallet app
* Often includes amount visible

#### **Link Hongbao**

* URL starting with specific protocol
* Clickable in messages
* May require password

#### **Paper Wallet Hongbao**

* Physical card or paper
* Contains public and private keys
* Must be "swept" into digital wallet

#### **Lightning Hongbao**

* For instant, low-fee transfers
* Usually expires if not claimed
* Requires Lightning-enabled wallet

### Step 2: Prepare Your Wallet

Before claiming, ensure you have:

1. ✅ Installed a reputable Bitcoin wallet
2. ✅ Created a new wallet
3. ✅ Backed up your seed phrase
4. ✅ Understood basic wallet navigation

> **Need a wallet?** Check our [Wallet Setup Guide](/getting-started/setting-up-wallet.md)

### Step 3: Claim Your Bitcoin

#### For QR Code Hongbao:

1. Open your Bitcoin wallet app
2. Tap "Receive" or "Scan"
3. Point camera at QR code
4. Confirm the amount
5. Complete the transfer

#### For Link Hongbao:

1. Click the hongbao link
2. Choose "Open in wallet" if prompted
3. Select your wallet app
4. Review transaction details
5. Confirm to receive

#### For Paper Wallet:

1. In your wallet, find "Sweep Paper Wallet"
2. Scan the PRIVATE KEY QR code
3. Verify the amount shown
4. Confirm the sweep transaction
5. Wait for confirmation

### Step 4: Verify Receipt

After claiming, you should see:

* ✅ New transaction in your wallet
* ✅ Balance increased
* ✅ Transaction ID for records
* ✅ Confirmations accumulating

## Understanding Your New Bitcoin

### What Just Happened?

When you claimed your hongbao, you:

1. **Took ownership** of Bitcoin from the gift-giver
2. **Recorded it** on the global Bitcoin blockchain
3. **Secured it** with your personal wallet
4. **Joined** the global Bitcoin network

### Your Bitcoin is Now:

* **Yours alone** - No one can take it without your keys
* **Borderless** - Use it anywhere in the world
* **Permanent** - The transaction can't be reversed
* **Transparent** - Anyone can verify it happened

## What Can You Do With Your Bitcoin?

### 🏦 **Save It**

* Hold as digital gold
* Potential appreciation
* Long-term investment

### 💸 **Spend It**

* Growing merchant acceptance
* Online shopping
* Gift cards

### 📤 **Send It**

* Transfer to friends
* International remittance
* Charitable donations

### 📚 **Learn With It**

* Experiment with small amounts
* Try different wallets
* Explore Bitcoin features

## Common Questions After Receiving

### "How much is my Bitcoin worth?"

Check current prices at:

* Your wallet app (usually shows fiat value)
* CoinGecko or CoinMarketCap
* Google "Bitcoin price"

### "Is my Bitcoin safe?"

Yes, if you:

* Keep your seed phrase secret
* Use a secure wallet
* Don't share private keys

### "Do I need to pay taxes?"

* Depends on your jurisdiction
* Generally, receiving gifts may not be taxable
* Selling or spending might be
* Consult local tax laws

### "Can I get more Bitcoin?"

Absolutely! You can:

* Buy from exchanges
* Earn through work
* Receive as payment
* Get more hongbao! 😊

## Your Bitcoin Journey Checklist

Now that you have Bitcoin:

* [x] Claimed your hongbao successfully
* [ ] Backed up wallet properly
* [ ] Understood Bitcoin basics
* [ ] Tried a small transaction
* [ ] Joined Bitcoin community
* [ ] Learned about security
* [ ] Explored use cases

## Troubleshooting Common Issues

### "My hongbao won't scan"

* Clean camera lens
* Improve lighting
* Try manual entry
* Check QR code condition

### "Transaction pending too long"

* Bitcoin confirmations take \~10 minutes
* Network might be busy
* Fee might be too low
* Be patient!

### "Amount seems wrong"

* Check Bitcoin units (BTC vs sats)
* Verify network fees
* Confirm exchange rate
* Contact gift sender if needed

## Next Steps

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>🔐 <strong>Secure Your Bitcoin</strong></td><td><a href="/pages/S3sTHeb7MlItrZYBgVr3">Learn essential security practices →</a></td></tr><tr><td>📖 <strong>Understand Bitcoin</strong></td><td><a href="/pages/cMIddMHCr6oxDf64nf7B">Dive deeper into how it works →</a></td></tr><tr><td>⚡ <strong>Try Lightning Network</strong></td><td><a href="/pages/xekBt4338C4mI0h3Oyez">Instant Bitcoin transactions →</a></td></tr></tbody></table>

***

> 🎊 **Congratulations!** You're now officially a Bitcoin holder! Welcome to a global community of millions who believe in financial freedom and innovation. Your journey into the future of money has just begun!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academy.hongbaob.tc/getting-started/your-first-bitcoin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
