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

# Official Links

This page lists every official Bitnex channel. Bookmark it and verify any link you receive against this list before clicking or connecting your wallet.

## Official website

The **only** official Bitnex domain is:

* **App & website:** <https://bitnex.pro>
* **Documentation:** these docs

Any other domain claiming to be Bitnex — including lookalike spellings, extra words, or different endings (`.com`, `.io`, `.app`, etc.) — is **not** operated by Bitnex.

## Community & support

* **X (Twitter):** *\[INSERT LINK]*
* **Telegram:** *\[INSERT LINK]*
* **Support contact:** *\[INSERT LINK]*

{% hint style="danger" %}
**Beware of phishing and impersonators.**

* **Never share your seed phrase or private keys with anyone** — not even someone claiming to be Bitnex support. No legitimate team member will ever ask for them.
* Bitnex will **never DM you first**, ask you to "validate" or "sync" your wallet, or request funds, keys, or remote access.
* Always type `bitnex.pro` directly or use a saved bookmark. Do not follow links from DMs, emails, search ads, or unofficial groups.
* If a site or person asks you to enter your seed phrase, it is a scam. Close it immediately.
  {% endhint %}

{% hint style="info" %}
Because Bitnex is [non-custodial](/bitnex-docs/readme.md), your funds are controlled by your wallet and the underlying on-chain protocol — protecting your keys protects your funds. See [Getting Started](/bitnex-docs/getting-started.md) for how connecting and signing works.
{% endhint %}

## Reporting suspicious activity

If you find a fake website, social account, or someone impersonating Bitnex staff, please report it through the official support contact above so we can act on it and warn the community.


---

# 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://bitnex.gitbook.io/bitnex-docs/others/official-links.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.
