> For the complete documentation index, see [llms.txt](https://whitepaper-ja.wellthverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper-ja.wellthverse.com/governance/treasury.md).

# 10.3 トークン保管とトレジャリー設計

WellthVerseでは、Web3プロジェクトのガバナンス強化と不正リスクの抑制のために、運営側の資産を保管する金庫としてHot Wallet / Cold Wallet の二層構造トレジャリーを導入予定です。

| 種別          | 特徴                         | 用途                      |
| ----------- | -------------------------- | ----------------------- |
| Hot Wallet  | スマートコントラクト型ウォレットによるマルチシグ管理 | 日常的な支払い／即時トランザクション用     |
| Cold Wallet | Ledger等によるオフライン保管          | WELV等トークン資産・NFT等の長期安全保管 |

**安全性対策：**

* Ledgerは物理金庫にて厳重保管
* PINコードと鍵情報を別々の管理者に分離
* ウォレット鍵の複製・再設定時は手動で複数認証


---

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

```
GET https://whitepaper-ja.wellthverse.com/governance/treasury.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.
