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

# Official Links & Verified Contracts

This page is the canonical list of DeGate's official domains, apps, accounts, and code repositories. If a website, app, or account claims to be DeGate and is not listed here, treat it as unofficial. Bookmark this page and verify links against it before connecting a wallet or entering credentials anywhere.

## Websites

| Purpose           | URL                                                    |
| ----------------- | ------------------------------------------------------ |
| Main site         | [degate.com](https://degate.com)                       |
| Web app           | [app.degate.com](https://app.degate.com)               |
| Stock token list  | [app.degate.com/stocks](https://app.degate.com/stocks) |
| Documentation     | [docs.degate.com](https://docs.degate.com)             |
| App downloads     | [download.degate.com](https://download.degate.com)     |
| Reference library | [degate.com/playbook](https://degate.com/playbook/)    |

## Mobile apps

| Platform    | Link                                                                        |
| ----------- | --------------------------------------------------------------------------- |
| iOS         | [App Store](https://apps.apple.com/app/apple-store/id6742168343)            |
| Android     | [Google Play](https://play.google.com/store/apps/details?id=com.app.degate) |
| Android APK | [Direct download](https://download.degate.com/apps/degate-android.apk)      |

## Social & community

| Channel     | Handle / link                                     |
| ----------- | ------------------------------------------------- |
| X (Twitter) | [@DeGateWallet](https://x.com/DeGateWallet)       |
| Telegram    | [t.me/degate\_public](https://t.me/degate_public) |

## Code & audits

| Resource                    | Link                                                                                       |
| --------------------------- | ------------------------------------------------------------------------------------------ |
| GitHub organization         | [github.com/degatedev](https://github.com/degatedev)                                       |
| Solana LP Handler (audited) | [github.com/degatedev/solana\_lp\_handler](https://github.com/degatedev/solana_lp_handler) |
| Audit reports               | [Audits](/security-and-self-custody/audits.md)                                             |

## Security contact

Vulnerability reports: <bounty@degate.com>. See [Bug Bounty](/security-and-self-custody/bug-bounty.md).


---

# 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.degate.com/about-degate/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.
