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

# Welcome to Bitwyre!

Welcome to Bitwyre! Gratitude to our early members for being part of this incredible journey. Here are a few things to get you started:

1. We will never initiate a DM with you on Discord.
2. Currently, there is no official announcement regarding airdrops or the launch of a token.
3. Exercise caution and refrain from sharing private information with anyone in our Discord, including our team.
4. We will NEVER extend invitations to join unofficial group chats or servers unrelated to our website. Any messages or DMs received are likely scams.
5. Cultivate a respectful and enjoyable environment on our Discord Channel. 🙂
6. Find our official information below or in the #official-link channel on Discord:

* Our X/ Twitter: [https://twitter.com/bitwyre ](<https://twitter.com/bitwyre >)**( Be careful. All other accounts are FAKE)**
* Our website:  [https://bitwyre.com ](<https://bitwyre.com >)**( Be careful. All other sites are FAKE)**


---

# 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://bitwyre-1.gitbook.io/bitwyre/welcome-to-bitwyre/welcome-to-bitwyre.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.
