> 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/ge-ren-bao-xian-ku-personal-vault.md).

# 个人保险库（Personal Vault）

对于希望完全掌控游戏内资产的玩家，Personal Vault 提供了实现真正所有权的便捷途径。玩家可通过我们的网站将非托管钱包连接到自己的《Warped Universe》账户，并将链上资产提取到个人钱包中，从而拥有和交易这些资产的机会。

虽然所有 Koju 交易都在 Game Vault 中安全管理，以确保流畅的游戏体验，但 Personal 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/ge-ren-bao-xian-ku-personal-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.
