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

# Send a Red Packet

### Create your own Red Packet

### A. Open the Loopring Smart Wallet on your mobile phone and select the *Red Packet* function in the app.

<figure><img src="/files/xaxHrkcVjeSY1g6AAT3v" alt="" width="375"><figcaption></figcaption></figure>

### B. Click the *Send Red Packet* button

<figure><img src="/files/owgbcGIS9ZHQRSdq8p2U" alt=""><figcaption></figcaption></figure>

### C. Choose the Red Packet type

There are three types of Red Packets:

1. **Relay Red Packet:** Specify the total amount and number of people to distribute the Red Packet to. Recipients get a random share of the packet amount. If they share it with others via QR code, the forwarders can also get corresponding benefits.
2. **Lucky Red Packet:** Specify the total amount and number of people to distribute the Red Packet to. Each person gets a random share of differing amounts of the total packet amount.&#x20;
3. **Normal Red Packet:** Specify the total amount and number of people to distribute the Red Packet to. The Red Packet is evenly distributed amongst those recipients.

<figure><img src="/files/2dGB2lLFceFBFSjunff3" alt=""><figcaption></figcaption></figure>

In addition, the user can also set whether the Red Packet is a Private Red Packet or a Public Red Packet.

* The **Private Red Packet** can only be received by people that the sender has shared it with and is not seen on the public network.<br>
* The **Public Red Packet** can be received by anyone who can see the Red Packet within the Loopring Smart Wallet, as long as they have the Red Packet QR code and Loopring Smart Wallet.

{% hint style="warning" %}
If the Red Packets are not received for more than 24 hours, the amount in it will be refunded.
{% endhint %}

After creating the Red Packet, go back to the Send Red Packet page and click My Red Packets in the upper right corner of the Red Packet page. You can see the Red Packets you have received and the Red Packets sent.

<figure><img src="/files/B7T7EWtymS6KfcIFzXK0" alt=""><figcaption></figcaption></figure>


---

# 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://docs-wallet.loopring.io/additional-features/red-packets/send-a-red-packet.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.
