# ブロックチェーン関連機能

Snapshotではブロックチェーン知識のないユーザーでもイベントへ参加しやすいよう、NFT等を意識させないサービス画面構成となっています。Snapshotを利用することで、ユーザーにNFTを意識させず、NFTの持つメリットや特性のみをサービス内で提供することが可能となります。

イベント主催者はSnapshotにて、以下のWeb3機能を利用できます。

1. [参加証明NFTの発行](/jp/web3/nft-minting.md)
2. [ウォレットの発行](/jp/web3/create-wallet.md)
3. [ダイナミックNFT機能](/jp/web3/dnft.md)
4. [トークンゲート機能(NFT認証)](/jp/web3/token-gate.md)

{% hint style="info" %}
Snapshotでは、NFTを活用することで[個人情報を取得しない仕組み](/jp/web3/about-personal-data.md)を使って継続的な訴求や追加施策実施が可能となります
{% 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.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.
