# Rugcheck

### What is a Rug Pull?

A *rug pull* is a type of malicious scheme in the cryptocurrency world where developers abandon a project and flee with investors' funds. This often happens after generating significant hype and attracting considerable investment into their token.

### How Does HunterBot’s Rug Check Work?

When a user is considering a transaction with a specific token, HunterBot can perform a series of automated checks. These checks may include, but are not limited to:

* **Liquidity Analysis:** Checking whether the token’s liquidity is locked or if a large percentage is controlled by a few holders, which could allow them to suddenly remove liquidity.
* **Contract Verification:** Scanning for suspicious functions in the token’s smart contract, such as the developers' ability to mint unlimited tokens, block sales, or arbitrarily change fees.
* **Holder Distribution:** Analyzing the token’s holder distribution to identify if a small number of wallets hold a disproportionately large share of the supply, posing a risk of dumping.
* **Project Information:** Cross-referencing publicly available information about the project’s team, online presence, and track record (if available).
* **External Data Sources:** Integrating with APIs from token reputation services or smart contract security analysis tools (e.g., GoPlus Security, RugDoc, etc.), if applicable and feasible.
* NOTE : Rugcheck information comes only available in english\*\*

### Presentation of Results

HunterBot will present Rug Check results in a clear and concise format, usually with a risk scoring system or specific alerts about identified red flags.

**Alert Example:**

* `⚠️ High Risk: 90% of liquidity is not locked.`
* `🚩 Alert: The contract allows the owner to block sales.`
* `✅ Low Risk: Liquidity locked for 12 months. Healthy holder distribution.`

### Importance of Rug Check

* **Risk Mitigation:** Helps users avoid significant financial losses by identifying fraudulent or high-risk projects.
* **Informed Decision-Making:** Provides crucial data to help traders make better-informed decisions.
* **Trust and Security:** Increases user trust in the bot by offering a tool that helps protect them.

**Important Notice:**\
The Rug Check feature is a support tool and not a guarantee against all risks. Users should always conduct their own research (DYOR - Do Your Own Research) and understand that trading memecoins and other highly volatile digital assets carries inherent risks. HunterBot is not liable for financial losses resulting from investment decisions.


---

# Agent Instructions: 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:

```
GET https://hunterbot-docs.gitbook.io/hunter-bot/core-features/rugcheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
