> For the complete documentation index, see [llms.txt](https://docs.wandbot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wandbot.app/setting-up-wandbot.md).

# Setting up WandBot

## User Verification via Website and Telegram

{% hint style="info" %}
If you are experiencing issues with [ozkey.app](https://ozkey.app) or [ozkeybot](https://t.me/ozkeyBot), please DM [@mar2194](https://t.me/mar2194) or [@babushka\_slayer](https://t.me/babushka_slayer) on telegram for help.
{% endhint %}

<mark style="background-color:yellow;">To access wand bot, you must hold 75,000 $</mark>[<mark style="background-color:yellow;">WAND</mark>](https://basescan.org/token/0xaDf734e8d910D01E6528240898d895af6c22E2dE) <mark style="background-color:yellow;">or an</mark> [<mark style="background-color:yellow;">OzDAO NFT</mark>](https://opensea.io/collection/ozdao)<mark style="background-color:yellow;">.</mark>&#x20;

Through [ozkey.app](https://ozkey.app/), you will need to link your telegram account and wallet that holds the token requirements. If the Telegram login widget does not work, you can DM [ozkeybot](https://t.me/OzKeyBot?start=start) with the /start command to receive a unique link.

{% content-ref url="/pages/0AvKTjfT3WdYssU08P9g" %}
[Buy $WAND](/buy-usdwand.md)
{% endcontent-ref %}

{% hint style="warning" %}
There are no static Token-Gated invite links. \
\
To get your 1 time use Token-Gated invite link you must either:

* Successfully authenticate on ozkey.app which will show you the groups you are eligible to join
* Click on the My Groups tab after logging in with Telegram\*
* Use the /getmygroups command in a DM with ozkeybot\*

\*Note: These require you to successfully authenticate on ozkey.app first
{% endhint %}

## Authentication Steps

{% tabs %}
{% tab title="ozkey.app" %}

1. Go to [ozkey.app](https://ozkey.app/)
2. Login with Telegram\
   ![](/files/G73kJWSavZD3B511GKmX)
3. Connect your wallet that holds the required tokens\
   ![](/files/qQtf2xdvv2yImoGA2DLl)
4. If you have already authenticated, this will show. From here you can connect the same wallet or a new wallet to override a previous one\
   ![](/files/KCSdZMGxTAd73R79tfkZ)
5. Connect to the chain you want to authenticate with\
   ![](/files/XA3QqqoPij6JGAs9rA4c)
6. Sign a message verifying your wallet to complete the authentication flow\
   ![](/files/rCFaTzhYpHXxaDJGAGGh)
7. Congrats, you are now verified with ozkey!\
   ![](/files/P4yc5gR7lp40MUgCmRXY)
8. All of the groups you are eligible to join will be displayed here underneath the success message. Additionally, you can click the My Groups tab after logging in with Telegram to access them as well\
   ![](/files/pdp4vvAmVDa2TVLOv9at)<br>
   {% endtab %}

{% tab title="ozkeybot" %}

1. DM [ozkeybot](https://t.me/OzKeyBot?start=start) on Telegram and use the /start command. Note: clicking on the ozkeybot link above will automatically send the command.\
   ![](/files/v6aBw1bcWuFUJdEigLi1)
2. Follow the link from the above step 1 and then continue from the ozkey.app tab step 3 (Connect your wallet that holds the required tokens)

All ozkeybot commands:

1. /start\
   Register with ozkey or view your currently connected wallet
2. /change\
   Change your connected wallet
3. /unbanme\
   Ask for forgiveness and rejoin a group after authenticating
4. /getmygroups\
   Get join links for groups you are eligible to join
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
Don't forget to join the public non token-gated [WandBot Discussion Group](https://t.me/+vhLia5ksuYYzNGJh) as well!
{% endhint %}


---

# 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://docs.wandbot.app/setting-up-wandbot.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.
