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

# Community Resources

The links on this page were reviewed on August 27, 2026. Channel ownership, availability, and data coverage can change.

{% hint style="danger" %}
Community bots and third-party dashboards are not sources of truth for balances, positions, market parameters, governance state, or contract addresses. Cross-check important data against the live contracts and official Venus interfaces. Never connect a wallet, reveal a recovery phrase, or sign a transaction requested by a Telegram bot or direct message.
{% endhint %}

## Official community channels

* [Venus website](https://venus.io/) — use the community links in the website footer to verify official handles
* [Governance and community forum](https://community.venus.io/)
* [Venus discussion group](https://t.me/venusprotocol)
* [Venus Discord](https://discord.gg/venus-protocol-912811548651708448)
* [Venus announcement channel](https://t.me/VenusNewsBroadcast) — also identified from the official Telegram discussion group profile

## External data and monitoring

These services are operated outside the Venus documentation and can be delayed, incomplete, or use different accounting definitions.

* [Chaos Labs risk analytics](https://community.chaoslabs.xyz/venus/risk/overview)
* [DeFiLlama Venus dashboard](https://defillama.com/protocol/venus)
* [Community-created Dune dashboard](https://dune.com/xvslove_team/venus-protocol-dashboard)
* [Messari Venus profile](https://messari.io/project/venus)

## Community-maintained Telegram feeds

* [Venus Stats](https://t.me/venusstats) — automated summaries of supply, borrow, reserves, XVS Vaults, and Prime holders

This feed is not listed as an official Venus channel. Treat every value as informational and verify it independently before acting.


---

# 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-v4.venus.io/links/community-resources.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.
