> For the complete documentation index, see [llms.txt](https://docs.galaxyhub.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galaxyhub.ai/nova-pro-2.0/rug-pull-alert.md).

# Rug Pull Alert

**Rug Pull Alert** is a specialized feature within the NOVA AI security ecosystem, designed to identify and alert users about tokens, contracts, or projects with a high probability of carrying out a **rug pull**: a scam where developers withdraw all liquidity or manipulate the contract to steal user funds.

This type of fraud is common in the Web3 ecosystem, especially on high-speed networks like Solana, and can be executed in seconds. Therefore, Rug Pull Alert functions as a **real-time preventative alert**, scanning new tokens and active contracts to detect signs of manipulation or suspicious structures.

#### How does it work?

NOVA AI analyzes a combination of technical, behavioral, and reputational factors to identify risks associated with rug pulls. Some of the variables the system evaluates are:

* Contracts with **unlimited minting permissions**
* Tokens without **locked liquidity** or with **full withdrawal access**
* Creator wallets with a history of previous rug pulls
* Recent changes in contract ownership
* Tokens with **unexpected inflation** or massive selling activity from insiders
* Contracts with **blacklist**, **pause**, or **disable transfer** functions enabled without reason

In addition to these on-chain factors, NOVA combines information with **Virus Radar** and community alerts, creating a decentralized validation layer to confirm suspicious behavior.

#### How is the alert presented?

When a potential rug pull is detected, NOVA will display a visual alert in the extension before the user:

* Purchases the token
* Approves a transaction on that contract
* Interacts with the associated dApp

The alert will include:

* A risk summary (“High probability of a rug pull”)
* Specific reasons for the analysis (e.g., “Contract not waived,” “Owner with a history of scams,” “Recent bulk transfers”)
* Direct recommendation from the AI ​​assistant

#### Why is this important?

Many rug pulls are perfectly legal from a technical standpoint: users approve contracts without realizing it. The problem isn't just the scam itself, but the **lack of information** before signing.

**Rug Pull Alert empowers the user.** It allows them to stop, investigate, and make an informed decision before putting their funds at risk. Especially useful for traders, new token buyers, NFT collectors, or anyone involved in launches without prior audits.


---

# 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.galaxyhub.ai/nova-pro-2.0/rug-pull-alert.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.
