> 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/yogo-shu/wallet.md).

# Wallet

### 概要

crypto wallet は、暗号資産を保管、送金、交換したい人にとって便利なものです。デジタルの財布のようなもので、過去およびリアルタイムの取引を確認できます。

crypto wallet は、日常の取引に不可欠な暗号鍵のセットを保存します。これらの private key は、暗号資産の送信、受信、追跡、そしてその後の所有権の管理に役立ちます。

従来の銀行口座とは異なり、wallet としてモバイルアプリやコンピュータープログラムを選ぶことができます。

## Wallet アドレス（public key）

wallet アドレスは一意の英数字文字列のセットであり、wallet 保有者だけに割り当てられます。暗号資産や NFT を交換するために使われる通常の住所に似ています。wallet アドレスがなければ取引はできません。

private key とは異なり、wallet アドレスはメールアドレスを共有するのと同じように、公然と共有できます。

### 自分の wallet アドレスはどこで見つけられるのか？

wallet アドレスを見つけるには、次のいずれかの方法を選んでください：

*オプション 1：*

MetaMask Wallet を開き、自分の **Account** を選択します。英数字文字列をクリックすることで wallet アドレスをコピーでき、コピー済みの wallet ID を必要な場所に貼り付けて利用できます。

<figure><img src="/files/fmYtm5580hwGJCncChQU" alt=""><figcaption></figcaption></figure>

*オプション 2：*

1. 3 点メニューを開き、*Account details* を選択します。

<figure><img src="/files/wgyatcAiM70Gy3eJQCin" alt=""><figcaption></figcaption></figure>

2\. アカウントの詳細がポップアップ表示されます。QR コードを使うか、ID をコピーして wallet アドレスを使うことができます。

![](/files/4T4AqcBqclEZHYJd3vc5)

## Wallet の種類

### Hardware wallet（cold wallet、コールドストレージ wallet）

hardware wallet は、private key token（RSA token など）によく似た物理デバイスです。ブロックチェーン上のアカウントにアクセスするために必要な private key を保持します。

hardware wallet はコンピューターなどのデジタル機器に接続する必要がないため、アカウントがハッキングされる可能性は低くなります。そのため、hardware wallet は private key とアカウントを安全に保管する好ましい方法として広く考えられています。

ただし、hardware wallet の大きな欠点はコストです。hardware wallet を購入・維持するのは懐に厳しいことがあります。\
hardware wallet を紛失した場合、それ以降は wallet の seed phrase だけがアカウントにアクセスする手段となります。その seed phrase を保存または書き留めて安全に保管していたなら、幸運だと思ってください。

### Software wallet（hot wallet）

Web wallet は、コンピューター（たとえばブラウザ拡張機能を使用）やモバイルアプリで簡単にアクセスできます。Web wallet は非常に便利に使えます。外出先でも取引したり、残高を確認したり、アカウントを管理したりできます。

wallet にアクセスするには認証情報を入力する必要があります。パスワード、特に seed phrase は常に厳重に保管しなければなりません。**いかなる状況でもこの機密情報を共有しないでください**。Chiliz チームがパスワードや seed phrase を尋ねることは *決して* ありません。

## 鍵の管理

モバイルアプリやブラウザ拡張機能を使って、デジタルの private key を管理できます。


---

# 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/yogo-shu/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.
