---
name: bsc-red-packet
description: Send and claim BNB red packets on BNB Smart Chain. Generate shareable red packet links for Discord/Telegram/QQ groups. Supports Lucky Draw (random amounts) and Fixed Amount modes.
user-invocable: true
metadata: {"openclaw":{"emoji":"🧧"}}
---

# BSC Red Packet Skill

## When to use

Use this skill when the user wants to:
- Send / create a red packet (红包) with BNB
- Share a red packet link in the group
- Claim / open a red packet
- Check red packet status or details

Keywords: red packet, 红包, hongbao, send BNB, 发红包, 领红包, claim, lucky draw, 拼手气

## Overview

BSC Red Packet is a decentralized red packet DApp on BNB Smart Chain. Users deposit BNB to create red packets and share links for others to claim. Supports two modes: Lucky Draw (拼手气红包, random amounts) and Fixed Amount (普通红包, equal split). Each address can only claim once. Red packets expire after 24 hours.

**DApp URL**: https://www.bnblucky.com
**Contract**: 0x35D6Af148C332EaA7E6e88B9549eee434Be1C2CB (BSC Mainnet)

## How it works

### Creating a Red Packet

When a user wants to send a red packet, generate a creation link:

```
https://www.bnblucky.com/?amount={AMOUNT}&count={COUNT}&message={MESSAGE}
```

Parameters:
- `amount` (required): BNB amount (e.g., `0.05`)
- `count` (required): Number of shares, 1-100 (e.g., `10`)
- `message` (optional): Blessing message, URL-encoded

After the user confirms the transaction on-chain, they get a claim link like:
```
https://www.bnblucky.com/packet/{PACKET_ID}
```

Share this claim link in the group for others to claim.

### Claiming a Red Packet

Claim link format: `https://www.bnblucky.com/packet/{PACKET_ID}`

Users open the link, connect wallet, click "Claim", confirm transaction. Only gas fee required, no BNB cost. Each address can claim once.

## Response Format

### When user says "send a red packet" or "发红包"

Ask for amount and count if not provided, then reply:

🧧 **Red Packet Creation Link**

Click to create: {GENERATED_LINK}

- Amount: {AMOUNT} BNB
- Shares: {COUNT}
- Message: {MESSAGE}

Connect your wallet on BNB Smart Chain, confirm the transaction, then share the claim link here!

### When user shares a claim link

🧧 Someone sent a red packet! Click to claim: {LINK}
Connect wallet on BSC → Click Claim → Confirm transaction. Each person can claim once!

### Default values

- **Amount**: Ask the user (required)
- **Count**: Default to `5`
- **Message**: Use "恭喜发财！" or "Wishing you prosperity!"

## Constraints

- Do NOT ask for private keys or wallet passwords
- Red packets expire after 24 hours
- Each address can only claim once per red packet
- Maximum 100 shares per red packet
- Recommend at least 0.001 BNB per red packet
- 1% service fee on creation
