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

# Community Management Bot

A telegram bot for creating secure, token-gated communities with built-in governance, analytics, and AI assistance with support for Ethereum and Solana networks.

### Token Gated Access

* **Normal Verification**: Captcha-protected web verification (like SafeGuard bot)
* **Pay Only**: Simple payment verification for group access
* **Token Holdings**: Verify minimum token amounts in user wallets
* **NFT Holdings**: Verify NFT ownership for exclusive access
* **Combined Methods**: Mix payment + token + NFT requirements
* **Multi-Chain**: Support for Ethereum (ETH) and Solana (SOL)
* **Auto-Monitoring**: Continuous verification of token holdings

### Governance

* **Secure Polls**: Only verified token holders can participate
* **Real-time Results**: Live poll tracking and vote counting
* **Proposal System**: Community-driven decision making

### Analytics

* **User Analytics**: Track member activity and engagement metrics
* **Message Analytics**: Group activity insights with detailed statistics
* **Token Analytics**: Real-time token data integration
* **Performance Metrics**: Comprehensive bot usage and group health stats

### AI Assistance

* **Smart Queries**: AI-powered responses about your token/project
* **Contextual Help**: Answers questions using project-specific data
* **Token Integration**: Combines market data with project information

### Chart Generation/Price Checking

* **Market Analytics**: Liquidity, market cap, and trading volume data
* **Chart Generation**: Visual analytics and performance charts

### Group Commands

* `/new` - Set up group protection and verification
* `/verify` - Start verification process for governance participation
* `/analytics` - View comprehensive group analytics
* `/t_analytics` - Get token-specific analytics and market data
* `/u_analytics` - View user activity and engagement analytics
* `/m_analytics` - Message analytics with chart generation
* `/ask` - Query the AI assistant about your project
* `/new_poll` - Create governance polls for verified members

### Private Commands

* `/start` - Welcome message and setup instructions
* `/new` - Set up protection for groups you administrate


---

# 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.dexlens.io/tools/community-management-bot.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.
