> 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/store-important-wallets-and-tokens.md).

# Store important wallets and tokens

**Store Important Wallets and Tokens** is a feature designed for users who need to closely monitor critical addresses or assets. Whether you manage multiple wallets, work with communities, actively trade, or follow the activity of projects you're interested in, this tool allows you to **save addresses and tokens within the extension** and receive automatic alerts when something relevant happens.

This functionality transforms NOVA AI into a kind of **personal monitoring center**, allowing you to keep an eye on any wallet or token without relying on external tools, block explorers, or complicated dashboards.

#### What can you do with this feature?

* **Save custom wallets**: your own addresses, project addresses, founder addresses, or key holder addresses.
* **Save tokens**: new tokens you want to monitor before investing, or those you already own.
* **Receive contextual alerts**: If any of your saved wallets are involved with risky contracts, transfer assets unusually, or receive funds from sources flagged as suspicious.
* **Passive monitoring**: The extension monitors activity from these addresses and tokens even if you are not actively connected to those platforms.

#### Use cases:

* Traders who want to track wallets of funds or insiders.
* Teams that need to monitor key contracts for their own projects.
* Investors who want to know if a token in their wallet is flagged as risky.
* Users who received funds from unknown addresses and want to trace their origin.


---

# 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/store-important-wallets-and-tokens.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.
