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

# Bot Commands

## <mark style="color:blue;">/start</mark>

This command invokes the Bot's main menu.

<figure><img src="/files/N1JkHBLAeYValM5tbfAi" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">/help</mark>

The command will show you contact information if you have a question or encounter an error.

<figure><img src="/files/TKkWyk81Fym4BxLmmoOm" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">/referrals</mark>

The command will create a referral link for you and show information about how many people have clicked your link, how many active subscriptions your referrals have, and your reward.

<figure><img src="/files/JjbJpk6dO1d0s9S244yn" alt=""><figcaption></figcaption></figure>

## [/analyse\_tokens](/solsqueezer/features/token-analysis.md)

This command will provide you with information about the format in which you need to send links for token analysis and the number of wallets you can analyze at once.

<figure><img src="/files/t3ApTf0UJlc3xUKE7gMM" alt=""><figcaption></figcaption></figure>

* **Top/CA** **or GMGN link**&#x20;

  This will give you top traders, sniper, and holder of the token you given you can quickly analyze each as well with single click on analyze all button &#x20;

<figure><img src="/files/VbHZEVszgQzyzfHGxJ5D" alt=""><figcaption></figcaption></figure>

* **all/CA**&#x20;

  This will give you all wallets which made profit on that coin sent by you but make sure that the token is atleast 2h old and you can send up to 5 CAs at a time there is an limit of 50 checks for base usesr an 100 for pro per day , this resets daily at UTC+00 time&#x20;

<figure><img src="/files/oqx47UPi3PyBCdeCzNWx" alt=""><figcaption></figcaption></figure>

* **t/CA**&#x20;

  This scans each and every transaction happened on the token sent by user , and gives both an comprehensive excel report as well as txt file of all the wallets interacted with that tokens no matter either profit or loss unlike all/ which only looks for profitable wallets&#x20;

<figure><img src="/files/r0ZRgWEhhQOwGmMwAcv1" alt="" width="563"><figcaption></figcaption></figure>

## [/list\_wallet\_pairs](/solsqueezer/features/copy-trade-monitor.md)

The command allows you to track your copy/target wallet pairs in separate tabs within a single Excel file.

<figure><img src="/files/KKxjgAnE4fS2V0CmrYtZ" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">/copy\_trade</mark>

The command will inform you about reliable copy trading bots that we trust:

* DBot
* TradeWiz
* Maestro
* Trojan

Additionally, you will be able to directly access the Telegram channel of the bot you are interested in.

<figure><img src="/files/tspt5F6yireZVr3erQXt" alt=""><figcaption></figcaption></figure>

## [/check\_copy\_traders](#check_copy_traders)

The command will show you the format in which to send messages in order to check if someone is copying the wallet you are interested in.

<figure><img src="/files/g19r9SPf9f0rCoRLXgbN" alt=""><figcaption><p>How to use </p></figcaption></figure>

<figure><img src="/files/FfSguFuDle0kI1THPFkP" alt="" width="188"><figcaption><p>Expected output</p></figcaption></figure>

## [/super\_batch](/solsqueezer/features/super-batches.md)

By sending this command along with a text file, you will initiate the analysis of all the wallets contained within it. \
\
You will also be able to monitor the number of analyzed wallets, the skipped ones, and the reasons why a particular wallet was skipped.

<figure><img src="/files/ZGlP4Gx6Dq89gbCg59zR" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">/migrated\_tokens</mark>

With the help of this command, you can obtain a text file containing the latest migrated tokens from the past 24 hours

<figure><img src="/files/ooBUXno3evOC8tB9d6Mx" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">/backup</mark>

With this command, you will be able to obtain links to the backup bots of SolSqueezer, which have the same settings as the main one.

<figure><img src="/files/Lh4JFEBtxX5A4ucDbbl5" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">/settings</mark>

The command will bring up the settings menu, through which you can configure the filters to be used when analyzing wallets and obtain a personalized auto-scan.

<figure><img src="/files/M6DtDDXQe2JYVclo6i6h" alt=""><figcaption></figcaption></figure>


---

# 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://solsqueezer.gitbook.io/solsqueezer/bot-commands.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.
