# ウォレットの発行

Snapshotでは、ユーザーがアカウント登録した際に自動的にNFT保有することが可能なWeb3ウォレットアドレスが発行されます。このWeb3ウォレットアドレスは、「**0x**」 で始まる英数42桁になります。

例: **0x0000000000000000000000000000000000000000**

また、登録に使用されたアカウントまたは紐づくメールアドレスへ、秘密鍵と呼ばれるウォレット復元用の鍵情報が送付されます。

{% hint style="warning" %}
秘密鍵の情報他人に共有することでウォレットが乗っ取られ、NFT等の流出につながりますので絶対に第三者に共有しないでください。
{% endhint %}


---

# Agent Instructions: 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.snapshot.ooo/jp/web3/create-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.
