> 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/what-is-hongbao.md).

# What is a Hongbao?

## A Traditional Gift Goes Digital

A **hongbao** (红包), also known as a red envelope or red packet, is a traditional Chinese monetary gift. For centuries, these red envelopes have been given during holidays, celebrations, and special occasions as symbols of:

* **Good luck** 🍀
* **Prosperity** 💰
* **Blessings** 🙏
* **New beginnings** 🌟

## Bitcoin Hongbao: Ancient Tradition Meets Modern Technology

A Bitcoin Hongbao takes this beautiful tradition into the digital age. Instead of paper money in a red envelope, you receive:

* **Digital Bitcoin** - Real cryptocurrency with actual value
* **Private Keys** - Your unique access code to the Bitcoin
* **Instant Transfer** - No banks or intermediaries needed
* **Global Reach** - Can be sent anywhere in the world

## How Bitcoin Hongbao Works

### 1. **Creation**

Someone who cares about you has:

* Purchased Bitcoin
* Created a secure digital envelope
* Embedded the Bitcoin inside
* Sent it to you as a gift

### 2. **Your Gift Contains**

* A specific amount of Bitcoin (BTC or satoshis)
* Instructions to access it
* Usually a QR code or link
* Sometimes a personal message

### 3. **Claiming Your Hongbao**

To receive your Bitcoin gift, you'll need to:

1. Set up a Bitcoin wallet (we'll guide you!)
2. Scan or enter your hongbao code
3. Transfer the Bitcoin to your wallet
4. Start your cryptocurrency journey!

## Why Bitcoin Makes the Perfect Hongbao

### 🌏 **Borderless**

Unlike traditional money, Bitcoin can be sent instantly across the world without conversion fees or delays.

### 📈 **Potential Growth**

Your hongbao might grow in value over time as Bitcoin's price changes.

### 🔐 **Truly Yours**

Once claimed, the Bitcoin is completely under your control - no bank can freeze or confiscate it.

### 🎓 **Educational**

Receiving Bitcoin encourages learning about new technology and financial systems.

## Types of Bitcoin Hongbao

### **Physical Hongbao**

* Paper wallets in red envelopes
* Cards with QR codes
* USB devices with wallet files

### **Digital Hongbao**

* Links sent via messaging apps
* QR codes shared digitally
* Lightning Network invoices
* Smart contract hongbao

## Cultural Significance

In Chinese culture, the color red symbolizes good fortune and joy. By combining this tradition with Bitcoin - often called "digital gold" - a Bitcoin Hongbao represents:

* **Traditional values** meeting **innovation**
* **Generational wealth** in a new form
* **Financial education** as a gift
* **Future prosperity** through technology

## Your Hongbao is Special

Whether you received your Bitcoin Hongbao for:

* Chinese New Year 🐉
* A birthday 🎂
* A wedding 💑
* Graduation 🎓
* Or just because someone cares 💝

This gift is more than money - it's an invitation to explore the future of finance.

## Next Steps

Ready to claim your Bitcoin Hongbao? Let's continue to:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>📱 <strong>Set Up Your Wallet</strong></td><td><a href="/pages/unwneOf6ZUqyXhhdWWQj">Learn how to create a secure Bitcoin wallet →</a></td></tr><tr><td>🎯 <strong>Claim Your Gift</strong></td><td><a href="/pages/1cVJmnUmiJpaZy4aJQr1">Step-by-step guide to receiving your hongbao →</a></td></tr></tbody></table>

***

> 💡 **Fun Fact**: The tradition of hongbao dates back to the Qin Dynasty (221-206 BC). Now, over 2,000 years later, we're continuing this tradition with 21st-century technology!


---

# 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/what-is-hongbao.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.
