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

# Sentry Trading - User Guide

Welcome to the Sentry Bot User Guide.&#x20;

## What is Sentry Bot?

Sentry Bot turns your Telegram group into a decentralized hedge fund on Solana. Pool capital, trade together, and automatically distribute profits based on performance.

### Key Features

* Trading: Call, DCA, sell, and take profit from the menu
* Shared profit distribution: Automatic profit splits to payout wallets
* Performance analytics: Stats, PnL, and leaderboards on demand
* Token deployment: Deploy tokens and manage bundle wallets
* Yield harvesting: Harvest LP fees from deployments
* Smart routing: Best prices via Jupiter and Orca

## The Sentry Menu (New Interface)

Open the menu from Telegram's chat menu. The main buttons are:

**Call DCA Sell Take Profit Balance Positions Settings Stats Leaderboard PnL Deployer**

Each button guides you with prompts and follow-up buttons, so you never need to remember command syntax.

## Documentation Structure

* [Getting Started](/sentry-docs/getting-started/introduction.md)
* [Group Setup](/sentry-docs/group-setup/overview.md)
* [Trading Guide](/sentry-docs/trading/overview.md)
* [Analytics and Performance](/sentry-docs/analytics/overview.md)
* [Token Deployment](/sentry-docs/launchpad/overview.md)

## Quick Start

1. Add the bot to your Telegram group
2. Promote the bot to Admin (required)
3. The owner initializes the bot and wallets
4. Fund the Group Wallet with SOL
5. Open the Sentry Menu and tap Call to buy a token

For full setup steps, see [Getting Started](/sentry-docs/getting-started/introduction.md).

## Official Resources

* Official Token: $SENTRY (`55592jXxdwmCxERy2YmpJMi7MGcqJ6kwYJ2Ztrro7XfX`)
* Support: Contact the [developer ](https://t.me/deployerone)through Telegram.&#x20;
* Updates: Ask your group owner or check pinned announcements

***

Last Updated: January 2026


---

# 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://mavrk.gitbook.io/sentry-docs/readme.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.
