> For the complete documentation index, see [llms.txt](https://docs.blackdragon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blackdragon.io/getting-started/discord-manual.md).

# Discord Manual

## A - Setup

Discord invitation link: <https://discord.gg/mfUvxDbs9h>

In order to get access to deals and private channels, you will need to hold at least 250 BDT tokens in your wallet.

You can acquire tokens via Uniswap: [https://app.uniswap.org/tokens/arbitrum/0x21ccbc5e7f353ec43b2f5b1fb12c3e9d89d30dca ](<https://app.uniswap.org/tokens/arbitrum/0x21ccbc5e7f353ec43b2f5b1fb12c3e9d89d30dca >)

If you already have BDT tokens locked on the platform, please follow the instructions below.&#x20;

**Note: If you initiate the unstaking period at any time, you will lose access to Discord and the information communicated through it. You will only retain access to the website dashboard.**

**INSTRUCTIONS:**&#x20;

Click **Let's go!** button in [**connect-wallet**](https://discord.com/channels/738761388557598721/1025059864667508767) channel

Please follow the instructions in the message to connect your wallet!&#x20;

Use Metamask or similar to connect the wallet with which you staked BDT tokens on BD platform!&#x20;

You will receive your role automatically based on the number of BDT tokens you have staked on the BD platform!

You should now be able to access restricted Discord channels applicable to your access level.&#x20;

* Note that the **P-\[Level]** indicates you've locked your tokens on the platform
* You can interact with the bot again if you change access levels.
* If you lose your discord access but still hold BDT, interact with the bot again.

## B - Configure notification settings

Right-click on the server icon or server name to access the server specific notification settings.\
Set settings as seen below:

![](/files/-McPnZEhbYvewfZodu_8)

## C - Discord etiquette

&#x20;All members agree to adhere to the **following guidelines**:

* **Be respectful** towards all members
* Read through **Announcements, FAQ**, and **recent messages** before asking a question
  * Use the search function to check if similar questions have been previously asked&#x20;
  * Pinned messages generally contain crucial information&#x20;
* Choose **the best channel** for your message&#x20;
  * If unsure, post in chat-bdt-holders&#x20;
* Do not post **the same message** in multiple channels
* Use the **reply button or tag** to respond or notify a member respectively&#x20;
  * However, do not unnecessary tag team members&#x20;
* Try to keep the **discussion of the channel** on topic


---

# 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.blackdragon.io/getting-started/discord-manual.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.
