> For the complete documentation index, see [llms.txt](https://pingmexyz.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pingmexyz.gitbook.io/docs/features/send-hongbao.md).

# Send Hongbao

Hongbao (Red packet) is a festive way to send crypto on PingMe by splitting one amount into multiple packets and letting luck decide how much each recipient gets. Instead of sending the same amount to everyone, Hongbao adds an element of luck to make payments more social and fun again.

Hongbao is inspired by the traditional red packets exchanged during celebrations, now reimagined for instant, on-chain payments.

## Send and Claim Hongbao

Learn how you can send a Hongbao, claim a Hongbao and view the Hongbao leaderboard.

1. Tap 'Hongbao' button on PingMe homepage to create a Hongbao paylink.

<div><figure><img src="/files/Ldyvh1LhOVOTHeBUl0WG" alt="" width="281"><figcaption></figcaption></figure> <figure><img src="/files/V3cveiH1MEMLKp0JIg6Q" alt="" width="281"><figcaption></figcaption></figure></div>

2. Decide the number of Hongbao(s) and amount of USDC you want to send - you can have up to 20 maximum recipients and 100 USDC per paylink. You may also customize your greeting message.
3. Once a Hongbao is created, make sure to copy and share the paylink to your recipients. Link is live for 24 hours only.

<div><figure><img src="/files/6JD8OYpYMDhwCBv5MaVV" alt="" width="281"><figcaption></figcaption></figure> <figure><img src="/files/iQfku5wsDw5Z2rWBwWz2" alt="" width="281"><figcaption></figcaption></figure></div>

4. Once recipient opens a Hongbao paylink, PingMe will randomly divide the amount received upon revelation of the reward.
5. Both sender and recipients can view the leaderboard to see the recipients' ranking for that Hongbao.

<div><figure><img src="/files/NIdENTUmDSORiVu930Zx" alt="" width="281"><figcaption></figcaption></figure> <figure><img src="/files/2d8xsoZL4Afqd74ri74d" alt="" width="281"><figcaption></figcaption></figure></div>

## FAQ

1. **Is Hongbao free to use?**

Yes, it's free to use! So send as many Hongbao as you wish.

2. **Do recipients need a crypto wallet to claim Hongbao?**

No. PingMe automatically creates a self-custodial PingMe account for new users when they claim a Hongbao.

3. **What happens if not all Hongbao are claimed?**

Unclaimed Hongbao/paylink will expire and funds returned to sender.

4. **Can I see who claimed my Hongbao and how much they claimed?**

Yes, you can track who claimed your Hongbao and how much they claimed.&#x20;


---

# 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://pingmexyz.gitbook.io/docs/features/send-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.
