> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/finder/product-guides/how-to-bookmark-wallets-for-tracking.md).

# How to Bookmark Wallets for Tracking

* Navigate to [finder.kujira.app](https://finder.kujira.app/)

<figure><img src="https://lh5.googleusercontent.com/wz-1fWwyLfCwSQ7V71STYQ4FiGdLTVDuoMDNW_2XZtZkWSR5e_wfLhWRKlmBoGqvKtkflPH1aVQTQjo6BW-vjpVz7kaNdjk-Gj2mGdA9EMiuLdkbtVnTe6_4BDFOzXV_jfeE-OGEeyjcT2yThqGVVFw" alt=""><figcaption></figcaption></figure>

* Enter the public address of the Kujira wallet that you are curious about

<figure><img src="https://lh5.googleusercontent.com/Nf6RdYZLT8hamzcst7VfkXcLvoAdIf02o29nSCXHcUDbESsvPlVBZFhNNIhM3QAByZ5UiMEdRlehgaZKc7T08EyhjNwBw8HNFI_ZyMDchEESLtolxzUMFuuoglp-fJsjrdyVHJ4tF4lA8ZZr89x0iuM" alt=""><figcaption></figcaption></figure>

* Press the blue ‘Search’ button
* Click the bookmark button at the top right, above and to the right of the word ‘Tokens’. It should turn green after being clicked

<figure><img src="https://lh5.googleusercontent.com/uKjny53pzTrjuVgr3-JzVhl2gTWUn24CjFlMWhgAfC7q-Bt0zbfHqMjcdxyWvFaFz2ukv5QeKyKgCcCx6v7nEvLjkHA36cFa4V4wPh4716uJjHMBuIeibZqB4oerg795q8N71nMqMaLy_3aZBYceGEE" alt=""><figcaption></figcaption></figure>

* You can name wallets in your bookmarks bar to more closely track them

<figure><img src="https://lh6.googleusercontent.com/EsvJ2ycVTniEnRhL29vZNfkvuOltW0KwIFaBYcmxJKVEybO0OoAhctbVWyzMEL6a8ofzdMldcPXeGd_3u4qcHldaBtzfQlo0njb4q6rzuLzUrSORkoyiThJrKBP_aRq3BWAEWCPLXBbuO7zElcFZ108" alt=""><figcaption></figcaption></figure>

* You can always view your bookmarks at any time by clicking the bookmark symbol at the top of the screen to the right of the search bar


---

# 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.kujira.app/dapps-and-infrastructure/finder/product-guides/how-to-bookmark-wallets-for-tracking.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.
