> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/jp/gakushu/wallet.md).

# Wallet について

{% hint style="success" %}
Web3ウォレットは、CHZトークンの保管場所であると同時に、オンチェーンのアクションを承認するためのデジタル署名としての役割も果たします。
{% endhint %}

Chiliz Chain上のすべてのトランザクションは、NFTのミント、トークンの送信、コミュニティのgovernanceへの参加のいずれであっても、安全なWeb3ウォレットソリューションを必要とします。

ウォレットを使うと、秘密鍵を保管・管理・制御できます。秘密鍵は、資産を保護し、ブロックチェーン上でのトランザクションを検証するために極めて重要です。

Chilizエコシステムでは、ニーズに合わせてさまざまなウォレットを利用できます。

いくつか例を挙げると:

* [MetaMask](https://metamask.io/) は、分散型アプリケーションと連携する人気のブラウザ拡張機能です
* [Safe](https://safe.global/) などのマルチシグウォレットは、共同でのトランザクションにさらなるセキュリティ層を追加します
* [Socios.comウォレット](https://www.socios.com/new-socios-wallet-upgrade/) は、ファン中心のやり取りのために特別に構築されています。

ウォレットの種類によって、対応するニーズは異なります。個人投資家、開発者、大規模なトランザクションを管理する組織など、立場によって最適なものが変わります。それぞれの種類が独自の機能の組み合わせを提供し、Chilizでの体験を最大限に活かす手助けをします。

詳細はこちら:

[how-to-use-metamask](/jp/gakushu/wallet/metamask.md)

[how-to-use-a-multisig-wallet-safe.md](/jp/gakushu/wallet/multisig-wallet-safe.md)


---

# 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://docs.chiliz.com/jp/gakushu/wallet.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.
