> For the complete documentation index, see [llms.txt](https://wp.warped.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.warped.games/chinese-warped-universe-whitepaper/warped-universe-zhong-de-suo-you-quan/you-xi-ku-game-vault.md).

# 游戏库（Game Vault）

Game Vault 是一个托管钱包，所有《Warped Universe》的账户在创建时都会自动分配，无论玩家通过哪个平台访问游戏。即使因平台限制（例如 Steam）无法使用区块链功能，玩家的购买也会安全地存储在链上。

Game Vault 在后台无缝运行，gas 费用由 Warped Games 代表玩家管理，确保区块链的集成不会打扰或复杂化那些偏好传统游戏设置的玩家。对于这些玩家来说，Game Vault 仅作为他们购买物品的安全数据库。


---

# 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://wp.warped.games/chinese-warped-universe-whitepaper/warped-universe-zhong-de-suo-you-quan/you-xi-ku-game-vault.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.
