> For the complete documentation index, see [llms.txt](https://docs.cyberbrokers.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberbrokers.com/user-guide/delegate.cash/step-2.md).

# Step 2. Discord Verify

In this step, you'll verify your hot wallet in the CyberBrokers Discord using the "/cb-verify" command and the [/verify](https://www.cyberbrokers.com/verify) page on the website to sign a message. This will verify and link your hot wallet to your Discord account, replacing collab.land for holder verification in the future. Doing this step will also allow you to enjoy more personalized services based on the CyberBrokers assets you own via Discord bots like "Muffled Stutter"!&#x20;

### Requirements:

* Successfully completed Step 1 if using delegate.cash
* Be logged into Discord
* A browser with access to your hot wallet (it is recommended to use a computer rather than a mobile device)
* The Ethereum address or ENS name of your hot wallet

### Instructions: <a href="#fnx1aijarj6s" id="fnx1aijarj6s"></a>

1. Go to CyberBrokers [Discord](https://discord.gg/cyberbrokers) and enter the #support channel.
2. Use the "/cb-verify" command with your hot wallet address or ENS name. If you're unsure how to use a Discord slash command, visit [Slash Commands](/user-guide/discord/cmds/slash-commands.md).

   <figure><img src="/files/7LYUZ0GtnwT72bWKbiWg" alt=""><figcaption></figcaption></figure>
3. Follow the instructions and click the "Generate Signature" button.

{% hint style="info" %}
*If you're on mobile, this will open your default browser. You will need to copy/paste the URL into the MetaMask browser.*
{% endhint %}

4\. Discord will let you know you are following the link and leaving Discord. Click "*Yep*!"

5\. Click the "Connect Wallet" button and select your hot wallet.

<figure><img src="/files/ZKCfshZnRoyzZtkBlBY9" alt=""><figcaption></figcaption></figure>

6\. Review the safety items, check the box, then click "Submit".

<figure><img src="/files/7mOH4mZVdDyWaKJSa9cv" alt=""><figcaption></figcaption></figure>

7\. Click "Click to generate signature".

8\. MetaMask will ask you to sign a message, click "Sign".

<figure><img src="/files/ismktUiZPPc2iABc8kbp" alt=""><figcaption></figcaption></figure>

9\. The website page will update and tell you if you were successful. In Discord, you should get the following message also indicating success:

<figure><img src="/files/0fdOKXE4cRsVDinK44Lz" alt=""><figcaption></figcaption></figure>

10\. Use the "/cb-wallet" command in Discord to verify your CyberBrokers assets are visible.&#x20;

That's it! If you have CyberBrokers in your hot wallet or delegated cold wallet, you will now have the CyberBroker role in Discord and access to all holder channels.

{% hint style="info" %}
If the process did not work, repeat from step 2 using the "/cb-verify" command in Discord.
{% 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.cyberbrokers.com/user-guide/delegate.cash/step-2.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.
