# トークンゲート(NFT認証)

トークンゲートはNFTを用いた認証の仕組みで、店舗での特典引き渡し等での目視確認や消し込みや、もぎりのできないオペレーションを、NFTを軸に行う正確なオペレーションとすることができます。\
\
Snapshotでは、イベント毎に設定された条件を満たした場合にトークンゲート機能が有効となり、ユーザーに特典引換用のQRコードが発行されます。それを店舗用のQRコードリーダーで読み込むと、特典の利用済み状態に変更されるため、特典利用権の消し込みがされます。


---

# 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/token-gate.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.
