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

# Official Links

This page exists so that any account, link or message claiming to be Prophet can be checked against a single authoritative list. If an address does not appear below, treat it as unaffiliated until proven otherwise.

## Community and social

| Platform  | Address                                           |
| --------- | ------------------------------------------------- |
| Discord   | `https://discord.com/invite/F8CZyTrhfW`           |
| Telegram  | `https://t.me/theprophetaibot`                    |
| X         | `https://x.com/prophetmarketai`                   |
| Instagram | `https://instagram.com/prophetmarketai`           |
| TikTok    | `https://tiktok.com/@prophetmarketai`             |
| LinkedIn  | `https://www.linkedin.com/company/prophetmarket/` |

## Product and documentation

| Surface                    | Address                                       |
| -------------------------- | --------------------------------------------- |
| Marketing site             | `https://prophetmarket.ai`                    |
| Application                | `https://app.prophetmarket.ai`                |
| Markets                    | `https://app.prophetmarket.ai/markets`        |
| Blog                       | `https://prophetmarket.ai/blog`               |
| API overview               | `https://prophetmarket.ai/api`                |
| GraphQL playground         | `https://app.prophetmarket.ai/api/playground` |
| Frequently asked questions | `https://prophetmarket.ai/#faq`               |

## How to verify

Two properties are worth checking on any account claiming to be Prophet. The handle should be exactly `prophetmarketai` on X, Instagram and TikTok, and `prophetmarket` on LinkedIn, with no additional characters, underscores or substituted letters. The domain should be exactly `prophetmarket.ai`, noting that the application sits on the `app.` subdomain and that anything else is not Prophet.

{% hint style="danger" %}
**Common impersonation patterns**

Fraudulent accounts typically use a near-identical handle with an inserted character, a lookalike domain such as a hyphenated or differently suffixed variant, or a direct message offering support, an airdrop, early access or recovery of a lost position. Prophet does not initiate direct messages of this kind, and no legitimate process requires you to send funds or disclose a key.
{% endhint %}

## No support inbox

Prophet publishes no support email address. No `support@`, `help@` or `admin@` address at any domain is operated by Prophet, and any message from one should be treated as fraudulent. Support is handled exclusively through [Discord](https://discord.com/invite/F8CZyTrhfW), as described in [Getting Support](broken://pages/cff0cc8a21af77d048f863bd96d52ec9f27df5c4).

## Availability

Access is restricted by jurisdiction. Prophet is not available to US citizens or residents, and the restriction is documented on the [Availability](file:///2549687/availability.md) page.


---

# 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.prophetmarket.ai/community/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.
