> 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/security.md).

# 10.2 セキュリティ設計：分散型・実用性・抑止力のバランス

WellthVerseのセキュリティは、Web3特有の分散設計と、実運用を考慮した中央統制の融合により構築されています。<br>

**ユーザー保護：**

| リスク       | 対応策                                                  |
| --------- | ---------------------------------------------------- |
| デバイス盗難・紛失 | Portalから「紛失申請」可能 → 該当デバイスとWallet間のEarnをスマートコントラクトで停止 |
| 不正アクセス    | 署名付きログイン                                             |
| ウォレット変更   | 運営による手動認証＋ID紐付けの再登録のみ可（自動変更不可）                       |
| NFT不正譲渡   | NFTに紐づいたWallet制限を設計可（例：Lock時の譲渡不可モード）                |

**スマートコントラクト：**

* 外部セキュリティ監査（Audit）を実施し、主要Contractの安全性を検証
* WELVトークン、NFT、交換機能などは最小権限・Owner制限を原則とする


---

# 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/security.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.
