> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/niftybot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/niftybot/niftypass/features.md).

# Features

## 🏎 The Fastest Setup...EVER

It takes less than 15 minutes to set up verification for simple collections, All the bot needs is one token address of your collection and that's it, No more waiting in the queue.

## 🗂 Multiple Wallet Support

Your users can add as many wallets as they want to their profile and they will count towards their verification & roles.

## 🔐 Staking Support

We can add support to your staking method so that holders won't lose their roles when they stake their NFTs.

We currently support API & Onchain staking methods including:

* 💎 Diamond Vaults.
* 🤖 Taiyo robotics.
* 🐉 MetaDrago Staking + Lairs
* 🐵 BoredKing staking platform.
* 🦅 Sendai Staking.
* 🐾 Omens of Olympus Staking.
* 🥸 Solluminati Staking.

Contact us to add yours!

{% hint style="info" %}
*Fees apply for adding your platform to staking support.*
{% endhint %}

## 🎭 Flexible Role Manager

You can easily add roles based on owning certain NFTs, based on the following criteria:

* Add roles based on certain NFT **traits.**
* Add roles based on owning a certain **number** of NFTs (x3, x5, x10, x20) holders.

## ♻️ Fast role syncing

Syncing will happen each 3-5 minutes and members will get their role as soon as they verify, they can also <mark style="background-color:purple;">click a button</mark> in Discord to refresh their wallet on the blockchain and get their roles **immediately.**

![](/files/uBcKleKDYlTlTgFdcwac)

## 👩‍🎨 Customizable

Your verification button and the verification page can have your own logo & background to show off your brand.

![](/files/UcqtDhQ7mFa7qkwR3t4w)

<img src="/files/JOP4WffhapIOLYnpAuak" alt="" data-size="original">


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bewinxed.gitbook.io/niftybot/niftypass/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
