> For the complete documentation index, see [llms.txt](https://docs.sniper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sniper.xyz/tokens/telegram-bot/inbuilt-rug-check.md).

# Inbuilt Rug Check

{% hint style="success" %}
Use Solsnipers inbuilt Rug Check commands to confirm the integrity of the token you are looking at buying
{% endhint %}

## Token Commands

{% tabs %}
{% tab title="Floor Analysis" %}
Lookup the Top Holders when they bought - and how much % they are up

1. Simply paste the command `/floor CA`

   *ex. /floor 9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump*

<div align="left"><figure><img src="/files/irjHHEj4CsUS2AFGrXtt" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Bundle Check" %}
Check to see if the dev on a token has bundled supply

1. Type the command `/bundle CA`&#x20;

   *ex. /bundle 9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump*

<div align="left"><figure><img src="/files/JxYM8LMJP1wnNrQnFzCx" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Top Holder Activity" %}
Check to see if top holders are buying/selling

1. Type the command `/tha CA`&#x20;

   *ex. /tha 9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump*

   <div align="left"><figure><img src="/files/R76gKIFgX4WbBYdm6FGt" alt=""><figcaption></figcaption></figure></div>

{% endtab %}

{% tab title="Top Trader Activity" %}
Check to see if top traders are buying/selling

1. Type the command `/tta CA`&#x20;

   *ex. /tta 9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump*

<div align="left"><figure><img src="/files/9bErOZGZuB4RNeNI2A65" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

## Twitter Check Commands

{% tabs %}
{% tab title="First Followers" %}
Check to see the first followers of a twitter account

1. Type the command `/first X handle`&#x20;

   *ex. /first solsniperxyz*

   <div align="left"><figure><img src="/files/9t0lmuILzjvPJjf7h7gW" alt=""><figcaption></figcaption></figure></div>

{% endtab %}

{% tab title="Notable Followers" %}
Check to see if the X account is legit

1. Type the command `/x_followers X handle`&#x20;

   *ex. /x\_followers solsniperxyz*

   <div align="left"><figure><img src="/files/useOxHLuoylDuHRR7xQW" alt=""><figcaption></figcaption></figure></div>

{% endtab %}

{% tab title="Handle Reuse" %}
Check to see if the X account has any previous names

1. Type the command `/x_reuse X handle`&#x20;

   *ex. /x\_reuse solsniperxyz*

   <div align="left"><figure><img src="/files/9GGeUUj41r7cMUWQUIj8" alt=""><figcaption></figcaption></figure></div>

{% endtab %}
{% endtabs %}

## Wallet Commands

{% hint style="info" %}
You can add wallets to track at [sniper.xyz/trackers](https://sniper.xyz/trackers)
{% endhint %}

{% tabs %}
{% tab title="Tracked Wallets buying a CA" %}
See what your tracked wallets are doing with a specific token

1. Type the command`/wallets CA`&#x20;

   *ex. /wallets 9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump*

<div align="left"><figure><img src="/files/PTqVVHh8ugH9nIwz0k6d" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Tracked Wallet Activity" %}
Check what your tracked wallets are doing at any time

1. Type the command`/wallets`&#x20;

   *ex. /wallets*&#x20;

   <div align="left"><figure><img src="/files/2znnQEXUNvTsxdanppXg" alt=""><figcaption></figcaption></figure></div>

{% endtab %}
{% endtabs %}


---

# 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.sniper.xyz/tokens/telegram-bot/inbuilt-rug-check.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.
