> For the complete documentation index, see [llms.txt](https://wiki.pandacoin.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pandacoin.tech/social-media/list.md).

# Official Accounts

*

```
## Official Accounts
```

```
All the places the project lives. If a link claiming to be "official Pandacoin" isn't on this page, it isn't official.

<div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>Scam warning.</strong> Pandacoin staff will <strong>never</strong> DM you first, ask for your seed phrase, ask you to "validate" your wallet, or offer to double your coins. If someone claims to be from the team and contacts you first — it's a scam. Report it in <a href="https://t.me/pandacoin">Telegram</a> or <a href="https://discord.gg/9UAXtm2ApS">Discord</a>.</p></div>

### Chat & community

<table><thead><tr><th width="180">Channel</th><th></th></tr></thead><tbody><tr><td>� <strong>Telegram</strong></td><td><a href="https://t.me/pandacoin">t.me/pandacoin</a> — main community hub, fastest place to ask a question</td></tr><tr><td>💬 <strong>Discord</strong></td><td><a href="https://discord.gg/9UAXtm2ApS">discord.gg/9UAXtm2ApS</a> — real-time chat, support, dev talk</td></tr><tr><td>👥 <strong>Reddit</strong></td><td><a href="https://www.reddit.com/r/PandacoinPND/">r/PandacoinPND</a> — subreddit</td></tr><tr><td>🧵 <strong>Bitcointalk</strong></td><td><a href="https://bitcointalk.org/index.php?topic=1960307.0">ANN thread</a> — original announcement, still active</td></tr></tbody></table>

### News & announcements

<table><thead><tr><th width="180">Channel</th><th></th></tr></thead><tbody><tr><td>🐦 <strong>Twitter / X</strong></td><td><a href="https://twitter.com/PandaCoinPND">@PandaCoinPND</a> — short updates, releases, community reposts</td></tr><tr><td>📘 <strong>Facebook</strong></td><td><a href="https://www.facebook.com/Pandacoin.PND/">fb.com/Pandacoin.PND</a></td></tr><tr><td>📝 <strong>Medium</strong></td><td><a href="https://medium.com/@Pandacoin_PND">medium.com/@Pandacoin_PND</a> — long-form posts and deep dives</td></tr></tbody></table>

### Code & development

<table><thead><tr><th width="180">Platform</th><th></th></tr></thead><tbody><tr><td>🦊 <strong>GitLab</strong></td><td><a href="https://gitlab.com/pandacoin">gitlab.com/pandacoin</a> — source of truth for all Pandacoin code</td></tr><tr><td>🐙 <strong>GitHub</strong></td><td><a href="https://github.com/DigitalPandacoin">github.com/DigitalPandacoin</a> — read-only mirror</td></tr></tbody></table>

### Web

<table><thead><tr><th width="180">Site</th><th></th></tr></thead><tbody><tr><td>🌐 <strong>Website</strong></td><td><a href="https://pandacoin.tech/">pandacoin.tech</a> — main project site</td></tr><tr><td>📚 <strong>Resources hub</strong></td><td><a href="https://pandacoin.tech/resources">pandacoin.tech/resources</a> — exchanges, explorers, pools, tools</td></tr><tr><td>📖 <strong>Wiki</strong></td><td><a href="https://wiki.pandacoin.tech/">wiki.pandacoin.tech</a> — you are here</td></tr></tbody></table>

<div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Where should I start?</strong> If you're brand new, <a href="https://t.me/pandacoin"><strong>Telegram</strong></a> is the fastest way to join, say hi, and get your questions answered. If you want announcements in your feed, follow <a href="https://twitter.com/PandaCoinPND"><strong>Twitter/X</strong></a>. If you want to read or contribute code, head to <a href="https://gitlab.com/pandacoin"><strong>GitLab</strong></a>.</p></div>
```


---

# 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://wiki.pandacoin.tech/social-media/list.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.
