> For the complete documentation index, see [llms.txt](https://aegisweb3.gitbook.io/aegis-antirug-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aegisweb3.gitbook.io/aegis-antirug-doc/system-introduction/wallet-insights.md).

# Wallet Insights

### Wallet Address Analysis

Our product analyzes the balance of all tokens within a user's wallet address and estimates their corresponding USD values. Tokens are sorted in descending order based on their values.

This includes all tokens in my wallet, each token's contract address, the quantity held, its corresponding value in USD, and the security assessment results of the token contract (red indicating high risk).

### Creating a Task

When utilizing the Anti-Rugpull feature, simply click "Create Task" next to the corresponding token. Each task is uniquely associated with a single token.

<figure><img src="https://lh7-us.googleusercontent.com/am0InkhVFcEBi6f8nDRnIl_Q-PFvhV-zulMBJm5yPxCANMTweCpQPWNMlsMBpr1YD3-MawZ_p2WdC9pEt2caUt0LdfTViEOi7mLOMDjPtjYIwnBiCYHLltdV0lbV85rffqHzzqA3JjR9wbXbAGoowGs" alt=""><figcaption></figcaption></figure>

### Token Security Assessment

Our product conducts security assessments on the contracts of all tokens within a user's wallet. The results of these assessments are listed under the "Risk" column. Red indicates high-risk items, yellow represents medium-risk items, and the following number signifies the quantity. Clicking on the security assessment results provides access to detailed explanations. Generally, we do not recommend users engage in transactions involving tokens with high-risk red items.

<figure><img src="https://lh7-us.googleusercontent.com/cYtuTrcTYomaBrZyOqx_PosAacIkZN58qHBM8Kr3WY7J_g6Yn75xPLiPGu8ReiFfvGLfX2r3H1iILOLhiKWml9DiozcZLRloJURsHKTSObM553nIbOi64zSESr88OZFicwwGOR3-E6yekUuTt4lA0iw" alt=""><figcaption></figcaption></figure>

Note:

Token security assessments play a crucial role in safeguarding your assets, especially when purchasing newly issued tokens. We strongly recommend conducting a thorough assessment before making any purchases.

How to Conduct Pre-Purchase Assessments:

* 1.Visit the website:
* <https://analyze.aegisweb3.com>
* 2.Install the plugin:
* [https://chrome.google.com/webstore/detail/aegisweb3/dakkielolpafjbgnjnakddabmbbkcioe?hl=us](https://chrome.google.com/webstore/detail/aegisweb3/dakkielolpafjbgnjnakddabmbbkcioe?hl=us%5D\()


---

# 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://aegisweb3.gitbook.io/aegis-antirug-doc/system-introduction/wallet-insights.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.
