> For the complete documentation index, see [llms.txt](https://docs.starbot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starbot.pro/walkthrough/manage-wallets.md).

# Manage Wallets

{% embed url="<https://www.youtube.com/watch?v=wLphVuYBkkU>" %}

<figure><img src="/files/3oqH0eV0S6UfhshR6wCI" alt=""><figcaption></figcaption></figure>

Here, you can:

1. <mark style="color:yellow;">Check your wallets on Etherscan</mark>
2. <mark style="color:blue;">Copy your wallet address</mark>
3. <mark style="color:red;">Generate a new wallet</mark> ([Get Started](/walkthrough/get-started.md))
4. <mark style="color:green;">Import an existing wallet</mark> from e.g. [Metamask](https://metamask.io/) or [Trust Wallet](https://trustwallet.com/) by entering its private key, or [Import For Viewing](/walkthrough/manage-wallets/import-for-viewing.md)
5. <mark style="color:purple;">Rename your wallet</mark> within Starbot
6. <mark style="color:orange;">Disconnect</mark> (delete Starbot's connection to this wallet)

If your STAR tokens are in a different wallet and you wish to receive revenue share and greater affiliate rewards, check out our [Import For Viewing](/walkthrough/manage-wallets/import-for-viewing.md) feature!

Now, let's check out your [Portfolio](/walkthrough/portfolio.md).


---

# 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.starbot.pro/walkthrough/manage-wallets.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.
