# FAQ

**What is Vulcan?** \
Vulcan is a discord-based authentication system to verify NFT ownership in your discord. You can easily grant custom roles to holders of NFTs on various contracts. We have worked with some of the top digital artists and teams including XCOPY, Proof/Moonbirds, Jadu, Memeland, AlphaCentauriKid, Lucréce, and more.

**Do I need to sign in to a 3rd party site?** \
No! Vulcan will never request you or your users to sign into any site other than verified marketplaces you already frequent, such as OpenSea. Users are prompted to change their bio on these sites to confirm ownership. We will never link these sites to your users, they will have to navigate to their profile themselves to avoid any impersonators and prevent middleman attacks.\
\
Vulcan Authentication's Discord ID is - `904575721429663785`

**Does the role automatically check ownership of a NFT?** \
Yes, Vulcan automatically scans user wallets to verify ownership. If the wallet no longer holds a qualifying token, the role will be removed. Vulcan will also attempt to add qualifying roles to users. It may not be successful though depending on the complexity of your configuration or collection.

**How often does the bot check registered wallets to verify current ownership?** \
Every 10 minutes for standard NFT verification and every 24hrs for custom webhook. Roles will not be removed from users in the Protected List or if Nifty Gateway is enabled.

**Which blockchains are supported by Vulcan?**&#x20;

* Ethereum
* Abstract
* Apechain
* Arbitrum
* Avalanche
* Base
* Blast
* Optimism
* Polygon
* Shape
* Zora
* Tezos (limited support through Teia - see [Tezos Verification (Beta)](/vulcan/products/tezos-verification-beta.md) for more info).

**Which ETH tokens are supported?** \
ERC-20, ERC-721, and ERC-1155.

**Why are users continually losing their roles?** \
If other asset verification bots (such as Whop or Collabland) are present in the server there may be a conflict. Those bots will remove roles that they manage if they did not assign them. So it is recommend to:

* Remove the redundant role management configurations so that only Vulcan manages the respective role(s)
* Kick the other asset management bots.

**Does Vulcan have a paid tier?**\
No, Vulcan is completely free.


---

# 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://premint.gitbook.io/vulcan/getting-started/faq.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.
