> For the complete documentation index, see [llms.txt](https://docs.1move.io/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/zh/you-xi-yuan-su/bao-xiang.md).

# 宝箱

![](/files/kwwfuHHoj0qdJQ6tEaJB)

宝箱是一个随机颁发给用户的战利品箱，里面装有效率、运气、坚固性和耐用性的神器。每个用户有 4 个宝箱槽。

宝箱可分为 5 种等级。开启宝箱的时间取决于宝箱的等级，等级越高，等待的时间就越长，用户收到宝箱后便立即开始倒计时。

**宝箱等级**

青铜

银

红宝石

金

铂金


---

# 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.1move.io/zh/you-xi-yuan-su/bao-xiang.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.
