> 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/nft-blind-box.md).

# NFT Blind Box

### A. Send a <mark style="color:red;">Blind Box</mark> Red Packet

{% tabs %}
{% tab title="Step 1" %}
Navigate to **Assets** > **Red Packets** > **Access Red Packets**

<figure><img src="/files/XwK8mge97ZGpMv3rOzYY" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 2" %}
Tap **Send Red Packet**

<figure><img src="/files/i0F0Lxe5xljE8tUyqeyf" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 3" %}
Tap **Blind Box Red Packet** then tap **Next**

<figure><img src="/files/4VwDo1RiPIxPWgFI381p" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 4" %}

1. Select the NFT you want to send.
2. Select the amount of lucky drawers.
3. Select the amount of Red Packets that can be scanned.
4. Write a note.
5. Set the **Start** and **End** dates before hitting **Prepare Red Packet.**

<figure><img src="/files/5m93XX4hNZAmr8IXOhyB" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 5" %}
{% hint style="success" %}
Congrats! You have successfully created a Blind Box Red Packet!
{% endhint %}

<figure><img src="/files/yDCvR8vUBmDCiPi9xmsP" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### B. Collect your <mark style="color:red;">Blind Box</mark> Red Packets

{% tabs %}
{% tab title="Step 1" %}
Navigate to **Assets** > **Red Packets** > **Access Red Packets**

<figure><img src="/files/lLZ8aecnipPoBkvjISm7" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 2" %}
Tap Records

<figure><img src="/files/MZzEBQMXd6T7VEAGT5gx" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 3" %}
Tap **Blind Box** then tap the NFT Blind Box you've participated.

<figure><img src="/files/5oGmoLoSSUHMyLFpuwOw" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 4" %}
{% hint style="success" %}
Tada! Congrats to the lucky winner!
{% endhint %}

<figure><img src="/files/6cwQtp8q3zx25sr8UP3s" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 5" %}
You need to Claim your NFT if you've won in the Blind Box Red Packet.

Navigate to **NFTs** tab then click the NFT-to-claim.

<figure><img src="/files/ekMRfHxFXhuMlkC7WXil" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/nft-blind-box.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.
