# Verification

### Summary

You can set up a "Verifier" directly in Discord that citizens can interact with to earn special roles in your Discord based on their NFT / Token wallet holdings. By granting special roles, you can then create gated chat rooms only for citizens with certain roles.

<figure><img src="/files/F49bksXWaxLI1kWTqyGn" alt=""><figcaption><p>Example verifier used in the <a href="https://discord.gg/flunks">Flunks Discord</a>.</p></figcaption></figure>

### Commands to Use

This is a list of commands for verifying assets directly in Discord.

{% content-ref url="/pages/f5UKqKhlKuinYpTTMml5" %}
[Verify User Assets](/products/emerald-bot/verification/verify-user-assets.md)
{% endcontent-ref %}

{% content-ref url="/pages/BkKGwnm3a0IFoZ3dvfn7" %}
[Verify Touchstone NFTs](/products/emerald-bot/verification/verify-touchstone-nfts.md)
{% endcontent-ref %}

{% content-ref url="/pages/dttL2jTqVUvDYfbH1aDx" %}
[Verify Toucans](/products/emerald-bot/verification/verify-toucans.md)
{% endcontent-ref %}


---

# 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.ecdao.org/products/emerald-bot/verification.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.
