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

# Overview

## Overview

### 5 Star Hub

![Live Solana trading chart](https://join5star.xyz/hero-chart.jpg)

Docs for the 5 Star bot family on Telegram — wallet tracking and contract-address (CA) scanning for Solana tokens, all in one bot: [**@FiveStarCAWalletBot**](https://t.me/FiveStarCAWalletBot).

{% hint style="warning" %}
Only use [**@FiveStarCAWalletBot**](https://t.me/FiveStarCAWalletBot) on Telegram — that's the one official bot. We have no token, and we will never DM you first asking for a seed phrase, private key, or payment. Scan and PnL data is informational only, not financial advice.
{% endhint %}

#### What it does

* **Scan any token** by contract address — price, risk score, holder breakdown, rugcheck data, and an ATH chart.
* **Check wallet PnL** for any Solana wallet address.
* **Track wallets in a group** — get live buy/sell alerts on a target token, with an admin-only control panel.
* **Auto-detect** — just paste a Solana address (no command needed) and the bot figures out whether it's a token or a wallet.

#### Where to start

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket" style="color:$primary;">:rocket:</i></h4></td><td><strong>Getting Started</strong></td><td>New to the bot? Set it up in a DM or a group in a few steps.</td><td><a href="/pages/2vejWyiIvy97KTzlQD53">/pages/2vejWyiIvy97KTzlQD53</a></td></tr><tr><td><h4><i class="fa-terminal" style="color:$primary;">:terminal:</i></h4></td><td><strong>Command Reference</strong></td><td>Every command, who can run it, and where it works.</td><td><a href="/pages/LMSmDnlms9pd1kqq0sSd">/pages/LMSmDnlms9pd1kqq0sSd</a></td></tr><tr><td><h4><i class="fa-circle-question" style="color:$primary;">:circle-question:</i></h4></td><td><strong>FAQ</strong></td><td>Common issues — access denied, missing alerts, DM limits.</td><td><a href="/pages/2q40THdoc7x4zQNGIBM3">/pages/2q40THdoc7x4zQNGIBM3</a></td></tr></tbody></table>

[← Back to join5star.xyz](https://join5star.xyz)


---

# 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.join5star.xyz/overview.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.
