# 盲盒

盲盒是一个游戏功能，用户可以通过购买盲盒得到一次开奖机会。用户不仅可以通过盲盒获得限量版收藏品，若能完成收集，还有机会获得大奖。

### 规则

随着时间的推移，我们会不断发布新的盲盒系列。虽然主题和内容有所不同，但是每一套盲盒的总量、价格、游戏规则等都是不变的。每一套盲盒总共有200个、10种类型的图片，每一个盲盒打开后可获得10种类型的图片中的一种。10种类型的图片又分为3种稀有度，分别为UR(Ultra Rare)、SSR(Super Super Rare) 和SR(Super Rare)。其中，以UR类型最为稀有，每套盲盒有2种UR类型的图片，每种UR类型的图片各有2张。SSR类型的稀有度次之，每套盲盒有2种SSR类型的图片，每种SSR类型的图片各有5张。SR类型的稀有度垫底，每套盲盒有6种SR类型的图片，每种SSR类型的图片各有31张。

每一个盲盒售价为99EBEN，刚买到盲盒时无法打开，需等到一套盲盒卖完后，我们会往盲盒系列中注入VRF随机数，确保结果的随机性和公平性。之后，用户自行打开钱包中的盲盒，所有已打开或未打开的盲盒均为NFT，可以进行转让或在市场中交易。如果用户可以集齐一套10种不同类型的图片，则可以进行兑奖，并获取8888EBEN的大奖。已经用来兑奖过的NFT无法再次用于兑奖，所以每套盲盒至多可以获取两次大奖。奖金来源于盲盒售卖资金，售卖资金减去奖金的剩余部分会被燃烧，所以大约10.22%的盲盒销售收入会被燃烧。

### 已发行系列

* [三国1](/zhong-wen/collections/bb3k1.md)

### 合约

三国1: 0x85E6969277173D8d486d05dA707f99EdCbC4FFFD


---

# Agent Instructions: 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:

```
GET https://docs.benswap.cash/zhong-wen/features/blind-boxes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
