> 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/platform-manual.md).

# Platform Manual

## Basic Token Information&#x20;

**BDT** token address via Arbitrum chain: 0x21CCbc5e7f353EC43b2F5b1Fb12c3E9D89D30Dca

**BDT** investment levels:

* **250+ BD Tokens** = Pledge priority, FCFS
* **1000+ BD Tokens** = Pledge priority, 5% allocation
* **5000+ BD Tokens** = Pledge priority, 30% allocation
* **10000+ BD Tokens** = Pledge priority, 65% allocation

## The Investing Process

The BlackDragon Investing Process flows like this:

1. Become a BlackDragon Token (**$BDT**) holder
2. Connect your **Wallet**
3. Set up your Profile and carry out the KYC process
4. **Lock** BDT for Pro-Rata%
5. **Pledge, Contribute,** and **Claim**

## Tips & Tricks

→ Here is a link to the Arbitrum official bridge: <https://bridge.arbitrum.io/>.

→ On Arbitrum you need ETH to pay for transaction fees.

→ **Bridge transactions** can take some time (**up to 15 minutes**), so don’t worry if you have to wait for 10 min or so. You can relax and wait for your tokens!

→ Arbitrum USDT or ETH withdrawals are available via most Centralized exchanges such as Binance, Kucoin etc...&#x20;

→ If you’re still unsure of how the platform or any functionality on the platform works, visit our **Discord server** and ask questions in the **bd-platform channel** or send an email to [**support@blackdragon.io**](mailto:support@blackdragon.io)

## **START**⤵<br>


---

# 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/platform-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.
